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) @9645   8 years Don-vip fix findbugs issue RV_RETURN_VALUE_IGNORED_BAD_PRACTICE for …
(edit) @9604   8 years Don-vip fix #12436 - untagged node validator test: do not remove empty nodes …
(edit) @9584   8 years Don-vip fix #12377 - detect intersecting rings in multipolygon validator test
(edit) @9583   8 years Don-vip see #12377 - simplify multipolygon geometry checks
(edit) @9582   8 years Don-vip see #12377 - code refactoring to cleanup multipolygon test
(edit) @9574   8 years Don-vip see #12412 - add a new preset type "multipolygon". TODO: make a better icon
(edit) @9553   8 years stoecker see #12377 - added relevant way to the validator message
(edit) @9490   8 years Don-vip see #12377 - add multipolygon unit test
(edit) @9404   8 years Don-vip fix coverity 1012839 - Copy-paste error
(edit) @9397   8 years simon04 see #12325 - Do not exclude the test for non-downloaded datasets, fix …
(edit) @9382   8 years simon04 fix #12329 - Tag checker: Losing valid values when auto-fixing in some …
(edit) @9381   8 years Don-vip fix #12325 - Don't warn "highway link is not linked to adequate …
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9359   8 years simon04 fix #12314 - Validator: do not attempt to delete twice
(edit) @9345   8 years stoecker fix possible NPE
(edit) @9321   8 years Don-vip fix #12234 - disable power validation test for nodes outside of …
(edit) @9278   8 years bastiK move ElemStyle classes to new package, rename to (Style)Element
(edit) @9249   8 years Don-vip see #11390 - resolve last javadoc warnings with Java 8. "ant javadoc" …
(edit) @9246   8 years Don-vip javadoc update
(edit) @9244   8 years simon04 see #12111 - Detect when "to" and "from" also in no_u_turn
(edit) @9243   8 years Don-vip javadoc update
(edit) @9239   8 years Don-vip javadoc update
(edit) @9236   8 years simon04 fix #12111 - Detect when "to" and "from" are the same in turn restrictions
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(edit) @9079   8 years Don-vip update to CheckStyle 6.13
(edit) @9072   8 years Don-vip partial revert of r9070 - make build run with Java 9 again
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @9023   8 years Don-vip see #12102 - cleanup TagChecker - code refactor/cleanup/simplification …
(edit) @8969   8 years Don-vip fix erroneous tagchecker warning: `key full_name:fa looks like …
(edit) @8958   8 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8941   8 years Don-vip fix #12004 - suggest to replace source:maxspeed=UK:* by …
(edit) @8936   8 years Don-vip add unit test to check syntax validity of all MapCSSTagChecker rules
(edit) @8882   9 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @8873   9 years Don-vip fix #11967 - Regression: Object count in validator broken + add unit test
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8850   9 years Don-vip sonar - squid:S3047 - Multiple loops over the same set should be combined
(edit) @8849   9 years Don-vip sonar - squid:S1643 - Strings should not be concatenated using '+' in …
(edit) @8848   9 years Don-vip sonar - squid:S2131 - Primitives should not be boxed just for "String" …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8829   9 years simon04 fix #10134 - Validator: allow to cancel validation tests This …
(edit) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8777   9 years Don-vip Basic Java 9 support: make code compile, and Linux scripts detect it
(edit) @8753   9 years simon04 fix #11774 - Warn about obvious misspelled tag keys (patch by mdk, …
(edit) @8743   9 years simon04 see #11834 - Use KeyValueVisitor in the UntaggedNode test
(edit) @8724   9 years Don-vip fix #11813 - NPE
(edit) @8680   9 years simon04 fix #11755 - Update version of opening_hours.js to 3.3.0
(edit) @8633   9 years Don-vip fix some compile errors that arise with openjdk-9-b74
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8577   9 years Klumbumbus fix #11669 - don't warn about unclosed natural=valley
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8490   9 years Don-vip fix #11567 - Exception when running validator
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8455   9 years Don-vip fix #11484 - group "missing name" and "long segments" validation results
(edit) @8454   9 years Don-vip fix #11493 - Wrong warning in validation of roundabouts (regression, …
(edit) @8452   9 years Don-vip fix #11503 - support oneway:bicycle in turn restriction test
(edit) @8448   9 years Don-vip fix #11513 - {1.key} not working in fixChangeKey
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8438   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8435   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8401   9 years Don-vip fix some minor Sonar issues
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8382   9 years Don-vip fix copyright/license headers globally (missed a few files)
(edit) @8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8369   9 years Don-vip fix #11396 - exclude man_made from overlapping way test
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8362   9 years Don-vip fix #11415 - Wrong warnings about unclosed ways
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8334   9 years stoecker see #11405 - fix typo
(edit) @8331   9 years simon04 fix #10278 - MapCSSTagChecker: preprocess MapCSS for media queries support
(edit) @8325   9 years Don-vip see #11405 - fix typo
(edit) @8320   9 years stoecker fix #11405 - warn about very long segments (>15km for now)
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8309   9 years stoecker disable old empty internal tagchecker file
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8290   9 years Don-vip code cleanup
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
Note: See TracRevisionLog for help on using the revision log.