Changeset 22065 in osm for applications
- Timestamp:
- 2010-06-28T18:34:38+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/validator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/build.xml
r21667 r22065 26 26 ** update before publishing 27 27 --> 28 <property name="commit.message" value=" don't break relations, when fixing duplicate ways" />28 <property name="commit.message" value="fixed josm bug 4220" /> 29 29 <property name="plugin.main.version" value="3289" /> 30 30 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java
r21616 r22065 577 577 } 578 578 if (checkFixmes && value != null && value.length() > 0) { 579 if ((value.toLowerCase().contains(" FIXME")579 if ((value.toLowerCase().contains("fixme") 580 580 || value.contains("check and delete") 581 581 || key.contains("todo") || key.toLowerCase().contains("fixme"))
Note:
See TracChangeset
for help on using the changeset viewer.