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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7268   10 years Don-vip fix #10180 - tagchecker: "Property values start or end with white …
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7100   10 years Don-vip refactor tagging presets to allow presets-dependent unit tests to …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @6823   10 years bastiK #8902 Small performance enhancements / coding style (patch by …
(edit) @6783   10 years Don-vip fix some Sonar issues
(edit) @6699   10 years Don-vip fix #9547 - Remove multiple whitespaces inside values
(edit) @6650   10 years simon04 see #9414 see #9542 - MapCSS validator: handle BOM in config files
(edit) @6644   10 years Don-vip fix #9542 - handle BOM in UTF-8 tagchecker config files
(edit) @6638   10 years simon04 fix #9539 - *.cfg tag checker: display when custom files are loaded …
(edit) @6593   10 years stoecker cleanup validator prefs to better support prefs format (resets some …
(edit) @6591   10 years simon04 Refactoring: create Test.TagTest for tests that check tags only …
(edit) @6553   10 years simon04 see #9414 - MapCSS-based tagchecker: allow to add custom files in …
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6529   10 years Don-vip Various stuff: * see #9414: remove old DeprecatedTags test * …
(edit) @6494   10 years Don-vip fix #9430, fix #9445 - fix validator tests lifecycle
(edit) @6482   10 years Don-vip see #9400 - implement first points of source:maxspeed validation, …
(edit) @6385   10 years Don-vip fix #8434 - Full support of man_made=monitoring_station instead of …
(edit) @6354   10 years Don-vip print duration of tests for performance evaluation
(edit) @6329   10 years Don-vip fix #9217 - tagchecker: allow auto-fix for single test/alternative
(edit) @6326   10 years Don-vip see #9172 - additional typo changes
(edit) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6251   11 years stoecker see #8687 - add validator tests for number values
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6068   11 years akks see #8853: Massive (and dumb) refactoring of TaggingPreset class …
(edit) @5791   11 years Don-vip see #8530 - workaround for NPE when loading "Steps properties" presets …
(edit) @5475   12 years bastiK applied #7811 - Vague "Suspicious tag/value combinations" message for …
(edit) @5380   12 years bastiK fixed #5679 - Validator: value of name tag not in presets if a preset …
(edit) @5379   12 years bastiK fixed #5679 - Validator: value of name tag not in presets if a preset …
(edit) @5270   12 years simon04 fix #7745 - TagCheck reports an identical warning multiple times after …
(edit) @5196   12 years simon04 tagging presets: fix customized matching for combo elements (broken …
(edit) @4968   12 years Don-vip fix #7386 - Major rework of preferences GUI settings in order to speed …
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4812   12 years bastiK use cache folder for MirroredInputStream as well
(edit) @4806   12 years stoecker unify texts for validator tests, move command where it belongs
(edit) @4035   13 years stoecker fix validator texts and degrade strange suspicous tag/value message
(edit) @4023   13 years stoecker improve validator user interface
(edit) @3707   13 years bastiK Added remotecontrol plugin to josm core. This plugin was initially …
(edit) @3674   13 years bastiK Replace Bag by MultiMap. Both collections are quite similar, but there …
(edit) @3673   13 years bastiK (hopefully) fix some coding errors
(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.