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 224250 - IllegalArgumentException: Was not listening to C:\Projects\CoreFreight\Backend\core-backend\core-backend-ejb\src\test\resources
Summary: IllegalArgumentException: Was not listening to C:\Projects\CoreFreight\Backen...
Status: RESOLVED DUPLICATE of bug 223309
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-27 07:20 UTC by mienamoo
Modified: 2012-12-27 07:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196944


Attachments
stacktrace (3.77 KB, text/plain)
2012-12-27 07:20 UTC, mienamoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2012-12-27 07:20:44 UTC
This bug was originally marked as duplicate of bug 223309, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201212240001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

User Comments:
mienamoo: Saving a pom.xml file after removing a dependency version that is now in the dependency management section of the parent pom.xml.

GUEST: while saving a pom.xml




Stacktrace: 
java.lang.IllegalArgumentException: Was not listening to C:\Projects\CoreFreight\Backend\core-backend\core-backend-ejb\src\test\resources
   at org.openide.filesystems.FileUtil.removeFileChangeListenerImpl(FileUtil.java:328)
   at org.openide.filesystems.FileUtil.removeRecursiveListener(FileUtil.java:437)
   at org.netbeans.modules.maven.cos.CopyResourcesOnSave.refresh(CopyResourcesOnSave.java:140)
   at org.netbeans.modules.maven.cos.CopyResourcesOnSave$1.propertyChange(CopyResourcesOnSave.java:91)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
Comment 1 mienamoo 2012-12-27 07:20:47 UTC
Created attachment 129708 [details]
stacktrace
Comment 2 Milos Kleint 2012-12-27 07:33:07 UTC
apparently the fix to 223309 didn't work out.

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