Changeset 22065 in osm


Ignore:
Timestamp:
2010-06-28T18:34:38+02:00 (14 years ago)
Author:
bastik
Message:

'fixed josm bug 4220'

Location:
applications/editors/josm/plugins/validator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/validator/build.xml

    r21667 r22065  
    2626          ** update before publishing
    2727        -->
    28         <property name="commit.message" value="don't break relations, when fixing duplicate ways" />
     28        <property name="commit.message" value="fixed josm bug 4220" />
    2929        <property name="plugin.main.version" value="3289" />
    3030
  • applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java

    r21616 r22065  
    577577            }
    578578            if (checkFixmes && value != null && value.length() > 0) {
    579                 if ((value.toLowerCase().contains("FIXME")
     579                if ((value.toLowerCase().contains("fixme")
    580580                        || value.contains("check and delete")
    581581                        || key.contains("todo") || key.toLowerCase().contains("fixme"))
Note: See TracChangeset for help on using the changeset viewer.