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 35030

Summary: exception when unmount filesystem
Product: java Reporter: ssffleming <ssffleming>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: -S1S-   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description ssffleming 2003-07-21 19:47:12 UTC
Testing with Nevada FCS, JDK 1.4.1_30
Started IDE, a few filesystems were mounted already
from last session.  Unmount the first one.  Exception
is thrown, see below:
java.lang.NullPointerException
	at 
org.netbeans.modules.java.ParserAnnotation.attachToLineSet
(ParserAnnotation.java:134)
	at 
org.netbeans.modules.java.JavaEditor.processAnnotations
(JavaEditor.java:449)
	at org.netbeans.modules.java.JavaEditor.access$300
(JavaEditor.java:77)
[catch] at org.netbeans.modules.java.JavaEditor$2.run
(JavaEditor.java:297)
	at java.awt.event.InvocationEvent.dispatch
(InvocationEvent.java:178)
	at java.awt.EventQueue.dispatchEvent
(EventQueue.java:448)
	at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:197)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:144)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:136)
	at java.awt.EventDispatchThread.run
(EventDispatchThread.java:99)
Comment 1 Jan Becicka 2003-07-22 10:23:02 UTC

*** This issue has been marked as a duplicate of 32746 ***