﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13439	[Patch] Node.toString() and Way.toString() causing performance problems	GerdP	team	"These methods are called heavily by
`javax.swing.DefaultListCellRenderer.getListCellRendererComponent(JList, Object, int, boolean,boolean)` which is called by 
`org.openstreetmap.josm.gui.OsmPrimitivRenderer.getListCellRendererComponent(JList, OsmPrimitive, int, boolean, boolean)`

When you load a dataset with many ways and nodes and press Strg+A to select all objects
or search for something that appers very often. Since these methods are rather complex,
the dialog reacts very slow. 
If I got that right, the result of the `toString()` is not even used in these cases.
I think it would be a good idea to not use `DefaultListCellRenderer` here."	enhancement	closed	normal	16.08	Core		fixed	performance	
