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 165425 - IllegalArgumentException: org.openide.util.WeakListenerImpl$ProxyListener[org.netbeans.modules.java.api.common.SourceRoots$ProjectMetadataListener][interface org.openide.filesystems.FileChangeListener
Summary: IllegalArgumentException: org.openide.util.WeakListenerImpl$ProxyListener[org...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Zezula
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 16:37 UTC by Oleg Khokhlov
Modified: 2012-11-08 12:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151363


Attachments
stacktrace (3.29 KB, text/plain)
2009-05-18 16:37 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2009-05-18 16:37:18 UTC
Build: NetBeans IDE Dev (Build 200905180201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
ovk: - created new enterprise app;
- deleted it from Projects tab - "Delete also sources ..." checkbox was disabled;
- invoked "open project" dialog;
- there was my ent app listed (not as a project anymore but as a regulat folder);
- I clicked on it and pressed Del button (to delete a folder);
I've got error message box and then exception.



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy1.fileDeleted(.java:0)
        at org.openide.filesystems.FileUtil$Holder.fileDeleted(FileUtil.java:359)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:139)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:122)
        at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:99)
        at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:1014)
Comment 1 Oleg Khokhlov 2009-05-18 16:37:24 UTC
Created attachment 82329 [details]
stacktrace
Comment 2 Jan Jancura 2009-09-22 14:40:28 UTC
can not reproduce in current trunk.
looks like not very common use case.
Comment 3 Petr Cyhelsky 2012-11-08 12:16:26 UTC
only one report from three years old build - doesn't seem to be a problem any
more.