source: josm/trunk/src/org/openstreetmap/josm/gui/dialogs/validator

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @12951   7 years Don-vip fix #14665 - Validator incorrectly folds first-level categories when …
(edit) @12667   7 years Don-vip see #14704 - allow to export validator errors ("Save as" in validator …
(edit) @12649   7 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11335   7 years simon04 fix #13948 fix #14040 - UnsupportedOperationException in ValidatorTreePanel
(edit) @11321   7 years Don-vip fix #14049 - NPE
(edit) @11303   7 years bastiK see #13948 - always listen to dataset events of the current edit layer
(edit) @11235   7 years bastiK applied #13948 - Validator seems to hang in last executed test (patch …
(edit) @11132   8 years simon04 fix #11072 - Sort validator warnings
(edit) @11128   8 years simon04 see #13798 - Refactoring: better variable names No functional change.
(edit) @11127   8 years simon04 fix #13798 - Grouping in validator is broken
(edit) @11097   8 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @9243   8 years Don-vip javadoc update
(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) @8682   9 years simon04 fix #11790 - Validator dialog: lookup test errors for selected primitives
(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) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8388   9 years Don-vip performance - use of EnumMap / EnumSet
(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) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7270   10 years Don-vip fix #10197 - StringIndexOutOfBoundsException in validator panel …
(edit) @7266   10 years Don-vip fix #10191 - Wrong number of errors displayed in validator tree
(edit) @7239   10 years Don-vip fix #10135 - Display total number of validator problems
(edit) @7117   10 years Don-vip validator - remove old and unused serializable stuff
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6706   10 years Don-vip fix #9401 - Do not create MergeLayerAction several times + fix EDT …
(edit) @6636   10 years simon04 see #9414 - MapCSS validator: skip tests with informational severity …
(edit) @6529   10 years Don-vip Various stuff: * see #9414: remove old DeprecatedTags test * …
(edit) @6469   10 years simon04 Validation dialog: make "x (y)" strings translatable
(edit) @6468   10 years simon04 fix #8517 - sort validation results This is accomplished by sorting …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5911   11 years Don-vip fix #8639 - Handle purged primitives in validator errors
(edit) @5891   11 years stoecker fix javadoc
(edit) @5783   11 years Don-vip fix #8517 - Sort validator results (based on patch by windu.2b)
(edit) @5672   11 years Don-vip fix #3596 - Validator list conflicts with keyboard shortcuts
(edit) @4023   13 years stoecker improve validator user interface
(edit) @3745   13 years bastiK fixed #5752 - validator: warning window on upload is broken (2)
(edit) @3742   13 years bastiK fixed #5752 - validator: warning window on upload is broken
(edit) @3723   13 years stoecker default disable validator info warnings also for manual tests
(edit) @3674   13 years bastiK Replace Bag by MultiMap. Both collections are quite similar, but there …
(edit) @3671   13 years bastiK adapt coding style (to some degree); there shouldn't be any semantic …
(add) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
Note: See TracRevisionLog for help on using the revision log.