source: josm/trunk/src/org/openstreetmap/josm/gui/dialogs/validator/ValidatorTreePanel.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15972   4 years GerdP fix #18810: Validator dialog should show the test that produced the …
(edit) @15962   4 years GerdP checkstyle issues
(edit) @15960   4 years GerdP see #18810: Validator dialog should show the test that produced the …
(edit) @14973   5 years GerdP simplify code, improve performance: Remove obsolete method …
(edit) @14908   5 years GerdP fix checkstyle issue
(edit) @14907   5 years GerdP see #17412: improve code which identifies previously expanded rows Old …
(edit) @14899   5 years GerdP fix checkstyle issues (indention, empty lines)
(edit) @14892   5 years GerdP see #17412: Improve re-selection of tree element when the tree is …
(edit) @14878   5 years GerdP see #17412: revert undintended functional change made in r14860
(edit) @14863   5 years GerdP fix checkstyle issue
(edit) @14860   5 years GerdP fix some checkstyle and sonar issues, improve readability, no …
(edit) @14857   5 years GerdP see #17401, #17431 - make sure that list of errors is never null - …
(edit) @14856   5 years GerdP see #17412 if validator tree is rebuild, try to re-select the error …
(edit) @14850   5 years GerdP correct version number in @since
(edit) @14849   5 years GerdP fix #17412: Update validator tree when primitives are purged or …
(edit) @14839   5 years GerdP fix pmd: This call to Collection.toArray() may be optimizable
(edit) @14834   5 years GerdP see #17342: Simplify code and drastically improve performance when …
(edit) @14826   5 years GerdP fix #17342 ValidatorDialog: Lookup button needs improvement
(edit) @14771   5 years GerdP fix checkstyle issue, no functional change
(edit) @14768   5 years GerdP fix #17302: reduce sort time in ValidatorTreePanel.buildTree()
(edit) @14672   5 years GerdP fix #17184: fix leaks in ValidateUploadHook and …
(edit) @14251   6 years Don-vip fix memory leaks after upload, validation and primitives combining
(edit) @13940   6 years Don-vip refactor/cleanup validator tree API
(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   8 years simon04 fix #13948 fix #14040 - UnsupportedOperationException in ValidatorTreePanel
(edit) @11321   8 years Don-vip fix #14049 - NPE
(edit) @11303   8 years bastiK see #13948 - always listen to dataset events of the current edit layer
(edit) @11235   8 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) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(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   14 years bastiK Replace Bag by MultiMap. Both collections are quite similar, but there …
(edit) @3671   14 years bastiK adapt coding style (to some degree); there shouldn't be any semantic …
(add) @3669   14 years bastiK add validator plugin to josm core. Original author: Francisco R. …
Note: See TracRevisionLog for help on using the revision log.