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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11129   8 years simon04 fix #13799 - Use builder pattern for TestError
(edit) @11111   8 years Don-vip sonar - squid:S2095 - Resources should be closed
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11087   8 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
(edit) @11083   8 years Don-vip fix #13762 - allow meta[lang=xx] in validator mapcss rules
(edit) @11062   8 years simon04 fix #13643 - NoSuchElementException in DuplicateNode.isFixable
(edit) @11042   8 years simon04 Use CachedFile#getContentReader where possible
(edit) @11023   8 years Don-vip checkstyle
(edit) @11014   8 years Don-vip fix #13630 - proper validation of invalid mapcss rules
(edit) @11007   8 years Don-vip fix #13643 - prevent creation of DuplicateNode errors with empty list …
(edit) @10991   8 years Don-vip fix #13570 - Coastline validator doesn't report some problems and is …
(edit) @10981   8 years Don-vip fix #13536 - multipolygon role verification: do not warn about …
(edit) @10978   8 years Don-vip fix #13597 - No such function prettifyValue in OpeningHourTest
(edit) @10970   8 years Don-vip see #13491 - remove unused parameter
(edit) @10948   8 years Don-vip fix #13491 - fix EDT violation (patch by Gerd Petermann, modified)
(edit) @10924   8 years Don-vip fix #13494 - Disable "Fix" Button for "Duplicate Node" that is outside …
(edit) @10921   8 years simon04 Re-add SuppressWarnings (got lost in r10608)
(edit) @10837   8 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @10803   8 years Don-vip fix #13347 - simplify CrossingWays test (patch by Gerd Petermann)
(edit) @10776   8 years Don-vip fix #13295 - improve UnconnectedWays test performance (patch by …
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10729   8 years Don-vip fix compiler/javadoc warnings
(edit) @10728   8 years Don-vip see #11390 - fix checkstyle violations
(edit) @10721   8 years simon04 Remove too specific Utils functions
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10710   8 years simon04 fix #12570 - Group MapCSS tag checker tests
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10678   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10674   8 years Don-vip fix #13239, fix #13240 - Java 8: MapCSS Condition class (patches by …
(edit) @10672   8 years Don-vip see #12472 - fix "UnsynchronizedOverridesSynchronized" warnings
(edit) @10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10643   8 years Don-vip see #11390 - use method reference
(edit) @10638   8 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
(edit) @10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10599   8 years Don-vip see #11390 - sonar - squid:S1610 - Java 8: Abstract classes without …
(edit) @10528   8 years Don-vip fix #13069 - "Crossing waterways" reported for waterway=stream + …
(edit) @10472   8 years Don-vip see #10862 - https://issues.apache.org/jira/browse/VALIDATOR-290 has …
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
(edit) @10448   8 years Don-vip fix more deprecation warnings
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10376   8 years Klumbumbus fix #12961 - don't warn about unclosed natural=cave
(edit) @10363   8 years stoecker gsoc-core - patch by Michael Zangl - fix #12955 - remove deprecation usage
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10250   8 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @10234   8 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10224   8 years Don-vip fix unwanted warning when parsing comments in tagchecker files
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10204   8 years Don-vip see #12841 - ignore splitted roundabouts in roundabout validation test
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(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) @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) @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) @9971   8 years Don-vip sonar - use diamond operator when possible (some cases cause …
(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) @9921   8 years simon04 see #12570 - Group internet tags validator warnings
(edit) @9900   8 years Don-vip fix #12377 - detect intersecting outer members in multipolygons
(edit) @9895   8 years Don-vip see #12386 - add power=portal, power=terminal, power=insulator
(edit) @9886   8 years simon04 see #12570 - Group opening hours tests
(edit) @9855   8 years Don-vip see #12557 : remove unused code
(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) @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) @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) @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) @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) @9236   8 years simon04 fix #12111 - Detect when "to" and "from" are the same in turn restrictions
Note: See TracRevisionLog for help on using the revision log.