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 50573 - [40cat] Exception in RequestProcessor
Summary: [40cat] Exception in RequestProcessor
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-18 17:17 UTC by gugrim
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 gugrim 2004-10-18 17:17:34 UTC
[ BUILD # : 200410171800 ]
[ JDK VERSION : J2SE 1.4.2_05 ]

Happened while editing code inside a method.

Stack trace:

Annotation: Exception occurred in Request Processor
java.util.ConcurrentModificationException
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.LightAttrList$LightAttrListIterator.testModCount(LightAttrList.java:371)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.LightAttrList$LightAttrListIterator.hasNext(LightAttrList.java:422)
	at
org.netbeans.modules.editor.java.NbJavaFoldManager.collectFoldUpdates(NbJavaFoldManager.java:327)
	at
org.netbeans.modules.editor.java.NbJavaFoldManager.updateFolds(NbJavaFoldManager.java:215)
	at
org.netbeans.modules.editor.java.NbJavaFoldManager.resourceParsed(NbJavaFoldManager.java:182)
	at
org.netbeans.modules.editor.java.NbJavaFoldManager$WeakParsingListener.resourceParsed(NbJavaFoldManager.java:1061)
	at
org.netbeans.modules.javacore.JMManager$6.run(JMManager.java:1240)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
Comment 1 Martin Roskanin 2004-10-19 13:28:51 UTC
Something like issue #47250
Reassigning to java/javacore for evaluation
Comment 2 Martin Matula 2004-10-19 15:05:44 UTC
This was fixed yesterday.
Comment 3 Quality Engineering 2007-09-20 09:45:42 UTC
Reorganization of java component