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) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16630   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @16628   4 years simon04 see #19334 - https://errorprone.info/bugpattern/MixedMutabilityReturnType
(edit) @16626   4 years simon04 see #19334 - https://errorprone.info/bugpattern/ImmutableEnumChecker
(edit) @16616   4 years simon04 fix #19380 - RelationChecker: improve validation message "Role …
(edit) @16564   4 years Klumbumbus fix #19337 - Don't warn about sport=motor|motocross|cycling on …
(edit) @16555   4 years Don-vip see #19334 - avoid ConcurrentModificationException while iterating …
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16540   4 years Klumbumbus update TLD from IANA
(edit) @16516   4 years Klumbumbus remove TLD from IANA
(edit) @16511   4 years Klumbumbus remove TLD from IANA
(edit) @16508   4 years Klumbumbus Don't warn about unclosed way leisure=barefoot (bare foot paths)
(edit) @16447   4 years GerdP see #19053: remove wrong and previously obsolete method clean3000 and …
(edit) @16445   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16443   4 years simon04 see #19053 - fix cleanup3000, add non-regression test
(edit) @16406   4 years GerdP fix #19136: Validator no longer raises issues for old-style …
(edit) @16404   4 years GerdP see #17914: End node near other way test does not work if highways are …
(edit) @16390   4 years Klumbumbus see #13841 don't warn about "Way end node near other way" for railway=razed
(edit) @16382   4 years Klumbumbus - Add automated check to car wash presets - Don't warn about "Unknown …
(edit) @16379   4 years GerdP see #19145: some unclosed ways are not found - add check for unclosed …
(edit) @16378   4 years Klumbumbus see #19145 - Don't warn about unclosed amenity=bench|bicycle_parking
(edit) @16377   4 years GerdP fix #19145: some unclosed ways are not found - fix typo amenties -> …
(edit) @16372   4 years GerdP fix #18138: Validator rules for connectivity relations fix single …
(edit) @16360   4 years simon04 MapCSSTagChecker: remove method (only used in one test)
(edit) @16337   4 years simon04 Checkstyle, PMD
(edit) @16334   4 years simon04 InternetTags is a Test.TagTest
(edit) @16333   4 years simon04 Java 8: use Map.computeIfAbsent
(edit) @16332   4 years simon04 Java 8: use Stream
(edit) @16299   4 years GerdP fix spotbugs: RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @16296   4 years GerdP fix #19053:Validator does not find overlapping buildings anymore - …
(edit) @16295   4 years GerdP fix #18138: Validator rules for connectivity relations 18138.8.patch …
(edit) @16273   4 years simon04 MapCSSTagChecker: fix typo
(edit) @16248   4 years GerdP fix #19053:Validator does not find overlapping buildings anymore - …
(edit) @16247   4 years GerdP fix #19053: Validator does not find overlapping buildings anymore …
(edit) @16244   4 years simon04 fix #19048 - Opening hours syntax: validate opening_hours:covid19
(edit) @16240   4 years GerdP fix #17914: End node near other way test does not work if highways are …
(edit) @16230   4 years Don-vip see #18740 - checkstyle
(edit) @16226   4 years simon04 fix #18740 - Tag checker: whitelist a few phonetic characters
(edit) @16223   4 years Klumbumbus remove TLD from IANA
(edit) @16220   4 years GerdP fix #19003: different validator results with layer state "locked" - …
(edit) @16214   4 years Don-vip remove TLD from IANA
(edit) @16198   4 years GerdP see #18969: Improve performance of validator checks
(edit) @16192   4 years GerdP improve performance of LongSegment test: ignore nodes unless partial …
(edit) @16178   4 years Don-vip fix #18956 - allow TestError to be built with an empty list of …
(edit) @16172   4 years simon04 Fix JavaDoc warnings
(edit) @16154   4 years Don-vip see #17533 - see #18455 - partial revert of r15640, causing untagged …
(edit) @16151   4 years simon04 remove TLD from IANA
(edit) @16119   4 years Don-vip fix #18928 - fix various crashes with empty ways
(edit) @16091   4 years Don-vip fix #18658 - Don't create empty validator layer
(edit) @16086   4 years simon04 see #18140 - Get rid of OpeningHoursParser.OpeningHoursTestError
(edit) @16085   4 years simon04 see #18140 - Remove obsolete OpeningHoursParser.CheckMode
(edit) @16078   4 years GerdP see #18643: I18n: improve plural forms
(edit) @16076   4 years simon04 fix #18643 - I18n: improve plural forms
(edit) @16072   4 years simon04 see #18643 - I18n: improve plural forms
(edit) @16069   4 years simon04 see #18752 - Harmonize stopwatch logging
(edit) @16068   4 years simon04 fix #18752 - Remove i18n from debug logging strings
(edit) @16047   4 years GerdP fix #13805,#17737 improve progress bar of validator / Unclear scope of …
(edit) @16039   4 years simon04 see #18802 - MapCSSTagChecker: clear ruleToCheckMap cache
(edit) @16031   4 years GerdP see #18749: reduce memory footprint errors array was allocated with …
(edit) @15999   4 years simon04 see #18802 - MapCSSTagChecker: fix "Variable is already assigned to …
(edit) @15998   4 years simon04 see #18802 - MapCSSTagChecker: use Stream API
(edit) @15997   4 years simon04 see #18802 - MapCSSTagChecker: remove unused private function
(edit) @15994   4 years simon04 fix #18741 - Tag checker: report codepoint of unusual Unicode character
(edit) @15989   4 years simon04 see #18802 - MapCSSStyleIndex: rename/move
(edit) @15988   4 years simon04 see #18802 - MapCSSRule: support list of selectors - allows to drop …
(edit) @15987   4 years simon04 see #18802 - Selector: merge GeneralSelector/OptimizedGeneralSelector …
(edit) @15986   4 years simon04 see #18802 - Add Selector.getBase
(edit) @15984   4 years simon04 see #18802 - Add MapCSSRule.matches
(edit) @15983   4 years simon04 see #18802 - Extract org.openstreetmap.josm.gui.mappaint.mapcss.Declaration
(edit) @15982   4 years simon04 see #18802 - MapCSSTagChecker.TagCheck: use unmodifiable collections
(edit) @15981   4 years simon04 see #18802 - MapCSSTagChecker: no not persist assertions Check …
(edit) @15980   4 years simon04 see #18802 - MapCSSTagChecker: simplify …
(edit) @15979   4 years simon04 see #18802 - Extract MapCSSTagCheckerAsserts class
(edit) @15978   4 years simon04 fix #18140 - Switch to OpeningHoursParser
(edit) @15972   4 years GerdP fix #18810: Validator dialog should show the test that produced the …
(edit) @15961   4 years GerdP fix #16707: Warn about overlapping connected buildings - add rule in …
(edit) @15959   4 years GerdP fix #13165 Validator did not warn about overlapping multipolygons - …
(edit) @15939   4 years GerdP fix checkstyle issues
(edit) @15938   4 years GerdP see #16707: improve highlighting of overlapping areas and "zoom to …
(edit) @15928   4 years GerdP simplify code
(edit) @15911   4 years simon04 Fix typo
(edit) @15902   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15900   4 years simon04 Fix typo in code comment
(edit) @15888   4 years simon04 fix #18740 - Tag checker: whitelist a few phonetic characters
(edit) @15815   4 years simon04 fix #18577 - Update opening_hours.js
(edit) @15808   4 years Don-vip update TLD from IANA
(edit) @15788   4 years GerdP see #18455: improve performance - filter TaggingPreset.data to avoid …
(edit) @15755   4 years simon04 Introduce Stopwatch class to measure elapsed time
(edit) @15745   4 years Don-vip fix #18590 - AddressesTest should split addresses on common delimiters …
(edit) @15743   4 years Don-vip fix #18585, see #17454 - Support duration as restriction-type in …
(edit) @15719   4 years simon04 Java 8: deprecate Utils.exists, Utils.find
(edit) @15716   4 years simon04 Java 8: use String.join
(edit) @15704   4 years GerdP fix #9836: crossing barrier and highway is not reported (regressin of …
(edit) @15696   4 years Don-vip fix #18020 - don't show way directions for boundary relations
(edit) @15691   4 years GerdP fix #18544: Don't warn crossing administrative and protected_area …
(edit) @15683   4 years Don-vip see #18455 - fix unit tests
(edit) @15682   4 years Don-vip see #18455 - don't perform INFO level tests in TagChecker if not enabled
(edit) @15680   4 years GerdP fix #18546: "Relation type is unknown" Lower severity from WARNING to OTHER
(edit) @15668   4 years Don-vip fix #18540 - use correct primitive icons in validator dialog
(edit) @15667   4 years Don-vip fix #18455 - smarter error detection, should lead to less false positives
Note: See TracRevisionLog for help on using the revision log.