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) @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 …
(edit) @14870   5 years GerdP fix pmd issue "Avoid appending characters as strings in …
(edit) @14869   5 years GerdP see #17438: errors with code INVALID_KEY are NOT fixable
(edit) @14865   5 years GerdP fix new sonar issues
(edit) @14859   5 years GerdP fix #17438: Use constant INVALID_KEY for error "Presets do not contain …
(edit) @14855   5 years GerdP see #17401: Improve performance: Use cached icon in …
(edit) @14852   5 years GerdP see #17268: fix more javadoc issues
(edit) @14851   5 years GerdP see #17268: fix some findbugs/sonar/javadoc issues
(edit) @14828   5 years GerdP fix #17268: There should be a method to clear ignored errors patch …
(edit) @14813   5 years Don-vip add unit test for CrossingWays
(edit) @14803   5 years Don-vip fix #17376 - allows multiple values in URL validator
(edit) @14791   5 years Don-vip remove TLD from IANA
(edit) @14790   5 years Don-vip remove TLD from IANA
(edit) @14788   5 years Don-vip remove TLD from IANA
(edit) @14779   5 years GerdP see #16803: revert r14777,r14775, and r14772: too many side effects, …
(edit) @14777   5 years GerdP fix #17313 NPE when *_link road is connected to way without a highway …
(edit) @14775   5 years GerdP fix some new sonar issues
(edit) @14774   5 years GerdP fix #17298: customer -> customers
(edit) @14772   5 years GerdP fix #16803 Validator: Wrong warning Highway link is not linked to …
(edit) @14768   5 years GerdP fix #17302: reduce sort time in ValidatorTreePanel.buildTree()
(edit) @14767   5 years Klumbumbus * fix #17297, see #8877 - add wiki documented denominations >500 uses …
(edit) @14758   5 years Don-vip update TLD from IANA
(edit) @14755   5 years Don-vip update TLD from IANA
(edit) @14754   5 years GerdP fix #17274: Empty line in ignorederrors.cfg causes reader to stop
(edit) @14735   5 years Klumbumbus fix #17253, fix #17254, fix #17255, fix #17256 - remove some false …
(edit) @14732   5 years GerdP fix #17246 NPE in TagChecker (regression of r14727) Unit test added
(edit) @14727   5 years GerdP fix #17233: Remove support for TagChecker configuration files starting …
(edit) @14721   5 years GerdP fix PMD issue: The final local variable name 'ERR_TYPE_SPACE' doesn't …
(edit) @14706   5 years GerdP fix more recent sonar issues
(edit) @14705   5 years GerdP fix some sonar issues - split complex methods into smaller blocks - …
(edit) @14704   5 years GerdP fix #17219 TagChecker.isTagInPresets() doesn't work
(edit) @14696   5 years GerdP fix #17199 - Don't suggest different spelling when all preset values …
(edit) @14654   5 years simon04 Deprecate OsmPrimitive.getFilteredList/getFilteredSet in favour of …
(edit) @14624   5 years Don-vip fix various SonarQube issues
(edit) @14615   5 years Don-vip fix recent sonar issues
(edit) @14599   5 years GerdP fix #17035: Validator: Improve progress monitor …
(edit) @14596   5 years GerdP fix checkstyle issue
(edit) @14594   5 years GerdP see #15774: Add robustness for typos in ignoretags.cfg Before a …
(edit) @14588   5 years GerdP fix findbugs, remove redundant code One small side effect: test …
(edit) @14585   5 years GerdP see #17055 Disable autofix for possibly misspelled tag values Some …
(edit) @14577   5 years Klumbumbus fix #17130 - warn about area:highway on unclosed ways and nodes
(edit) @14571   5 years GerdP see #17055 When harmonized value is only 3 characters reduce allowed …
(edit) @14567   5 years Don-vip remove TLD from IANA
(edit) @14563   5 years GerdP fix #17036 Don't show 'Way terminates on Area' when node is tagged …
(edit) @14559   5 years GerdP fix #17108 avoid duplicate warning for unclosed ways which are also …
(edit) @14540   5 years Don-vip fix #17058 - support assertions with several countries
(edit) @14531   5 years GerdP see #17055 improve TagChecker: Don't say "looks like" when all …
(edit) @14525   5 years Don-vip fix #17088 - False positive in test "Missing name:* translation"
(edit) @14517   5 years GerdP see #17055 improve TagChecker - don't suggest fix value when given …
(edit) @14508   5 years GerdP see #17055 improve TagChecker - allow Levenshtein distance of 2 so …
(edit) @14501   5 years GerdP see #17057 : revert changes from r14494
(edit) @14496   5 years Don-vip fix #17060, see #16073 - Support Internationalized domain names (IDN) …
(edit) @14494   5 years GerdP fix #17057 - Allow multiple from ways in no_entry turn restriction - …
(edit) @14490   5 years GerdP fix #17055 17055-v2.patch with one empty line removed
(edit) @14489   5 years Don-vip see #17053 - fix parsing regression involving the - operator
(edit) @14486   5 years Don-vip see #17058 - fix unit tests
(edit) @14484   5 years Don-vip fix #17058 - Cannot add assertMatch/assertNoMatch declarations with …
(edit) @14481   5 years Don-vip fix #17053 - ignore MapCSS declarations starting with "-" to allow …
(edit) @14477   5 years GerdP see #17040 fix checkstyle issues
(edit) @14473   5 years GerdP see #17040 don't keep refs to OSM primitives in validation tests …
(edit) @14469   5 years GerdP fix #17021 Use MapCSSRuleIndex to speed up MapCSSTagChecker
(edit) @14468   5 years GerdP fix #16978 Use distinct code number for each test group in …
(edit) @14467   5 years GerdP fix #17041 Let OverlappingWays also report ways where exactly one …
(edit) @14455   5 years GerdP fix #17028: improve performance of some validator tests
(edit) @14452   5 years Don-vip fix #16889 - better handling of trams in CrossingWays test
(edit) @14437   5 years GerdP fix #17010 - Validator creates multiple errors/warnings for same …
(edit) @14436   5 years Don-vip fix SonarQube issues
(edit) @14421   5 years GerdP fix fix #16982, now really
(edit) @14420   5 years GerdP fix #16982
(edit) @14408   5 years GerdP fix #16942 - improve performance of MultipolygonTest
(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) @14386   5 years Don-vip fix #16919 - exclude highway=bus_stop|platform from "Crossing highways"
(edit) @14373   5 years simon04 see #15889 - deprecate SimilarNamedWays.getLevenshteinDistance
(edit) @14371   5 years simon04 fix #15889 - add MapCSS function is_similar This function tests if …
(edit) @14305   6 years Don-vip fix #16810 - Disable 'Way end node near other highway' warnings for …
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14298   6 years Don-vip update TLD from IANA
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14267   6 years Don-vip update TLD from IANA
(edit) @14265   6 years Don-vip update TLD from IANA
(edit) @14249   6 years Don-vip update TLD from IANA
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @14198   6 years Don-vip spotbugs - UCF_USELESS_CONTROL_FLOW
(edit) @14180   6 years Don-vip update TLD from IANA
(edit) @14165   6 years Don-vip fix #16652 - validator dialog: display multiple OSM primitives like in …
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14143   6 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
(edit) @14128   6 years Don-vip see #15229 - deprecate Main.fileWatcher
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14043   6 years Don-vip delete xperia TLD
(edit) @14036   6 years Don-vip update new TLD from IANA
(edit) @13985   6 years Don-vip remove deleted TLD
(edit) @13980   6 years Don-vip fix #16432 - Exclude names differing by roman numbers in Similarly …
(edit) @13976   6 years Don-vip fix #16425 - support "zone40" maxspeed context
Note: See TracRevisionLog for help on using the revision log.