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

Summary: Code completion fails to display @Documented annotations
Product: java Reporter: Jesse Glick <jglick>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker CC: phejl
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 137437    

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.