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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8448   9 years Don-vip fix #11513 - {1.key} not working in fixChangeKey
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8331   9 years simon04 fix #10278 - MapCSSTagChecker: preprocess MapCSS for media queries support
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8266   9 years simon04 fix #9782 fix #10859 - MapCSS validator: evaluate real key and value …
(edit) @8265   9 years simon04 fix #10913 - MapCSS validator: retain sequence of fixing commands
(edit) @8130   9 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7881   9 years Don-vip fix regression caused by optimization done in r7879
(edit) @7879   9 years Don-vip optimize / ease debug the chek of assertions in MapCSSTagChecker
(edit) @7796   9 years Don-vip see #10825 - handle dataset properly in mapcss tagchecker verification …
(edit) @7713   10 years Don-vip fix #10710 - No zipfile support for custom validator rules
(edit) @7599   10 years Don-vip fix #10582 - drop support of undocumented tag josm/ignore. New …
(edit) @7417   10 years Don-vip fix #10380 - throw IllegalDataException instead of RuntimeException …
(edit) @7356   10 years Don-vip fix #10206 - Check MapCSS validator assertions for local rules if new …
(edit) @7300   10 years Don-vip fix #10251 - NPE with malformed validator rule (invalid fixAdd/fixRemove)
(edit) @7298   10 years Don-vip fix #10243 - concurrency issue in MapCSS tagchecker
(edit) @7276   10 years Don-vip fix #9518 - Automatically reload MapCSS tagchecker validator rules …
(edit) @7275   10 years Don-vip see #9518 - refactor internals of MapCSSTagChecker to prepare later …
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7240   10 years Don-vip fix #10118 - fix message in validator panel
(edit) @7234   10 years Don-vip see #10118 - robustness in mapcss tagchecker (exception occurs with …
(edit) @7213   10 years Don-vip fix #10096 - robustness in MapCSS parsing
(edit) @7140   10 years Don-vip fix compilation warnings with JDK8 - equals() and hashcode() must …
(edit) @7073   10 years bastiK see #9691 - really fix broken MapCSSTagChecker unit test
(edit) @7069   10 years bastiK see #9691 - fix broken MapCSSTagChecker unit test
(edit) @7064   10 years bastiK see #9691 - add back reverted optimization [7056] (modified so it is …
(edit) @7057   10 years bastiK reverting [7056] because it won't work for execution in multiple …
(edit) @7056   10 years bastiK mapcss: optimization by converting very hot double loop into single …
(edit) @7055   10 years bastiK mapcss: optimisation by adding an extra class for the most common type …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7027   10 years Don-vip fix more warnings (-Xlint:rawtypes), remove deprecated method and …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6869   10 years Don-vip fix #9731 - fix a bunch of problems occuring when validating …
(edit) @6773   10 years simon04 see ticket:9361#comment:13 - MapCSS validator: highlight both …
(edit) @6762   10 years Don-vip fix NPEs seen in tagchecker tests
(edit) @6720   10 years simon04 see #9508 - Don't print loading of internal MapCSS validator files
(edit) @6699   10 years Don-vip fix #9547 - Remove multiple whitespaces inside values
(edit) @6681   10 years simon04 fix #9570 - MapCSS validator: make {0.tag} work for …
(edit) @6677   10 years simon04 see #9414 fix #9566: MapCSS validator: allow error message to access …
(edit) @6675   10 years simon04 see #9566 - MapCSS validator: fix duplicated messages
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6651   10 years simon04 see #9414 - MapCSS validator preference: display extension …
(edit) @6650   10 years simon04 see #9414 see #9542 - MapCSS validator: handle BOM in config files
(edit) @6649   10 years simon04 see #9414 - MapCSS validator: make individual tests ignorable As …
(edit) @6636   10 years simon04 see #9414 - MapCSS validator: skip tests with informational severity …
(edit) @6612   10 years simon04 fix #9517 - Some issues with the MapCSS validator when reloading …
(edit) @6611   10 years simon04 see #9516 - Replace BuildingInBuilding by a corresponding MapCSS test
(edit) @6610   10 years simon04 Fix Javadoc links (@see @link => @see)
(edit) @6603   10 years Don-vip fix some Sonar issues
(edit) @6601   10 years simon04 see #9414 fix #9485 - MapCSSTagChecker: add support for `set …
(edit) @6591   10 years simon04 Refactoring: create Test.TagTest for tests that check tags only …
(edit) @6584   10 years simon04 fix #9503 - Different syntax for .cfg and .mapcss validator files …
(edit) @6583   10 years simon04 fix #9504 - NPE with MapCSS validator
(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) @6551   10 years simon04 sdf
(edit) @6550   10 years simon04 see #9414 - MapCSS-based tagchecker: unify some checks
(edit) @6549   10 years simon04 fix #9379 - Add validator warning: "foot used with …
(edit) @6548   10 years simon04 see #9414 - MapCSS-based tagchecker: migrate remaining tagchecks All …
(edit) @6538   10 years simon04 see #9414 - MapCSS-based tagchecker: provide {i.key}, {i.value}, …
(edit) @6537   10 years simon04 see #9414 - migrate relation and religion tagchecks to MapCSS, add …
(edit) @6534   10 years simon04 fix #9470 see #9414 - make "layer tag with + sign" auto fixable
(edit) @6532   10 years Don-vip fix #8687, see #9414, see #9470 - tagchecker: update numeric tests to …
(edit) @6529   10 years Don-vip Various stuff: * see #9414: remove old DeprecatedTags test * …
(edit) @6513   10 years simon04 see #9414 - convert some tagchecker tests to MapCSS, extend MapCSS by …
(edit) @6512   10 years simon04 see #9414 - MapCSSTagChecker: parse and unit test match assertions …
(edit) @6511   10 years simon04 see #9414 - MapCSSTagChecker: handle tagging alternatives
(add) @6506   10 years simon04 see #9414 - implement MapCSS-based tag checker/fixer The file …
Note: See TracRevisionLog for help on using the revision log.