source: josm/trunk/src/org/openstreetmap/josm/data/validation/TestError.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12390   7 years michael2402 See #14794: Document data.validation package and subpackages.
(edit) @11336   7 years simon04 see #13799 see #14040 - Make TestError#getPrimitives return an …
(edit) @11330   7 years Don-vip sonar - fix recent issues
(edit) @11309   7 years Don-vip see #14015 see #13799 - remove deprecated stuff
(edit) @11307   7 years Don-vip fix #14040 see #13799 - Regression: primitives collection must support …
(edit) @11298   7 years simon04 Replace TestError#getSelectablePrimitives by Java 8 stream usage
(edit) @11235   7 years bastiK applied #13948 - Validator seems to hang in last executed test (patch …
(edit) @11191   7 years Don-vip sonar - fix some recent warnings
(edit) @11135   8 years simon04 see #13799 - NPE in MultipolygonTest
(edit) @11134   8 years simon04 fix #13807 see #13799 - Regression: zoom to problem doesn't work anymore
(edit) @11130   8 years simon04 fix #13800 see #13799 - Fix IAE in TestError
(edit) @11129   8 years simon04 fix #13799 - Use builder pattern for TestError
(edit) @10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10778   8 years Don-vip fix #13305 - correct javadoc in TestError (patch by gpetermann_muenchen)
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @8958   8 years Don-vip update javadoc + checkstyle fix + update presets links
(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) @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) @8435   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(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) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @7848   9 years Don-vip fix #3733 - SimilarNamedWays naïvely uses Levenshtein distance and …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6804   10 years simon04 fix #9668 - Sort entries in validation results naturally
(edit) @6538   10 years simon04 see #9414 - MapCSS-based tagchecker: provide {i.key}, {i.value}, …
(edit) @6378   10 years Don-vip Sonar/Findbugs - fix various violations, javadoc
(edit) @6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6030   11 years Don-vip fix #8822 - Don't try to fix empty errors
(edit) @5925   11 years bastiK replace tabs by spaces
(edit) @5911   11 years Don-vip fix #8639 - Handle purged primitives in validator errors
(edit) @5783   11 years Don-vip fix #8517 - Sort validator results (based on patch by windu.2b)
(edit) @5671   11 years Don-vip Improve validator layer painting performance (major slowdown seen with …
(edit) @4672   12 years stoecker fix #6727 - patch by Kalle Lampila - fix error with deleted objects
(edit) @4131   13 years stoecker fix #6087 - don't fix validation stuff, which is not fixable
(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.