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 77753 - NPE while browsing sources
Summary: NPE while browsing sources
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-12 22:24 UTC by cezariusz
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (659.16 KB, text/plain)
2006-06-12 22:35 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2006-06-12 22:24:43 UTC
Build 200606120200

While browsing and scrolling java source files in web application:

java.lang.NullPointerException
	at org.netbeans.modules.javacore.ExclusiveMutex.addBFeatureToInitQueue
(ExclusiveMutex.java:470)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.FieldImpl.initChildren
(FieldImpl.java:112)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.SemiPersistentElement.setElemen
tInfo(SemiPersistentElement.java:146)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.SemiPersistentElement.fixMember
s(SemiPersistentElement.java:569)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.JavaClassImpl.initChildren
(JavaClassImpl.java:701)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement.initCheck
(MetadataElement.java:140)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.SemiPersistentElement.getElemen
tInfo(SemiPersistentElement.java:186)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.SemiPersistentElement.getIntern
alForm(SemiPersistentElement.java:849)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement.getASTree
(MetadataElement.java:515)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.SemiPersistentElement.getParser
(SemiPersistentElement.java:844)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.FeatureImpl.getJavadocText
(FeatureImpl.java:168)
	at org.netbeans.jmi.javamodel.Field$Impl.getJavadocText(Unknown Source)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.FeatureImpl.getJavadoc
(FeatureImpl.java:209)
	at org.netbeans.jmi.javamodel.Field$Impl.getJavadoc(Unknown Source)
	at 
org.netbeans.modules.editor.java.NbJavaFoldManager$ClassMemberFoldInfo.<init>
(NbJavaFoldManager.java:792)
	at 
org.netbeans.modules.editor.java.NbJavaFoldManager.collectClassFoldUpdates
(NbJavaFoldManager.java:392)
	at 
org.netbeans.modules.editor.java.NbJavaFoldManager.collectFoldUpdates
(NbJavaFoldManager.java:332)
	at org.netbeans.modules.editor.java.NbJavaFoldManager.updateFolds
(NbJavaFoldManager.java:210)
	at org.netbeans.modules.editor.java.NbJavaFoldManager.run
(NbJavaFoldManager.java:193)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:493)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:926)
Comment 1 cezariusz 2006-06-12 22:35:16 UTC
Created attachment 30981 [details]
messages.log
Comment 2 Max Sauer 2006-06-26 16:10:41 UTC
Thsi could be possibly a duplicate of
http://www.netbeans.org/issues/show_bug.cgi?id=78064
Comment 3 Jan Becicka 2006-10-26 16:26:58 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 4 cezariusz 2007-01-22 07:52:36 UTC
Verified
Comment 5 Quality Engineering 2007-09-20 09:48:19 UTC
Reorganization of java component