source: josm/trunk/test/unit/org/openstreetmap/josm/data/validation/tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19201   5 months taylor.smock Fix #23290: Exclude incomplete relations from region checks Also …
(edit) @19195   5 months taylor.smock Fix #23860: Duplicate key+value in preset causes an ISE in TagChecker …
(edit) @19172   5 months taylor.smock Fix #23290: Use checks in checkgroups when looking for out-of-region …
(edit) @19162   5 months taylor.smock Fix #21333: Extend SharpAngles test to railways
(edit) @19062   9 months GerdP fix #21881: Add a check for loops in directional waterways Patch by …
(edit) @19029   10 months GerdP fix #9304: in validator, check for intersecting roads in different …
(edit) @19025   10 months taylor.smock Fix #23177: Change ref:gnis to gnis:feature_id in the waterway …
(edit) @18981   11 months taylor.smock See #23290/r18980: Update test messages
(edit) @18976   11 months GerdP fix #20424, fix #20425: Duplicate relations not detected with …
(edit) @18961   12 months GerdP see #23397: Improve the results of partial validations - correct last …
(edit) @18958   12 months taylor.smock Fix #23418: Improve unit test consistency when run with non-English …
(edit) @18922   13 months taylor.smock Fix #23302: Create a preference for address duplicate detection to …
(edit) @18921   13 months taylor.smock Fix #23308: Fix a false positive for "Water area inside water area" …
(edit) @18918   13 months taylor.smock Fix #23290: Validate the regions a tag is expected to be in (patch by …
(edit) @18870   15 months taylor.smock See #16567: Update to JUnit 5 This converts most tests to use …
(edit) @18853   16 months taylor.smock See #16567: Update to JUnit 5 This removes new JOSMTestRules() with …
(edit) @18840   16 months taylor.smock Revert r18838, see #23008: natural=coastline does not work well with …
(edit) @18801   17 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18799   17 months taylor.smock See r18798: Actually use the @Territories annotation This also fixes …
(edit) @18761   19 months taylor.smock Fix borked tests (see r18757)
(edit) @18757   19 months taylor.smock Fix #17669, #22096: Allow placeholders in more locations in MapCSS
(edit) @18690   22 months taylor.smock See #16567: Convert all assertion calls to JUnit 5 (patch by gaben, …
(edit) @18675   23 months taylor.smock Fix #22684: IAE: Parameter 'en1' must not be null in …
(edit) @18619   2 years taylor.smock Fix #22600: NPE: cannot invoke "EastNorth.isValid" because "common" is null
(edit) @18553   2 years taylor.smock Fix #20716: Search for missing power line support features (patch by …
(edit) @18376   3 years taylor.smock see r18374: Add missing building:part=yes tag
(edit) @18374   3 years taylor.smock RelationCheckerTest: Update tests for r18369 see #21738: update …
(edit) @18282   3 years GerdP see #21438 Add unit test for tags keys which appear in presets but …
(edit) @18107   3 years Don-vip fix checkstyle/PMD issues
(edit) @18097   3 years Klumbumbus see #21161 - Fix unit test
(edit) @18037   4 years Don-vip fix #21064 - Add JUnit 5 extension for preferences (patch by taylor.smock)
(edit) @17946   4 years Klumbumbus see #21048 - Fix unit test again
(edit) @17945   4 years Klumbumbus see #21048 - Fix unit test
(edit) @17916   4 years simon04 fix #20957, see #20744 - Fix MapCSS function round
(edit) @17766   4 years simon04 fix #20754 - TagChecker: Unusual Unicode character on Nuu-chah-nulth …
(edit) @17665   4 years simon04 see #18074 - Revert "Duplicate Node: detect errors caused by different …
(edit) @17619   4 years simon04 see #4626 - Extract class MapCSSTagCheckerRule
(edit) @17612   4 years simon04 fix #18074 - Duplicate Node: detect errors caused by different …
(edit) @17591   4 years simon04 see #20626 - OpeningHoursParser: report multiple parse exceptions
(edit) @17590   4 years simon04 fix #20626 - Update to OpeningHoursParser 0.23.0
(edit) @17477   4 years Don-vip fix #20437 - allow unicode characters for "latin iota letter", used in …
(edit) @17434   4 years Don-vip fix #20337 - support dog:conditional
(edit) @17430   4 years GerdP fix #20330: Crossing landuse=residential and natural=water should not …
(edit) @17413   4 years GerdP see #20019: Warn about direction=forward/backward on invalid nodes. - …
(edit) @17411   4 years GerdP fix #20019: Warn about direction=forward/backward on invalid nodes. - …
(edit) @17400   4 years GerdP fix #20121: Confusing handling of water objects in CrossingWays - …
(edit) @17384   4 years GerdP fix #20182: NumberFormatException in …
(edit) @17376   4 years GerdP fix issues reported by sonar / coverity, simplify code, add unit tests …
(edit) @17275   4 years Don-vip see #16567 - upgrade almost all tests to JUnit 5, except those …
(edit) @17222   4 years GerdP Add unit test for validator test DuplicateWay to improve test coverage …
(edit) @17085   4 years simon04 fix #19743, fix #19879 - Update to OpeningHoursParser 0.22.1
(edit) @16805   4 years simon04 fix #19571 - Update to OpeningHoursParser 0.22.0
(edit) @16802   4 years GerdP fix #19568: Don't complain about highway ending near other highway for …
(edit) @16788   4 years simon04 see #19519 - TagCheckerTest: add mon-regression test
(edit) @16703   5 years simon04 see #19403 - Fix RelationCheckerTest.testHikingRouteMembers
(edit) @16643   5 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16618   5 years simon04 see #16567 - Fix deprecations related to JUnit 5 (patch by taylor.smock)
(edit) @16616   5 years simon04 fix #19380 - RelationChecker: improve validation message "Role …
(edit) @16445   5 years simon04 see #19251 - Java 8: use Stream
(edit) @16377   5 years GerdP fix #19145: some unclosed ways are not found - fix typo amenties -> …
(edit) @16360   5 years simon04 MapCSSTagChecker: remove method (only used in one test)
(edit) @16356   5 years simon04 Extend MapCSSTagCheckerTest.testInit
(edit) @16298   5 years GerdP see #18138: remove obsolete unit test
(edit) @16296   5 years GerdP fix #19053:Validator does not find overlapping buildings anymore - …
(edit) @16295   5 years GerdP fix #18138: Validator rules for connectivity relations 18138.8.patch …
(edit) @16226   5 years simon04 fix #18740 - Tag checker: whitelist a few phonetic characters
(edit) @16178   5 years Don-vip fix #18956 - allow TestError to be built with an empty list of …
(edit) @16114   5 years simon04 see #18140 - Update OpeningHoursParser to 0.21.1 > Updated …
(edit) @16086   5 years simon04 see #18140 - Get rid of OpeningHoursParser.OpeningHoursTestError
(edit) @16033   5 years Don-vip see #18845 - make MapCSSTagCheckerTest work without REVISION file
(edit) @16006   5 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @15988   5 years simon04 see #18802 - MapCSSRule: support list of selectors - allows to drop …
(edit) @15981   5 years simon04 see #18802 - MapCSSTagChecker: no not persist assertions Check …
(edit) @15979   5 years simon04 see #18802 - Extract MapCSSTagCheckerAsserts class
(edit) @15978   5 years simon04 fix #18140 - Switch to OpeningHoursParser
(edit) @15961   5 years GerdP fix #16707: Warn about overlapping connected buildings - add rule in …
(edit) @15959   5 years GerdP fix #13165 Validator did not warn about overlapping multipolygons - …
(edit) @15888   5 years simon04 fix #18740 - Tag checker: whitelist a few phonetic characters
(edit) @15815   5 years simon04 fix #18577 - Update opening_hours.js
(edit) @15749   5 years simon04 SimilarNamedWaysTest: simplify by joining tests
(edit) @15745   5 years Don-vip fix #18590 - AddressesTest should split addresses on common delimiters …
(edit) @15704   5 years GerdP fix #9836: crossing barrier and highway is not reported (regressin of …
(edit) @15683   5 years Don-vip see #18455 - fix unit tests
(edit) @15667   5 years Don-vip fix #18455 - smarter error detection, should lead to less false positives
(edit) @15614   5 years Don-vip fix #18322 - allow uppercase superscript latin characters in *ref tags
(edit) @15613   5 years Don-vip fix #18449 - exclude lowercase schwa character (ə) from "unusual …
(edit) @15455   5 years Don-vip see #18219, see #18216 - update unit tests
(edit) @15412   5 years GerdP see #18127 SonarLint: Rename this method name to match the regular …
(edit) @15405   5 years GerdP fix #18127: Catch impossible angles in highways Patch 18127.12 by …
(edit) @15354   5 years GerdP fix #18137: NPE in UnconnectedWays
(edit) @15335   5 years GerdP fix #18051 and #18106 This is more or less a rewrite of the code, I …
(edit) @15318   5 years Don-vip fix #17932 - fix error message localization
(edit) @15183   6 years GerdP fix #17768: Create / Update multipolygon did not work wich touching …
(edit) @15136   6 years GerdP add test for handling of multipolygon ways
(edit) @15134   6 years GerdP see #17765: fix / add unit tests
(edit) @15079   6 years Don-vip fix #17691 - fix issue where SimilarNamedWay crashes on a subset of …
(edit) @15073   6 years GerdP fix #17710 (hope this is the right way to do it)
(edit) @15071   6 years Don-vip fix #17709 - make TurnrestrictionTest aware of conditional restrictions
(edit) @15069   6 years GerdP fix #17695 - add support to find multipolygon inside polygon or …
(edit) @15064   6 years GerdP fix #12627,#14287,#14289,#17695 - let CrossingFinder and …
Note: See TracRevisionLog for help on using the revision log.