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 233377 - '#' key in {@link } javadoc comment incorrectly fills in first selection in contextual pop-up menu
Summary: '#' key in {@link } javadoc comment incorrectly fills in first selection in c...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-25 08:24 UTC by vbeffa
Modified: 2013-07-27 02:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vbeffa 2013-07-25 08:24:48 UTC
If you are writing a JavaDoc comment and type the text

{@link

and then a spacebar, a pop-up menu appears with a list of classes, the first of which is AbstractMethodError. If you then type

#

to link to a class field or method, the editor fills in AbstractMethodError instead of narrowing the pop-up to list only class members.

If you hit escape when the first pop-up appears, then the # key, the editor correctly displays the class members.
Comment 1 Dusan Balek 2013-07-25 13:03:14 UTC
Fixed in jet-main. '#' can be removed from the list of Javadoc completion selectors in Tools->Options->Editor->Code Completion->Java

http://hg.netbeans.org/jet-main/rev/76b92468d12c
Comment 2 Quality Engineering 2013-07-27 02:21:21 UTC
Integrated into 'main-silver', will be available in build *201307262300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/76b92468d12c
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #233377: '#' key in {@link } javadoc comment incorrectly fills in first selection in contextual pop-up menu - fixed.