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 157328 - Code completion fails to display @Documented annotations
Summary: Code completion fails to display @Documented annotations
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks: 137437
  Show dependency tree
 
Reported: 2009-01-22 19:13 UTC by Jesse Glick
Modified: 2009-02-19 21:09 UTC (History)
1 user (show)

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 Jesse Glick 2009-01-22 19:13:11 UTC
Open

extexecution/src/org/netbeans/modules/extexecution/input/DefaultInputReader.java

and on line 100:

inputProcessor.processInput(builder.toString().toCharArray());

get CC on "processInput". The popup Javadoc makes no mention of @NonNull, even though the 'chars' param is annotated
with it and this ann is annotated with @Documented.
Comment 1 Jan Lahoda 2009-01-23 15:26:45 UTC
jet-main b82af0230932
Comment 2 Quality Engineering 2009-01-24 18:51:42 UTC
Integrated into 'main-golden', will be available in build *200901241401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b82af0230932
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #157328: in javadoc view, show also annotations attached to method parameters.