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 103242 - ConcurrentModificationException when creating new web project
Summary: ConcurrentModificationException when creating new web project
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-05-03 14:04 UTC by Lukas Jungmann
Modified: 2009-05-18 10:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (49.45 KB, text/plain)
2007-05-03 14:06 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2007-05-03 14:04:00 UTC
200705021800, jdk 1.5.0_06-b05

-start IDE on jdk1.5
-create new web project

=> 
java.util.ConcurrentModificationException
	at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:449)
	at java.util.AbstractList$Itr.next(AbstractList.java:420)
	at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1010)
	at
org.netbeans.modules.html.editor.coloring.EmbeddingUpdater.parsingFinished(EmbeddingUpdater.java:71)
	at
org.netbeans.editor.ext.html.parser.SyntaxParser.notifyParsingFinished(SyntaxParser.java:188)
	at org.netbeans.editor.ext.html.parser.SyntaxParser.parse(SyntaxParser.java:154)
	at
org.netbeans.editor.ext.html.parser.SyntaxParser.access$200(SyntaxParser.java:44)
	at org.netbeans.editor.ext.html.parser.SyntaxParser$2.run(SyntaxParser.java:98)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Lukas Jungmann 2007-05-03 14:06:55 UTC
Created attachment 42102 [details]
ide log
Comment 2 Marek Fukala 2007-06-07 15:05:15 UTC
I haven't seen the problem for a long time. I did some changes in the related
code so it has probably already been fixed. I am closing the issue, please
reopen if you can reporduce. If it is feasible attach a list of steps to reproduce.
Comment 3 Lukas Jungmann 2007-08-24 13:57:43 UTC
v.