﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
18970	Way.hasIncompleteNodes() should remember the result	GerdP	team	"Since Way.isUsable() calls this method we should store the result in a Boolean instead of doing the 
{{{
#!java
Arrays.stream(nodes).anyMatch(Node::isIncomplete);
}}}
again and again. Most ways don't have incomplete nodes."	enhancement	new	normal		Core			validator mapcss performance	
