﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
17186	Suspicious code in ImproveWayAccuracyAction.java	GerdP	team	"I did not try it but I assume the 2nd list should use the data from `getLastNode()`?
If it is an error it exists since a long time.
{{{
                // Looking for candidateSegment copies in ways that are referenced by candidateSegment nodes
                List<Way> firstNodeWays = candidateSegment.getFirstNode().referrers(Way.class).collect(Collectors.toList());
                List<Way> secondNodeWays = candidateSegment.getFirstNode().referrers(Way.class).collect(Collectors.toList());
}}}
"	defect	closed	normal	19.01	Core		fixed		simon04
