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 43497 - Exception thrown while trying to delete a file
Summary: Exception thrown while trying to delete a file
Status: RESOLVED DUPLICATE of bug 45028
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-19 03:44 UTC by moizd
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description moizd 2004-05-19 03:44:21 UTC
Got the follwoing error when trying to delete a
class from the file system. Version is 4.0
refactoring alpha.

java.util.NoSuchElementException
	at
java.util.AbstractList$Itr.next(AbstractList.java:426)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.LightAttrList$LightAttrListIterator.next(LightAttrList.java:271)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.initChildren(ResourceImpl.java:221)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.initChildren(ResourceImpl.java:208)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.getImports(ResourceImpl.java:194)
	at
org.netbeans.jmi.javamodel.Resource$Impl.getImports(Unknown
Source)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.getDiff(ResourceImpl.java:642)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.commitChanges(ResourceImpl.java:419)
	at
org.netbeans.modules.javacore.ExclusiveMutex.notifyElements(ExclusiveMutex.java:206)
	at
org.netbeans.modules.javacore.ExclusiveMutex.leave(ExclusiveMutex.java:128)
	at
org.netbeans.mdr.NBMDRepositoryImpl.endTrans(NBMDRepositoryImpl.java:236)
	at
org.netbeans.modules.java.JavaEditor.changeTimeoutElapsed(JavaEditor.java:185)
	at
org.netbeans.modules.java.JavaEditor.access$200(JavaEditor.java:72)
	at
org.netbeans.modules.java.JavaEditor$1.actionPerformed(JavaEditor.java:305)
	at
javax.swing.Timer.fireActionPerformed(Timer.java:271)
[catch] at
javax.swing.Timer$DoPostEvent.run(Timer.java:201)
	at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
	at
java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
	at
java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 Martin Roskanin 2004-05-19 08:22:29 UTC
it seems it is java module issue
Comment 2 Tomas Hurka 2004-06-22 08:41:56 UTC
Moved to new subcomponent java/javacore.
Comment 3 Pavel Flaska 2004-06-29 16:56:19 UTC

*** This issue has been marked as a duplicate of 45028 ***
Comment 4 Quality Engineering 2007-09-20 12:00:34 UTC
Reorganization of java component