Index: validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java
===================================================================
--- validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java	(revision 18103)
+++ validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java	(working copy)
@@ -580,7 +580,7 @@
     @Override
     public void visit(Collection<OsmPrimitive> selection)
     {
-        if( checkKeys || checkValues || checkComplex)
+        if( checkKeys || checkValues || checkComplex || checkPaint || checkFixmes)
             super.visit(selection);
     }
 
