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 262542

Summary: IllegalArgumentException: Was not listening to C:\Users\C11891A\Documents\NetBeansProjects\JavaApplication7\build\generated-sources
Product: platform Reporter: ggghhhjjj
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: ggghhhjjj
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207829
Attachments: stacktrace

Description ggghhhjjj 2016-06-23 09:00:45 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 7

User Comments:
ggghhhjjj: just after  pulled a branch with netbeans git

GUEST: Opening a project group




Stacktrace: 
java.lang.IllegalArgumentException: Was not listening to C:\Users\C11891A\Documents\NetBeansProjects\JavaApplication7\build\generated-sources
   at org.openide.filesystems.FileChangeImpl.removeFileChangeListenerImpl(FileChangeImpl.java:253)
   at org.openide.filesystems.FileUtil.removeFileChangeListener(FileUtil.java:311)
   at org.netbeans.modules.java.api.common.project.ui.JavaSourceNodeFactory$SourcesNodeList.removeChangeListener(JavaSourceNodeFactory.java:219)
   at org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren.removeNotify(NodeFactorySupport.java:250)
   at org.openide.nodes.Children.callRemoveNotify(Children.java:580)
   at org.openide.nodes.EntrySupportDefault.finalizedChildrenArray(EntrySupportDefault.java:775)
Comment 1 ggghhhjjj 2016-06-23 09:00:47 UTC
Created attachment 160142 [details]
stacktrace