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 - ConcurrentModificationException by PMD
Summary: ConcurrentModificationException by PMD
Status: RESOLVED INVALID
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-10 10:33 UTC by moshiX
Modified: 2003-12-10 18:01 UTC (History)
0 users

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