id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 18969,Improve performance of validator checks,GerdP,team,"Some tests are executed for each element of the data set although they are only interested in tagged objects. Mosts tests which extend Test.TagTest should override method `isPrimitiveUsable()` like this to check `isTagged()` first: {{{ #!java @Override public boolean isPrimitiveUsable(OsmPrimitive p) { return p.isTagged() && super.isPrimitiveUsable(p); } }}} to improve performance. Be careful, see r16154 ",enhancement,closed,normal,20.03,Core validator,,fixed,performance,