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) @10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10666   8 years Don-vip update new TLD from IANA
(edit) @10657   9 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10643   9 years Don-vip see #11390 - use method reference
(edit) @10638   9 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
(edit) @10632   9 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(edit) @10624   9 years Don-vip update new TLD from IANA
(edit) @10608   9 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10602   9 years Don-vip fix TLD order, causing unit test failure
(edit) @10600   9 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10599   9 years Don-vip see #11390 - sonar - squid:S1610 - Java 8: Abstract classes without …
(edit) @10595   9 years Don-vip update new TLD from IANA
(edit) @10572   9 years Don-vip update new TLD from IANA
(edit) @10543   9 years Don-vip update new TLD from IANA
(edit) @10531   9 years Don-vip update new TLD from IANA
(edit) @10528   9 years Don-vip fix #13069 - "Crossing waterways" reported for waterway=stream + …
(edit) @10524   9 years Don-vip update new TLD from IANA
(edit) @10523   9 years Don-vip update new TLD from IANA
(edit) @10521   9 years Don-vip update new TLD from IANA
(edit) @10512   9 years Don-vip update new TLD from IANA
(edit) @10509   9 years Don-vip update new TLD from IANA
(edit) @10507   9 years Don-vip fix #13095 - Exception on closing layers (patch by michael2402) - gsoc-core
(edit) @10506   9 years Don-vip update new TLD from IANA
(edit) @10497   9 years Don-vip update new TLD from IANA
(edit) @10492   9 years Don-vip update new TLD from IANA
(edit) @10472   9 years Don-vip see #10862 - https://issues.apache.org/jira/browse/VALIDATOR-290 has …
(edit) @10469   9 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10468   9 years Don-vip update new TLD from IANA
(edit) @10460   9 years Don-vip update new TLD from IANA
(edit) @10453   9 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
(edit) @10448   9 years Don-vip fix more deprecation warnings
(edit) @10446   9 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10436   9 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10420   9 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10413   9 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10411   9 years Don-vip update new TLD from IANA
(edit) @10409   9 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10377   9 years Don-vip update new TLD from IANA
(edit) @10376   9 years Klumbumbus fix #12961 - don't warn about unclosed natural=cave
(edit) @10363   9 years stoecker gsoc-core - patch by Michael Zangl - fix #12955 - remove deprecation usage
(edit) @10341   9 years Don-vip update new TLD from IANA
(edit) @10338   9 years Don-vip update to Commons Validator 1.5.1
(edit) @10321   9 years Don-vip update new TLD from IANA
(edit) @10311   9 years Don-vip update new TLD from IANA
(edit) @10308   9 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10300   9 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10298   9 years Don-vip update new TLD from IANA
(edit) @10297   9 years bastiK fixed #12885 - new method to add validator test from plugin (based on …
(edit) @10290   9 years Don-vip update new TLD from IANA
(edit) @10284   9 years Don-vip update new TLD from IANA
(edit) @10275   9 years Don-vip update new TLD from IANA
(edit) @10271   9 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10261   9 years Don-vip update new TLD from IANA
(edit) @10255   9 years Don-vip update new TLD from IANA
(edit) @10250   9 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @10243   9 years Don-vip update new TLD from IANA
(edit) @10242   9 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10234   9 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10228   9 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10224   9 years Don-vip fix unwanted warning when parsing comments in tagchecker files
(edit) @10216   9 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10214   9 years Don-vip findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
(edit) @10212   9 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10211   9 years Don-vip update new TLD from IANA
(edit) @10208   9 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10206   9 years Don-vip update new TLD from IANA
(edit) @10204   9 years Don-vip see #12841 - ignore splitted roundabouts in roundabout validation test
(edit) @10202   9 years Don-vip increase code coverage
(edit) @10199   9 years Don-vip fix unit tests
(edit) @10187   9 years Don-vip update new TLD from IANA
(edit) @10181   9 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10179   9 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10170   9 years Don-vip update new TLD from IANA
(edit) @10154   9 years Don-vip update new TLD from IANA
(edit) @10151   9 years Don-vip update new TLD from IANA
(edit) @10147   9 years Don-vip update new TLD from IANA
(edit) @10144   9 years Don-vip code refactoring - strip actions from LayerListDialog to new package …
(edit) @10141   9 years simon04 Validate that stop position lies on public transport route
(edit) @10137   9 years Don-vip sonar, javadoc
(edit) @10126   9 years Don-vip update new TLD from IANA - version 2016040900
(edit) @10125   9 years Don-vip refactor classes from corrector package, add javadoc
(edit) @10118   9 years Don-vip update new TLD from IANA - version 2016040601
(edit) @10112   9 years Don-vip update new TLD from IANA - version 2016040501
(edit) @10104   9 years Don-vip update new TLD from IANA - version 2016040300
(edit) @10092   9 years Don-vip update new TLD from IANA - version 2016033100
(edit) @10080   9 years Don-vip fix #12699 - disable long segment validator warning for ferry ways
(edit) @10046   9 years Don-vip sonar - squid:S1449 - Locale should be used in String operations sonar …
(edit) @10043   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10042   9 years Don-vip update new TLD from IANA - version 2016032600
(edit) @10038   9 years Don-vip update new TLD from IANA - version 2016032401
(edit) @10034   9 years Don-vip update new TLD from IANA - version 2016032201
(edit) @10014   9 years Don-vip update new TLD from IANA - version 2016031900
(edit) @10009   9 years Don-vip fix #12634 - Make filled area of validation layer transparent (patch …
(edit) @10001   9 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   9 years Don-vip sonar - fix various issues
(edit) @9999   9 years Don-vip sonar - do not copy collection contents from one to another with a loop
(edit) @9997   9 years Don-vip sonar - various fixes + javadoc
(edit) @9991   9 years Don-vip sonar - fix comment indentation
(edit) @9989   9 years Don-vip sonar - Methods should not be empty
Note: See TracRevisionLog for help on using the revision log.