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 190492 - [69cat] NullPointerException at org.netbeans.modules.masterfs.watcher.Watcher$1.run
Summary: [69cat] NullPointerException at org.netbeans.modules.masterfs.watcher.Watcher...
Status: RESOLVED DUPLICATE of bug 190619
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-21 18:47 UTC by misterm
Modified: 2010-09-29 07:45 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172684


Attachments
stacktrace (731 bytes, text/plain)
2010-09-21 18:47 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2010-09-21 18:47:47 UTC
This issue was reported manually by misterm.
It already has 10 duplicates 


Build: NetBeans IDE Dev (Build 100921-24ab303dec5c)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

User Comments:
athompson: HELP!!! This error won't go away! You have to restart the IDE!  P1!

misterm: Just running CVS update




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.masterfs.watcher.Watcher$1.run(Watcher.java:179)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1960)
Comment 1 misterm 2010-09-21 18:47:53 UTC
Created attachment 102102 [details]
stacktrace
Comment 2 misterm 2010-09-21 19:54:44 UTC
The IDE simply becomes unusable.
Comment 3 Petr Nejedly 2010-09-22 08:32:34 UTC
The issue seems to be Windows specific.
I have added a diagnostic assert and I will try to reproduce it...
http://hg.netbeans.org/core-main/rev/e08ce719cbc6
Comment 4 Quality Engineering 2010-09-23 03:00:33 UTC
Integrated into 'main-golden', will be available in build *201009230000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e08ce719cbc6
User: Petr Nejedl
Comment 5 Petr Nejedly 2010-09-29 07:45:17 UTC
So this NPE now manifests itself as an AssertionError, issue #190619.

*** This bug has been marked as a duplicate of bug 190619 ***