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 - IllegalArgumentException: Was not listening to C:\Users\C11891A\Documents\NetBeansProjects\JavaApplication7\build\generated-sources
Summary: IllegalArgumentException: Was not listening to C:\Users\C11891A\Documents\Net...
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-06-23 09:00 UTC by ggghhhjjj
Modified: 2016-06-27 13:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207829


Attachments
stacktrace (925 bytes, text/plain)
2016-06-23 09:00 UTC, ggghhhjjj
Details

Note You need to log in before you can comment on or make changes to this bug.
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