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 55678 - [41cat] NPE when browsing down code completion window
Summary: [41cat] NPE when browsing down code completion window
Status: RESOLVED DUPLICATE of bug 55730
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-01 10:59 UTC by cberger
Modified: 2007-09-26 09:14 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 cberger 2005-03-01 10:59:56 UTC
[ BUILD # : 200502271900 ]
[ JDK VERSION : 1.5.0_01 ]

Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at
org.netbeans.modules.javacore.parser.FeatureInfo.doAttribution(FeatureInfo.java:40)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.EnumConstantImpl.initInitValue(EnumConstantImpl.java:142)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.EnumConstantImpl.initChildren(EnumConstantImpl.java:133)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.FeatureImpl.getAnnotations(FeatureImpl.java:82)
	at
org.netbeans.jmi.javamodel.EnumConstant$Impl.getAnnotations(Unknown
Source)
	at
org.netbeans.modules.editor.java.NbJMICompletionJavaDoc$JMIParsingThread.getDocumentedAnnotations(NbJMICompletionJavaDoc.java:545)
	at
org.netbeans.modules.editor.java.NbJMICompletionJavaDoc$JMIParsingThread.getFieldHeader(NbJMICompletionJavaDoc.java:590)
	at
org.netbeans.modules.editor.java.NbJMICompletionJavaDoc$JMIParsingThread.run(NbJMICompletionJavaDoc.java:653)
	at org.openide.util.Task.run(Task.java:189)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)
Comment 1 cberger 2005-03-01 11:00:37 UTC
BTW: there was no Annotation involved in the code.
Comment 2 Dusan Balek 2005-03-01 11:10:44 UTC
Reassigning to javacore for evaluation.
Comment 3 Martin Matula 2005-03-01 22:07:15 UTC

*** This issue has been marked as a duplicate of 55730 ***
Comment 4 Quality Engineering 2007-09-20 09:47:04 UTC
Reorganization of java component