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) @10154   8 years Don-vip update new TLD from IANA
(edit) @10151   8 years Don-vip update new TLD from IANA
(edit) @10147   8 years Don-vip update new TLD from IANA
(edit) @10144   8 years Don-vip code refactoring - strip actions from LayerListDialog to new package …
(edit) @10141   8 years simon04 Validate that stop position lies on public transport route
(edit) @10137   8 years Don-vip sonar, javadoc
(edit) @10126   8 years Don-vip update new TLD from IANA - version 2016040900
(edit) @10125   8 years Don-vip refactor classes from corrector package, add javadoc
(edit) @10118   8 years Don-vip update new TLD from IANA - version 2016040601
(edit) @10112   8 years Don-vip update new TLD from IANA - version 2016040501
(edit) @10104   8 years Don-vip update new TLD from IANA - version 2016040300
(edit) @10092   8 years Don-vip update new TLD from IANA - version 2016033100
(edit) @10080   8 years Don-vip fix #12699 - disable long segment validator warning for ferry ways
(edit) @10046   8 years Don-vip sonar - squid:S1449 - Locale should be used in String operations sonar …
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10042   8 years Don-vip update new TLD from IANA - version 2016032600
(edit) @10038   8 years Don-vip update new TLD from IANA - version 2016032401
(edit) @10034   8 years Don-vip update new TLD from IANA - version 2016032201
(edit) @10014   8 years Don-vip update new TLD from IANA - version 2016031900
(edit) @10009   8 years Don-vip fix #12634 - Make filled area of validation layer transparent (patch …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9999   8 years Don-vip sonar - do not copy collection contents from one to another with a loop
(edit) @9997   8 years Don-vip sonar - various fixes + javadoc
(edit) @9991   8 years Don-vip sonar - fix comment indentation
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9983   8 years Don-vip remove unused code
(edit) @9978   8 years Don-vip sonar - remove useless initializations
(edit) @9971   8 years Don-vip sonar - use diamond operator when possible (some cases cause …
(edit) @9970   8 years Don-vip sonar - remove useless parentheses
(edit) @9962   8 years Don-vip update new TLD from IANA - version 2016031001
(edit) @9937   8 years simon04 see #8460 - Allow roundabouts in gap test
(edit) @9933   8 years simon04 see #8460 - Validate that public transport routes (version 2) do not …
(edit) @9932   8 years simon04 see #8460 - fix typo from r9931, fix matching, improve conditions, add …
(edit) @9929   8 years Don-vip findbugs
(edit) @9927   8 years Don-vip update new TLD from IANA - version 2016030500
(edit) @9922   8 years simon04 see #12570 - Group internet tags validator warnings Fix build due to …
(edit) @9921   8 years simon04 see #12570 - Group internet tags validator warnings
(edit) @9910   8 years Don-vip update new TLD from IANA - version 2016030200
(edit) @9900   8 years Don-vip fix #12377 - detect intersecting outer members in multipolygons
(edit) @9898   8 years Don-vip update new TLD from IANA - version 2016022800
(edit) @9895   8 years Don-vip see #12386 - add power=portal, power=terminal, power=insulator
(edit) @9890   8 years Don-vip update new TLD from IANA - version 2016022601
(edit) @9886   8 years simon04 see #12570 - Group opening hours tests
(edit) @9882   8 years Don-vip update new TLD from IANA - version 2016022500
(edit) @9874   8 years Don-vip update new TLD from IANA - version 2016022400
(edit) @9855   8 years Don-vip see #12557 : remove unused code
(edit) @9853   8 years Don-vip fix #12557 : update to Apache Commons Validator 1.5.0 + updates from …
(edit) @9834   8 years Klumbumbus fix #12541 - downgrade "style for outer way mismatches polygon" …
(edit) @9799   8 years stoecker fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
(edit) @9744   8 years Don-vip fix #12499 - detect and fix multiple spaces in tag values
(edit) @9693   8 years simon04 fix #12464 see #12464 - Regression: Validator did not longer warn …
(edit) @9675   8 years Don-vip add more unit tests
(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
Note: See TracRevisionLog for help on using the revision log.