﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7736	[Patch] replaced synchronized integer access with AtomicInteger	Locked	team	"The patch concerns org.openstreetmap.gui.jmapviewer.JobDispatcher 

- some integers where wrapped in synchronized blocks for atomic access. By applying this patch the ints (including the synchronized blocks) can be replaced by AtomicIntegers. The semantics is not changed yet the code should be more robust if anyone ever needs to modify the counters.

- in executeJobs() an Exception was declared to be caught even though it could not be thrown. By applying the patch the catch(Exception e) is removed."	enhancement	closed	normal		Core		wontfix		
