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 170388 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-14 17:08 UTC by dbramble
Modified: 2010-01-12 04:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146711


Attachments
stacktrace (1.56 KB, text/plain)
2009-08-14 17:09 UTC, dbramble
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dbramble 2009-08-14 17:08:58 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows Vista, 6.0, amd64

User Comments:
dbramble: Reverse engineering an existing data model to UML.

GUEST: Changing navigatibility in UML diagram



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.api.visual.widget.Scene.validate(Scene.java:395)
        at org.netbeans.modules.uml.drawingarea.view.UMLNodeWidget.updateSize1(UMLNodeWidget.java:1187)
        at org.netbeans.modules.uml.drawingarea.view.UMLNodeWidget.access$000(UMLNodeWidget.java:111)
        at org.netbeans.modules.uml.drawingarea.view.UMLNodeWidget$1$1.run(UMLNodeWidget.java:1164)
Comment 1 dbramble 2009-08-14 17:09:04 UTC
Created attachment 86253 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-08-14 17:09:09 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=146711