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 127210 - ConcurrentModificationException when moving class
Summary: ConcurrentModificationException when moving class
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-12 16:08 UTC by misterm
Modified: 2008-12-09 15:31 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 misterm 2008-02-12 16:08:15 UTC
The following exception was thrown after hitting Refactoring for a class being moved (6.1M1):

java.util.ConcurrentModificationException
	at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:761)
	at java.util.LinkedList$ListItr.next(LinkedList.java:696)
	at org.netbeans.modules.refactoring.api.RefactoringSession.doRefactoring(RefactoringSession.java:106)
	at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$8.run(ParametersPanel.java:360)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)

The class hasn't been moved.
Comment 1 Jiri Prox 2008-02-13 07:54:44 UTC
Which build do you use?
Comment 2 misterm 2008-02-13 12:08:32 UTC
6.1M1; I have mentioned it already.
Comment 3 Jan Pokorsky 2008-12-09 15:31:26 UTC
Please upgrade to 6.5 release.