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) @17732   3 years simon04 see #16163 - Prefer GridBagConstraints.LINE_START over …
(edit) @17621   3 years simon04 see #19180 - Fix code duplication
(edit) @17584   3 years simon04 see #20613 - Introduce Tagged.keys() Avoids creating a temporary …
(edit) @17501   3 years GerdP see #20473: Multipolygon repeating the tag of an outer way is not …
(edit) @17477   3 years Don-vip fix #20437 - allow unicode characters for "latin iota letter", used in …
(edit) @17153   4 years Klumbumbus see #17809 - Don't promote spelling FIXME, deprecate Fixme in favor of …
(edit) @17139   4 years GerdP checkstyle
(edit) @17113   4 years GerdP fix #19895: TagChecker cannot cope with read-only datasets. Use …
(edit) @17010   4 years stoecker add exception for 'd with hook' unicode character in tag checker, fix …
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16812   4 years GerdP fix #19598: DataIntegrityProblemException: Primitive cannot be …
(edit) @16784   4 years GerdP see #19180: false positives from tagchecker with single letter …
(edit) @16630   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @16445   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16406   4 years GerdP fix #19136: Validator no longer raises issues for old-style …
(edit) @16332   4 years simon04 Java 8: use Stream
(edit) @16230   4 years Don-vip see #18740 - checkstyle
(edit) @16226   4 years simon04 fix #18740 - Tag checker: whitelist a few phonetic characters
(edit) @16154   4 years Don-vip see #17533 - see #18455 - partial revert of r15640, causing untagged …
(edit) @16072   4 years simon04 see #18643 - I18n: improve plural forms
(edit) @16068   4 years simon04 fix #18752 - Remove i18n from debug logging strings
(edit) @15994   4 years simon04 fix #18741 - Tag checker: report codepoint of unusual Unicode character
(edit) @15888   4 years simon04 fix #18740 - Tag checker: whitelist a few phonetic characters
(edit) @15788   4 years GerdP see #18455: improve performance - filter TaggingPreset.data to avoid …
(edit) @15682   4 years Don-vip see #18455 - don't perform INFO level tests in TagChecker if not enabled
(edit) @15667   4 years Don-vip fix #18455 - smarter error detection, should lead to less false positives
(edit) @15645   4 years GerdP fix #18455: Improve error messages again Patch by skyper, modified …
(edit) @15642   4 years GerdP see #18455: Improve error group string "Wrong presets types" -> "Type …
(edit) @15640   4 years Don-vip fix #18455 - detect objects not matching their presets object type …
(edit) @15614   4 years Don-vip fix #18322 - allow uppercase superscript latin characters in *ref tags
(edit) @15613   4 years Don-vip fix #18449 - exclude lowercase schwa character (ə) from "unusual …
(edit) @15583   4 years GerdP see #18381: implement TaggingPresetListener to react on changes in …
(edit) @15337   5 years stoecker see #18079 - make a bit more obvious, that you don't see non-printing …
(edit) @15042   5 years Don-vip fix #17667 - allow arrows, several valid use cases in transport
(edit) @14991   5 years Don-vip fix #17595 - smarter detection of ZWNJ/ZWJ unicode characters
(edit) @14952   5 years Don-vip fix #17546 - detects highly suspicious Unicode characters that have …
(edit) @14949   5 years Don-vip see #17546 - don't issue IPA warning for *:pronunciation
(edit) @14948   5 years Don-vip see #17546 - detect uses of "IPA Extensions" Unicode block …
(edit) @14934   5 years GerdP fix sonarLint issue: method names starting with "Is" instead of "is"
(edit) @14933   5 years Don-vip fix #15645, fix #17521 - Detect and fix non-printing control characters
(edit) @14897   5 years GerdP fix #17468: Validator produces wrong warning for misspelled tag key …
(edit) @14869   5 years GerdP see #17438: errors with code INVALID_KEY are NOT fixable
(edit) @14859   5 years GerdP fix #17438: Use constant INVALID_KEY for error "Presets do not contain …
(edit) @14754   5 years GerdP fix #17274: Empty line in ignorederrors.cfg causes reader to stop
(edit) @14732   5 years GerdP fix #17246 NPE in TagChecker (regression of r14727) Unit test added
(edit) @14727   5 years GerdP fix #17233: Remove support for TagChecker configuration files starting …
(edit) @14721   5 years GerdP fix PMD issue: The final local variable name 'ERR_TYPE_SPACE' doesn't …
(edit) @14706   5 years GerdP fix more recent sonar issues
(edit) @14705   5 years GerdP fix some sonar issues - split complex methods into smaller blocks - …
(edit) @14704   5 years GerdP fix #17219 TagChecker.isTagInPresets() doesn't work
(edit) @14696   5 years GerdP fix #17199 - Don't suggest different spelling when all preset values …
(edit) @14615   5 years Don-vip fix recent sonar issues
(edit) @14596   5 years GerdP fix checkstyle issue
(edit) @14594   5 years GerdP see #15774: Add robustness for typos in ignoretags.cfg Before a …
(edit) @14585   5 years GerdP see #17055 Disable autofix for possibly misspelled tag values Some …
(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   9 years Don-vip see #12102 - cleanup TagChecker - code refactor/cleanup/simplification …
(edit) @8969   9 years Don-vip fix erroneous tagchecker warning: `key full_name:fa looks like …
(edit) @8958   9 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" …
Note: See TracRevisionLog for help on using the revision log.