source: josm/trunk/src/org/openstreetmap/josm/data/validation/tests/OverlappingWays.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14467   5 years GerdP fix #17041 Let OverlappingWays also report ways where exactly one …
(edit) @14401   5 years Don-vip fix #13818 - remove "Areas share segment" warnings
(edit) @14398   5 years Don-vip fix #16933 - exclude building:part from OverlappingWays test
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @13153   6 years Don-vip fix #15580 - Validator warns about overlapping ways for …
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @11913   7 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11129   8 years simon04 fix #13799 - Use builder pattern for TestError
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @9999   8 years Don-vip sonar - do not copy collection contents from one to another with a loop
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8382   9 years Don-vip fix copyright/license headers globally (missed a few files)
(edit) @8369   9 years Don-vip fix #11396 - exclude man_made from overlapping way test
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6940   10 years Don-vip fix #9820 - validator: fix regression from r6862 in overlapping ways test
(edit) @6872   10 years Don-vip fix #9695 - ignore barrier in overlapping ways test
(edit) @6870   10 years simon04 fix #9598 - Validator: do not report "Overlapping ways" for buildings
(edit) @6862   10 years simon04 see #9598 - Validator: report "Overlapping ways" only if at least 3 …
(edit) @6722   10 years simon04 fix #9577 - Remove automatic fix for "Way contains segment twice" …
(edit) @6694   10 years simon04 see #9577 - Highlight duplicate way segments of "Way contains segment …
(edit) @6693   10 years simon04 see #9577 - Improve "Way contains segment twice" test (false-positives)
(edit) @6619   10 years Don-vip fix #9523 - validator: Only raise "Way contains segment twice" error …
(edit) @6574   10 years simon04 fix #4959 - Validator: check and fix ways with duplicate way segments …
(edit) @6494   10 years Don-vip fix #9430, fix #9445 - fix validator tests lifecycle
(edit) @6491   10 years Don-vip fix #9440 - Consistent definition of ways treated as areas
(edit) @6304   11 years Don-vip see #4582, fix #8362 - Fix validator false positive "overlapping ways" …
(edit) @6301   11 years Don-vip see #4582, see #7236 - Fix validator false positive "overlapping ways" …
(edit) @6300   11 years Don-vip see #4582, see #9140 - Fix validator false positive "overlapping ways" …
(edit) @6240   11 years Don-vip Sonar - fix some issues in data.validation.tests
(edit) @5783   11 years Don-vip fix #8517 - Sort validator results (based on patch by windu.2b)
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4806   12 years stoecker unify texts for validator tests, move command where it belongs
(edit) @4496   13 years simon04 see #4582 - clarify warning messages of overlapping way validator test
(edit) @4448   13 years simon04 see #4582 - validator test for overlapping areas
(edit) @3674   13 years bastiK Replace Bag by MultiMap. Both collections are quite similar, but there …
(edit) @3671   13 years bastiK adapt coding style (to some degree); there shouldn't be any semantic …
(add) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
Note: See TracRevisionLog for help on using the revision log.