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 120736 - CME from KeymapModel.getCurrentProfile
Summary: CME from KeymapModel.getCurrentProfile
Status: RESOLVED DUPLICATE of bug 120694
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: RANDOM, TEST
Depends on:
Blocks:
 
Reported: 2007-10-31 23:07 UTC by Jesse Glick
Modified: 2008-12-22 10:47 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 Jesse Glick 2007-10-31 23:07:04 UTC
Thrown apparently at random during commit validation:

java.util.ConcurrentModificationException
	at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:449)
	at java.util.AbstractList$Itr.next(AbstractList.java:420)
	at org.netbeans.modules.options.keymap.KeymapModel.getCurrentProfile(KeymapModel.java:131)
	at org.netbeans.modules.options.keymap.KeymapViewModel.<init>(KeymapViewModel.java:109)
	at org.netbeans.modules.options.keymap.KeymapPanel.getModel(KeymapPanel.java:379)
	at org.netbeans.modules.options.keymap.KeymapPanelController.getLookup(KeymapPanelController.java:85)
	at org.netbeans.modules.options.CategoryModel$Category.getLookup(CategoryModel.java:419)
	at org.netbeans.modules.options.CategoryModel$Category.access$000(CategoryModel.java:305)
	at org.netbeans.modules.options.CategoryModel$1.run(CategoryModel.java:85)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 rmatous 2007-11-01 10:02:34 UTC

*** This issue has been marked as a duplicate of 120694 ***