This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 185141 - [69cat] No CamelCase code completion for Javadoc tags
Summary: [69cat] No CamelCase code completion for Javadoc tags
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-27 19:48 UTC by matthies
Modified: 2014-05-21 11:48 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matthies 2010-04-27 19:48:59 UTC
By "CamelCase code completion" I mean the feature that invoking code completion after "NPE" in Java source code proposes "NullPointerException". This feature doesn't work for Java identifier code completion in Javadoc contexts, in the @link, @linkplain, @see, @throws, @exception and @value Javadoc tags.