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

Summary: NullPointerException at org.netbeans.modules.masterfs.watcher.Watcher$Ext.register
Product: platform Reporter: NoTengoNombre
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: NoTengoNombre
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227189
Attachments: stacktrace

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