source: josm/trunk/src/org/openstreetmap/josm/data/validation

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15642   4 years GerdP see #18455: Improve error group string "Wrong presets types" -> "Type …
(edit) @15640   4 years Don-vip fix #18455 - detect objects not matching their presets object type …
(edit) @15618   4 years Don-vip remove TLD from IANA
(edit) @15614   4 years Don-vip fix #18322 - allow uppercase superscript latin characters in *ref tags
(edit) @15613   4 years Don-vip fix #18449 - exclude lowercase schwa character (ə) from "unusual …
(edit) @15603   4 years Don-vip fix #18441 - Allow plugins to remove a test they added (patch by …
(edit) @15588   4 years Don-vip tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12
(edit) @15586   4 years Don-vip code cleanup
(edit) @15583   4 years GerdP see #18381: implement TaggingPresetListener to react on changes in …
(edit) @15562   4 years Klumbumbus update TLD from IANA
(edit) @15544   5 years Klumbumbus remove TLD from IANA
(edit) @15534   5 years Klumbumbus remove TLD from IANA
(edit) @15523   5 years Klumbumbus remove TLD from IANA
(edit) @15522   5 years Klumbumbus - fix #18324 - allow the role hail_and_ride in route=bus|trolleybus …
(edit) @15519   5 years Don-vip fix #18299 - handle noexit tag in UnconnectedWays test for railways too
(edit) @15515   5 years Don-vip fix #18293 - handle level tag like layer in CrossingWays test
(edit) @15514   5 years Don-vip fix #18294 - ignore railway=platform from UnconnectedWays test
(edit) @15510   5 years GerdP see #18240 : apply 18240.patch - Warn if incomplete multipolygon …
(edit) @15485   5 years Don-vip fix #18272 - Stop creating validator folder (patch by bagage)
(edit) @15468   5 years Don-vip fix #18247 - ignore ways ending with highway=elevator from …
(edit) @15463   5 years GerdP see #18232: remove Test.compareTo() and more
(edit) @15461   5 years GerdP sonar lint, code cleanup, no functional change
(edit) @15460   5 years Don-vip checkstyle/pmd
(edit) @15459   5 years GerdP fix #17837 and #18223, add unit tests TODO: - Will havily blow up …
(edit) @15458   5 years GerdP fix #18228: drastically improve performance of test "Unconnected …
(edit) @15448   5 years GerdP fix #18127: 18127.14.patch with some simplifications - ignore ways …
(edit) @15427   5 years Don-vip fix recent SonarQube issues
(edit) @15418   5 years Don-vip fix #14253 - Highlight affected relation members in role validation …
(edit) @15417   5 years Don-vip fix #14424 - check that validation autofix works as expected
(edit) @15407   5 years GerdP fix #18198: Make sure that found way is usable, regression from r15344
(edit) @15406   5 years GerdP see #18127: correct @since
(edit) @15405   5 years GerdP fix #18127: Catch impossible angles in highways Patch 18127.12 by …
(edit) @15375   5 years Don-vip fix #11388 - detect duplicated relations even if members order differ
(edit) @15372   5 years Don-vip - fix #18153 - prefer location=roof over location=rooftop, …
(edit) @15369   5 years simon04 fix #15815 - OverlappingWays: exclude indoor=
(edit) @15368   5 years simon04 fix #18163 - OverlappingWays: exclude tourism=camp_site
(edit) @15364   5 years Don-vip fix #18047 - consider junction=circular like junction=roundabout
(edit) @15359   5 years Don-vip see #17058, fix #18097 - fix MapCSSTagChecker.getLocation
(edit) @15354   5 years GerdP fix #18137: NPE in UnconnectedWays
(edit) @15347   5 years Don-vip fix #18124 - additional transport modes in ConditionalKeys test (patch …
(edit) @15346   5 years Klumbumbus update TLD from IANA
(edit) @15345   5 years Klumbumbus remove TLD from IANA
(edit) @15344   5 years GerdP see #6102, #11778: Improve UNCONNECTED_WAYS test - avoid to fill …
(edit) @15337   5 years stoecker see #18079 - make a bit more obvious, that you don't see non-printing …
(edit) @15336   5 years GerdP see #18106: Make sure that we report closest the way, minor code cleanup
(edit) @15335   5 years GerdP fix #18051 and #18106 This is more or less a rewrite of the code, I …
(edit) @15328   5 years Don-vip see #18103 - fix EDT violation
(edit) @15327   5 years Don-vip remove TLD from IANA
(edit) @15318   5 years Don-vip fix #17932 - fix error message localization
(edit) @15297   5 years Klumbumbus don't warn about unclosed sport=karting
(edit) @15294   5 years Don-vip update TLD from IANA
(edit) @15293   5 years Don-vip sonar
(edit) @15284   5 years Klumbumbus remove TLD from IANA
(edit) @15281   5 years Don-vip fix #18000 - Run "Building with an almost square angle" test only on …
(edit) @15277   5 years Don-vip fix #17932 - Update OpeningHourTest to enable propper logging See …
(edit) @15271   5 years Klumbumbus remove TLD from IANA
(edit) @15245   5 years Don-vip see #17885 - extract Functions class
(edit) @15244   5 years Don-vip fix #17886 - remove check for old-style multipolygons (removed from …
(edit) @15183   5 years GerdP fix #17768: Create / Update multipolygon did not work wich touching …
(edit) @15164   5 years Don-vip remove TLD from IANA
(edit) @15160   5 years GerdP fix #17768: Use code in MultipolygonTest to improve …
(edit) @15133   5 years GerdP see #17765: Further simplify code
(edit) @15132   5 years GerdP fix #17765: Move code for error "Area style way is not closed" to …
(edit) @15129   5 years GerdP see #17011: Ignore relations without members in DuplicateRelation test …
(edit) @15121   5 years Don-vip sonarqube, javadoc
(edit) @15104   5 years GerdP fix SonarLint issue: extract class IndexData (Reduce this class from …
(edit) @15103   5 years GerdP see #14287: improve results when Test.partialSelection is true. This …
(edit) @15102   5 years GerdP fix #10391: Add support for "not element of" operator - implement 4 …
(edit) @15093   5 years Klumbumbus see #17727, fix #17731 - add natural=strait (icon self created, CC0 …
(edit) @15081   5 years Klumbumbus fix #17727 - allow lines for natural=bay - add bay=fjord checkbox in …
(edit) @15079   5 years Don-vip fix #17691 - fix issue where SimilarNamedWay crashes on a subset of …
(edit) @15071   5 years Don-vip fix #17709 - make TurnrestrictionTest aware of conditional restrictions
(edit) @15064   5 years GerdP fix #12627,#14287,#14289,#17695 - let CrossingFinder and …
(edit) @15043   5 years Don-vip fix #17674 - use addr:suburb to distinguish similar addresses in the …
(edit) @15042   5 years Don-vip fix #17667 - allow arrows, several valid use cases in transport
(edit) @15027   5 years GerdP remove obsolete import added by some badly configured automatism
(edit) @15026   5 years GerdP fix checkstyle issues [FinalClass]
(edit) @15024   5 years GerdP fix #17656: improve performance in MapCSSTagChecker Don't put rules …
(edit) @15019   5 years GerdP fix #17567: fix spelling turnrestriction -> turn restriction
(edit) @15008   5 years GerdP fix #17614: - don't test integer bounding box of intersection area, …
(edit) @15007   5 years Don-vip remove deprecated API
(edit) @15004   5 years Klumbumbus * see #17567 - make validator warnings more comprehensible * fix …
(edit) @15003   5 years GerdP fix #17567: apply 17567-rephrase.patch
(edit) @14991   5 years Don-vip fix #17595 - smarter detection of ZWNJ/ZWJ unicode characters
(edit) @14990   5 years GerdP see #17567: improve messages created by RelationChecker - new error …
(edit) @14989   5 years Don-vip remove TLD from IANA
(edit) @14974   5 years GerdP fix typo in error message, use I18N string similar to the one in …
(edit) @14968   5 years GerdP fix checkstyle issue introduced with r14966
(edit) @14966   5 years GerdP fix #17561 Confusing error message for turn restriction fix #17567
(edit) @14952   5 years Don-vip fix #17546 - detects highly suspicious Unicode characters that have …
(edit) @14949   5 years Don-vip see #17546 - don't issue IPA warning for *:pronunciation
(edit) @14948   5 years Don-vip see #17546 - detect uses of "IPA Extensions" Unicode block …
(edit) @14934   5 years GerdP fix sonarLint issue: method names starting with "Is" instead of "is"
(edit) @14933   5 years Don-vip fix #15645, fix #17521 - Detect and fix non-printing control characters
(edit) @14914   5 years GerdP see #17475: Improve test for obsolete associatedStreet relations - if …
(edit) @14913   5 years GerdP fix findbugs: remove redundant null checks
(edit) @14906   5 years GerdP fix #17475: Validator should mark obsolete type=associatedStreet relations
(edit) @14897   5 years GerdP fix #17468: Validator produces wrong warning for misspelled tag key …
(edit) @14882   5 years GerdP code cleanup: move duplicated code to check ignore list and set …
(edit) @14879   5 years Klumbumbus fix #17454 - Support interval as restriction-type in conditional …
Note: See TracRevisionLog for help on using the revision log.