Changeset 4806 in josm
- Timestamp:
- 2012-01-16T22:12:18+01:00 (13 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 22 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/ChangePropertyKeyCommand.java
r4804 r4806 1 1 // License: GPL. See LICENSE file for details. 2 package org.openstreetmap.josm. data.validation.tests;2 package org.openstreetmap.josm.command; 3 3 4 4 import static org.openstreetmap.josm.tools.I18n.tr; -
trunk/src/org/openstreetmap/josm/data/validation/tests/BuildingInBuilding.java
r4747 r4806 29 29 30 30 public BuildingInBuilding() { 31 super(tr("Building inside building")); 31 super(tr("Building inside building"), tr("Checks for building areas inside of buildings.")); 32 32 } 33 33 -
trunk/src/org/openstreetmap/josm/data/validation/tests/Coastlines.java
r4610 r4806 43 43 */ 44 44 public Coastlines() { 45 super(tr("Coastlines ."),45 super(tr("Coastlines"), 46 46 tr("This test checks that coastlines are correct.")); 47 47 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/CrossingWays.java
r4678 r4806 42 42 */ 43 43 public CrossingWays() { 44 super(tr("Crossing ways ."),44 super(tr("Crossing ways"), 45 45 tr("This test checks if two roads, railways, waterways or buildings crosses in the same layer, but are not connected by a node.")); 46 46 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java
r4445 r4806 24 24 25 25 public DeprecatedTags() { 26 super(tr("Deprecated Tags"), tr("Checks and corrects deprecated tags")); 26 super(tr("Deprecated Tags"), tr("Checks and corrects deprecated tags.")); 27 27 checks.add(new DeprecationCheck(2101). 28 28 testAndRemove("barrier", "wire_fence"). -
trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateNode.java
r4458 r4806 107 107 */ 108 108 public DuplicateNode() { 109 super(tr("Duplicated nodes ."),109 super(tr("Duplicated nodes"), 110 110 tr("This test checks that there are no nodes at the very same location.")); 111 111 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateRelation.java
r4290 r4806 136 136 public DuplicateRelation() 137 137 { 138 super(tr("Duplicated relations ."),138 super(tr("Duplicated relations"), 139 139 tr("This test checks that there are no relations with same tags and same members with same roles.")); 140 140 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateWay.java
r4051 r4806 86 86 */ 87 87 public DuplicateWay() { 88 super(tr("Duplicated ways ."),88 super(tr("Duplicated ways"), 89 89 tr("This test checks that there are no ways with same node coordinates and optionally also same tags.")); 90 90 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicatedWayNodes.java
r3671 r4806 21 21 22 22 public DuplicatedWayNodes() { 23 super(tr("Duplicated way nodes ."),23 super(tr("Duplicated way nodes"), 24 24 tr("Checks for ways with identical consecutive nodes.")); 25 25 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/MultipolygonTest.java
r4682 r4806 51 51 public MultipolygonTest() { 52 52 super(tr("Multipolygon"), 53 tr("This test checks if multipolygons are valid")); 53 tr("This test checks if multipolygons are valid.")); 54 54 } 55 55 -
trunk/src/org/openstreetmap/josm/data/validation/tests/NameMismatch.java
r4253 r4806 34 34 35 35 public NameMismatch() { 36 super(tr("Missing name:* translation ."),36 super(tr("Missing name:* translation"), 37 37 tr("This test finds multilingual objects whose ''name'' attribute is not equal to some ''name:*'' attribute and not a composition of ''name:*'' attributes, e.g., Italia - Italien - Italy.")); 38 38 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/OverlappingAreas.java
r4682 r4806 21 21 22 22 public OverlappingAreas() { 23 super(tr("Overlapping Areas")); 23 super(tr("Overlapping Areas"), tr("This test checks if areas overlap.")); 24 24 } 25 25 -
trunk/src/org/openstreetmap/josm/data/validation/tests/OverlappingWays.java
r4496 r4806 43 43 /** Constructor */ 44 44 public OverlappingWays() { 45 super(tr("Overlapping ways ."),45 super(tr("Overlapping ways"), 46 46 tr("This test checks that a connection between two nodes " 47 47 + "is not used by more than one way.")); -
trunk/src/org/openstreetmap/josm/data/validation/tests/RelationChecker.java
r4769 r4806 41 41 */ 42 42 public RelationChecker() { 43 super(tr("Relation checker :"),43 super(tr("Relation checker"), 44 44 tr("This plugin checks for errors in relations.")); 45 45 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/SimilarNamedWays.java
r4043 r4806 39 39 */ 40 40 public SimilarNamedWays() { 41 super(tr("Similarly named ways ."),41 super(tr("Similarly named ways"), 42 42 tr("This test checks for ways with similar names that may have been misspelled.")); 43 43 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java
r4035 r4806 40 40 import org.openstreetmap.josm.Main; 41 41 import org.openstreetmap.josm.command.ChangePropertyCommand; 42 import org.openstreetmap.josm.command.ChangePropertyKeyCommand; 42 43 import org.openstreetmap.josm.command.Command; 43 44 import org.openstreetmap.josm.command.SequenceCommand; -
trunk/src/org/openstreetmap/josm/data/validation/tests/TurnrestrictionTest.java
r4370 r4806 37 37 38 38 public TurnrestrictionTest() { 39 super(tr("Turnrestriction"), tr("This test checks if turnrestrictions are valid")); 39 super(tr("Turnrestrictions"), tr("This test checks if turnrestrictions are valid")); 40 40 } 41 41 -
trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java
r4447 r4806 28 28 */ 29 29 public UnclosedWays() { 30 super(tr("Unclosed Ways ."), tr("This tests if ways which should be circular are closed."));30 super(tr("Unclosed Ways"), tr("This tests if ways which should be circular are closed.")); 31 31 } 32 32 -
trunk/src/org/openstreetmap/josm/data/validation/tests/UnconnectedWays.java
r4707 r4806 59 59 */ 60 60 public UnconnectedWays() { 61 super(tr("Unconnected ways ."),61 super(tr("Unconnected ways"), 62 62 tr("This test checks if a way has an endpoint very near to another way.")); 63 63 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/UntaggedNode.java
r4043 r4806 37 37 */ 38 38 public UntaggedNode() { 39 super(tr("Untagged and unconnected nodes ."),39 super(tr("Untagged and unconnected nodes"), 40 40 tr("This test checks for untagged nodes that are not part of any way.")); 41 41 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/UntaggedWay.java
r3844 r4806 58 58 */ 59 59 public UntaggedWay() { 60 super(tr("Untagged, empty and one node ways ."),60 super(tr("Untagged, empty and one node ways"), 61 61 tr("This test checks for untagged, empty and one node ways.")); 62 62 } -
trunk/src/org/openstreetmap/josm/data/validation/tests/WayConnectedToArea.java
r4704 r4806 16 16 17 17 public WayConnectedToArea() { 18 super(tr("Way connected to Area")); 18 super(tr("Way connected to Area"), tr("Checks for ways connected to areas.")); 19 19 } 20 20 -
trunk/src/org/openstreetmap/josm/data/validation/tests/WronglyOrderedWays.java
r4505 r4806 27 27 */ 28 28 public WronglyOrderedWays() { 29 super(tr("Wrongly Ordered Ways ."),29 super(tr("Wrongly Ordered Ways"), 30 30 tr("This test checks the direction of water, land and coastline ways.")); 31 31 }
Note:
See TracChangeset
for help on using the changeset viewer.