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 37961

Summary: ConcurrentModificationException by PMD
Product: third-party Reporter: moshiX <moshix>
Component: -- Other --Assignee: issues@contrib <issues>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description moshiX 2003-12-10 10:33:23 UTC
When running PMD and trying to modify the rules at
the same time the following exception is thrown:

java.util.ConcurrentModificationException
	at
java.util.AbstractList$Itr.checkForComodification(AbstractList.java:448)
	at
java.util.AbstractList$Itr.next(AbstractList.java:419)
	at
pmd.scan.PMDScanAnnotation.clearAll(PMDScanAnnotation.java:61)
	at pmd.scan.Scanner.run(Scanner.java:63)
[catch] at java.lang.Thread.run(Thread.java:534)
Comment 1 Jesse Glick 2003-12-10 17:59:55 UTC
Please refile at pmd.sf.net.