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 90793 - NullPointerException is throw at the background for unknown reason
Summary: NullPointerException is throw at the background for unknown reason
Status: RESOLVED DUPLICATE of bug 66063
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-12-07 21:20 UTC by yyz
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 yyz 2006-12-07 21:20:13 UTC
I got this on NetBeans version 5.5 (Build 200610171010)

The following exception is thrown at the background and causes fierce data 
exchange with harddisk (not very sure though whether this is linked to the 
exception). 

java.lang.NullPointerException
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement.testResourceCha
nge(MetadataElement.java:1190)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.JavaDocImpl.getPosition
(JavaDocImpl.java:70)
	at org.netbeans.modules.javacore.JMManager.getElementPosition
(JMManager.java:777)
	at org.netbeans.modules.javacore.JMManager.getElementPosition
(JMManager.java:763)
	at 
org.netbeans.modules.editor.java.NbJavaFoldManager$ClassMemberFoldInfo.<init>
(NbJavaFoldManager.java:842)
	at 
org.netbeans.modules.editor.java.NbJavaFoldManager.collectClassFoldUpdates
(NbJavaFoldManager.java:398)
	at 
org.netbeans.modules.editor.java.NbJavaFoldManager.collectFoldUpdates
(NbJavaFoldManager.java:338)
	at org.netbeans.modules.editor.java.NbJavaFoldManager.updateFolds
(NbJavaFoldManager.java:216)
	at org.netbeans.modules.editor.java.NbJavaFoldManager.resourceParsed
(NbJavaFoldManager.java:183)
	at 
org.netbeans.modules.editor.java.NbJavaFoldManager$WeakParsingListener.resource
Parsed(NbJavaFoldManager.java:1068)
	at org.netbeans.modules.javacore.JMManager$5.run(JMManager.java:1425)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:499)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:932)
Comment 1 Jiri Prox 2006-12-08 09:51:02 UTC
It's duplicate of issue 66063

*** This issue has been marked as a duplicate of 66063 ***
Comment 2 Quality Engineering 2007-09-20 12:10:10 UTC
Reorganization of java component