Ticket #3699: badvalidator.patch
| File badvalidator.patch, 632 bytes (added by , 16 years ago) |
|---|
-
validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java
580 580 @Override 581 581 public void visit(Collection<OsmPrimitive> selection) 582 582 { 583 if( checkKeys || checkValues || checkComplex )583 if( checkKeys || checkValues || checkComplex || checkPaint || checkFixmes) 584 584 super.visit(selection); 585 585 } 586 586
