Changeset 20828 in osm for applications/editors/josm/plugins/validator/src
- Timestamp:
- 2010-04-07T22:59:15+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator
- Files:
-
- 36 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ErrorLayer.java
r20426 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ErrorTreePanel.java
r20426 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ErrorTreeRenderer.java
r13497 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/GridLayer.java
r19335 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/OSMValidatorPlugin.java
r19505 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/PreferenceEditor.java
r19304 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/Severity.java
r13497 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/Test.java
r19505 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/TestError.java
r20365 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ValidateAction.java
r19505 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ValidateUploadHook.java
r19226 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ValidatorDialog.java
r20546 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ValidatorVisitor.java
r20365 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/ChangePropertyKeyCommand.java
r17479 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/Coastlines.java
r18711 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/CrossingWays.java
r19335 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicateNode.java
r20142 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicateWay.java
r20799 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicatedWayNodes.java
r17479 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/MultipolygonTest.java
r20573 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/NameMismatch.java
r19688 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/NodesWithSameName.java
r18197 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/OverlappingWays.java
r19329 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/SelfIntersectingWay.java
r17351 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/SimilarNamedWays.java
r17722 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java
r20155 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnclosedWays.java
r18928 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnconnectedWays.java
r19335 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UntaggedNode.java
r20579 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UntaggedWay.java
r18425 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/WronglyOrderedWays.java
r18556 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.tests; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/util/AgregatePrimitivesVisitor.java
r20155 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.util; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/util/Bag.java
r14015 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.util; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/util/MultipleNameVisitor.java
r16629 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.util; 2 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/util/NameVisitor.java
r18848 r20828 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. See LICENSE file for details. 2 2 package org.openstreetmap.josm.plugins.validator.util; 3 3 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/util/Util.java
r17351 r20828 1 // License: GPL. See LICENSE file for details. 1 2 package org.openstreetmap.josm.plugins.validator.util; 2 3
Note:
See TracChangeset
for help on using the changeset viewer.