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 - exception when unmount filesystem
Summary: exception when unmount filesystem
Status: RESOLVED DUPLICATE of bug 32746
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -S1S-
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-21 19:47 UTC by ssffleming
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 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 ***