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 161541 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ potingwu
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-31 03:01 UTC by Exceptions Reporter
Modified: 2009-09-03 20:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 116670


Attachments
stacktrace (2.05 KB, text/plain)
2009-03-31 03:02 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2009-03-31 03:01:56 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
nleck: editing

GUEST: Starting up netbeans...

lleland: Editing a source file. The exception occurred when I typed "-maxCharBounds.y" during the argument input cycle of the code-completion of g2d.translate(). The entire line after that input follows (no semi-colon yet, and there was a code-completion edit box around the second argument):
    g2d.translate(-maxCharBounds.x, -maxCharBounds.y)

GUEST: start ide



Stacktrace: 
java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
        at java.util.HashMap$KeyIterator.next(HashMap.java:828)
        at org.netbeans.modules.visualweb.project.jsf.api.JsfProjectUtils.isCheckedDir(JsfProjectUtils.java:269)
        at org.netbeans.modules.visualweb.project.jsf.api.JsfProjectUtils.isJsfProjectFile(JsfProjectUtils.java:297)
        at org.netbeans.modules.visualweb.project.jsfloader.JsfJavaDataLoader.findPrimaryFile(JsfJavaDataLoader.java:138)
        at org.openide.loaders.MultiFileLoader.findPrimaryFileImpl(MultiFileLoader.java:361)
Comment 1 Exceptions Reporter 2009-03-31 03:02:04 UTC
Created attachment 79104 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-09-03 20:56:41 UTC
This issue already has 13 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=116670