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 191433 - [70cat] java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: [70cat] java.util.ConcurrentModificationException at java.util.HashMap$HashIt...
Status: RESOLVED DUPLICATE of bug 191117
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-28 11:29 UTC by Michel Graciano
Modified: 2011-10-13 19:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173544


Attachments
stacktrace (1.83 KB, text/plain)
2010-10-28 11:29 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2010-10-28 11:29:16 UTC
This issue was reported manually by hmichel.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 101028-050c46d18859)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
hmichel: Just looking for 'Copy' at Quick search. Maybe some problem at #137829 fix?




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
   at java.util.HashMap$EntryIterator.next(HashMap.java:834)
   at java.util.HashMap$EntryIterator.next(HashMap.java:832)
   at org.netbeans.modules.options.keymap.ActionsSearchProvider.evaluate(ActionsSearchProvider.java:100)
   at org.netbeans.modules.quicksearch.CommandEvaluator$1.run(CommandEvaluator.java:201)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
Comment 1 Michel Graciano 2010-10-28 11:29:20 UTC
Created attachment 102699 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-10-13 19:09:37 UTC

*** This bug has been marked as a duplicate of bug 191117 ***