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) @14571   5 years GerdP see #17055 When harmonized value is only 3 characters reduce allowed …
(edit) @14531   5 years GerdP see #17055 improve TagChecker: Don't say "looks like" when all …
(edit) @14517   5 years GerdP see #17055 improve TagChecker - don't suggest fix value when given …
(edit) @14508   5 years GerdP see #17055 improve TagChecker - allow Levenshtein distance of 2 so …
(edit) @14490   5 years GerdP fix #17055 17055-v2.patch with one empty line removed
(edit) @13923   6 years Don-vip fix #16381 - fix tagchecker validator message for mispelled values
(edit) @13809   6 years Don-vip define InterestingTags functions in IPrimitive
(edit) @13597   6 years Don-vip fix #16145 - remove white spaces from key/values when pasting tags
(edit) @13584   6 years Klumbumbus see #10179 - improve validator warning text. Tag fits better than key …
(edit) @13414   6 years Don-vip fix #15452 - More details are needed for "Tag value longer than …
(edit) @13246   6 years Don-vip see #15645 - revert r13226
(edit) @13226   6 years Don-vip fix #15645 - autofix objects with invalid characters
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12649   7 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12390   7 years michael2402 See #14794: Document data.validation package and subpackages.
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12187   7 years michael2402 Add javadoc to OsmUtils, fix constant naming.
(edit) @12042   7 years bastiK applied #13956 - memory optimization with presets cache (patch by GerdP)
(edit) @11942   7 years Don-vip sonar - fb-contrib:PME_POOR_MANS_ENUM - Style - Simple field is used …
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11129   8 years simon04 fix #13799 - Use builder pattern for TestError
(edit) @11042   8 years simon04 Use CachedFile#getContentReader where possible
(edit) @10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10224   8 years Don-vip fix unwanted warning when parsing comments in tagchecker files
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @9997   8 years Don-vip sonar - various fixes + javadoc
(edit) @9799   8 years stoecker fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
(edit) @9744   8 years Don-vip fix #12499 - detect and fix multiple spaces in tag values
(edit) @9404   8 years Don-vip fix coverity 1012839 - Copy-paste error
(edit) @9382   8 years simon04 fix #12329 - Tag checker: Losing valid values when auto-fixing in some …
(edit) @9023   8 years Don-vip see #12102 - cleanup TagChecker - code refactor/cleanup/simplification …
(edit) @8969   8 years Don-vip fix erroneous tagchecker warning: `key full_name:fa looks like …
(edit) @8958   8 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8849   9 years Don-vip sonar - squid:S1643 - Strings should not be concatenated using '+' in …
(edit) @8848   9 years Don-vip sonar - squid:S2131 - Primitives should not be boxed just for "String" …
(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) @8753   9 years simon04 fix #11774 - Warn about obvious misspelled tag keys (patch by mdk, …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8438   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8435   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8309   9 years stoecker disable old empty internal tagchecker file
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(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 …
Note: See TracRevisionLog for help on using the revision log.