﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12030	[Patch] ConcurrentModificationException in findShortcut	wiktorn	team	"I've got following exception during startup. I guess, that we need to change HashMap to ConcurrentHashMap here, as we have parallel plugin load. Version 8964.

{{{
Caused by: java.util.ConcurrentModificationException
	at java.util.LinkedHashMap$LinkedHashIterator.nextNode(Unknown Source)
	at java.util.LinkedHashMap$LinkedValueIterator.next(Unknown Source)
	at org.openstreetmap.josm.tools.Shortcut.findShortcut(Shortcut.java:266)
	at org.openstreetmap.josm.tools.Shortcut.registerShortcut(Shortcut.java:443)
	at org.openstreetmap.josm.tools.Shortcut.registerShortcut(Shortcut.java:430)
	at org.openstreetmap.josm.plugins.mapillary.actions.MapillaryDownloadAction.<init>(MapillaryDownloadAction.java:32)
	at org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin.<init>(MapillaryPlugin.java:110)
}}}"	defect	closed	normal	16.10	Core	latest	fixed		
