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 63625 - UTE thrown when deleting project
Summary: UTE thrown when deleting project
Status: VERIFIED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-09-05 08:56 UTC by Roman Strobl
Modified: 2005-10-26 14:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
UTE (10.02 KB, text/plain)
2005-09-05 08:57 UTC, Roman Strobl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Strobl 2005-09-05 08:56:48 UTC
[NetBeans 200509041800; FC4; JDK 1.5.0_04]

Issue Summary:
--------------
UndeclaredThrowableException is thrown when deleting project. Stack trace attached.

Steps to Reproduce:
-------------------
1. Create a new J2SE project with main class.
2. Delete project from project context menu.
3. Check the checkbox to delete sources as well.
4. Click on Yes.
-> At the end of deleting the exception is thrown.

Beginning of Stack Trace:
-------------------------
java.lang.reflect.UndeclaredThrowableException
	at $Proxy1.fileDeleted(Unknown Source)
	at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:87)
	at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:811)
	at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:179)
	at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:153)
	at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:98)
	at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:450)
	at
org.netbeans.modules.masterfs.MasterFileObject$AtomicAction.delete(MasterFileObject.java:953)
...
Comment 1 Roman Strobl 2005-09-05 08:57:12 UTC
Created attachment 24494 [details]
UTE
Comment 2 Roman Strobl 2005-09-05 12:48:38 UTC
Cannot reproduce now. Seems to be random.
Comment 3 Jan Lahoda 2005-10-07 11:32:33 UTC
I guess it was only a random failure, closing. Please reopen if it happens again.
Comment 4 Roman Strobl 2005-10-26 14:39:25 UTC
Verified.