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 35769 - [java-mdr] NPE after unmounting filesystem
Summary: [java-mdr] NPE after unmounting filesystem
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
: 34858 (view as bug list)
Depends on: 33663
Blocks:
  Show dependency tree
 
Reported: 2003-08-26 10:19 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception's stacktrace (1.81 KB, text/plain)
2003-08-26 10:20 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2003-08-26 10:19:12 UTC
MDR build 20030825

I only unmounted a filesystem and NPE was thrown.
Comment 1 ehucka 2003-08-26 10:20:44 UTC
Created attachment 11425 [details]
Exception's stacktrace
Comment 2 ehucka 2003-08-26 10:24:54 UTC
After the NPE filesystem cannot be unmounted.
Comment 3 Tomas Hurka 2003-09-12 12:30:48 UTC
*** Issue 34858 has been marked as a duplicate of this issue. ***
Comment 4 Pavel Flaska 2003-09-16 15:31:22 UTC
It is problem when there is a source file from the filesystem opened
in the editor.
Comment 5 Pavel Flaska 2003-09-25 15:45:31 UTC
Fixed NPE when there is an opened source file in the editor and user
umounts filesystem. In Java Editor, there are reparsing requests. Now
we check that the source for reparsing is not part of the filesystem
which is umounted. It could also improve performance of umount task a
little bit.
Comment 6 Pavel Flaska 2003-09-25 16:03:22 UTC
There is still one NPE in umount. Bear in mind, that there is opened
issue for it! (This issue refers to it in 'depends on' field)
Comment 7 ehucka 2004-07-16 11:07:32 UTC
verified