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

Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Product: web Reporter: schkovich <schkovich>
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: normal CC: schkovich, yardus
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186578
Attachments: stacktrace
stacktrace
stacktrace

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 ***