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 268961 - NullPointerException at org.netbeans.modules.masterfs.watcher.Watcher$Ext.register
Summary: NullPointerException at org.netbeans.modules.masterfs.watcher.Watcher$Ext.reg...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-13 11:19 UTC by NoTengoNombre
Modified: 2016-11-13 11:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227189


Attachments
stacktrace (708 bytes, text/plain)
2016-11-13 11:19 UTC, NoTengoNombre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description NoTengoNombre 2016-11-13 11:19:44 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
NoTengoNombre: Slow IDE




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.masterfs.watcher.Watcher$Ext.register(Watcher.java:228)
   at org.netbeans.modules.masterfs.watcher.Watcher.register(Watcher.java:117)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.addFileChangeListener(BaseFileObj.java:554)
   at org.netbeans.modules.versioning.core.api.VCSFileProxy$2.run(VCSFileProxy.java:202)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 NoTengoNombre 2016-11-13 11:19:46 UTC
Created attachment 162896 [details]
stacktrace