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 60039 - NPE thrown when trying javadoc on keywords or fields
Summary: NPE thrown when trying javadoc on keywords or fields
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 60099 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-15 13:30 UTC by Roman Strobl
Modified: 2007-11-05 13:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (1.56 KB, text/plain)
2005-06-16 09:58 UTC, Roman Strobl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Strobl 2005-06-15 13:30:14 UTC
[NetBeans 200506142000; WinXP; JDK 1.5.0_04]

When I try to press Ctrl-Shift-Space to get javadoc on keywords like public or
class a NPE is thrown. It happens on fields as well. Methods work correctly.
Comment 1 Roman Strobl 2005-06-16 09:58:21 UTC
Created attachment 22730 [details]
NPE
Comment 2 Roman Strobl 2005-06-16 09:59:53 UTC
*** Issue 60099 has been marked as a duplicate of this issue. ***
Comment 3 Miloslav Metelka 2005-06-19 22:45:10 UTC
Fixed in trunk:

Checking in src/org/netbeans/modules/editor/java/NbJavaJMICompletionQuery.java;
/cvs/java/editor/src/org/netbeans/modules/editor/java/NbJavaJMICompletionQuery.java,v
 <--  NbJavaJMICompletionQuery.java
new revision: 1.10; previous revision: 1.9
Comment 4 Roman Strobl 2005-06-20 17:42:46 UTC
Verified in 20050620-1508.
Comment 5 Miloslav Metelka 2005-06-21 08:47:12 UTC
Integrated into QBE200506142000:
Checking in src/org/netbeans/modules/editor/java/NbJavaJMICompletionQuery.java;
/cvs/java/editor/src/org/netbeans/modules/editor/java/NbJavaJMICompletionQuery.java,v
 <--  NbJavaJMICompletionQuery.java
new revision: 1.9.2.1; previous revision: 1.9
Comment 6 Roman Strobl 2005-06-21 12:51:22 UTC
Verified in custom build from Q-build branch, works properly.