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 210580 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: RESOLVED DUPLICATE of bug 210628
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-02 22:56 UTC by schkovich
Modified: 2012-04-06 11:31 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186578


Attachments
stacktrace (5.67 KB, text/plain)
2012-04-02 22:56 UTC, schkovich
Details
stacktrace (5.67 KB, text/plain)
2012-04-05 11:41 UTC, schkovich
Details
stacktrace (5.67 KB, text/plain)
2012-04-05 13:20 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2012-04-02 22:56:50 UTC
Build: NetBeans IDE Dev (Build 201204021038)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
schkovich: Initial PHP project scan




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
   at java.util.ArrayList$Itr.next(ArrayList.java:791)
   at org.netbeans.modules.html.parser.ElementsFactory$CommonOpenTag.removeChildren(ElementsFactory.java:432)
   at org.netbeans.modules.html.parser.ParseTreeBuilder.appendChildrenToNewParent(ParseTreeBuilder.java:496)
   at org.netbeans.modules.html.parser.ParseTreeBuilder.appendChildrenToNewParent(ParseTreeBuilder.java:77)
   at nu.validator.htmlparser.impl.TreeBuilder.adoptionAgencyEndTag(TreeBuilder.java:4484)
Comment 1 schkovich 2012-04-02 22:56:54 UTC
Created attachment 117704 [details]
stacktrace
Comment 2 schkovich 2012-04-05 11:41:22 UTC
Created attachment 117887 [details]
stacktrace

Scanning project. There must be some naughty file in the repository. :)
Comment 3 J Bachorik 2012-04-05 13:20:21 UTC
Created attachment 117894 [details]
stacktrace

initial scan with empty index cache
Comment 4 Marek Fukala 2012-04-06 11:31:09 UTC
already fixed

*** This bug has been marked as a duplicate of bug 210628 ***