source: josm/trunk/test/unit/org/openstreetmap/josm/data/validation

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9023   8 years Don-vip see #12102 - cleanup TagChecker - code refactor/cleanup/simplification …
(edit) @8941   8 years Don-vip fix #12004 - suggest to replace source:maxspeed=UK:* by …
(edit) @8936   8 years Don-vip add unit test to check syntax validity of all MapCSSTagChecker rules
(edit) @8926   9 years Don-vip javadoc fixes
(edit) @8873   9 years Don-vip fix #11967 - Regression: Object count in validator broken + add unit test
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8857   9 years Don-vip improve/cleanup unit tests
(edit) @8753   9 years simon04 fix #11774 - Warn about obvious misspelled tag keys (patch by mdk, …
(edit) @8741   9 years simon04 fix #11846 - MapCSS validator: make ignoring "Whole group" work again
(edit) @8680   9 years simon04 fix #11755 - Update version of opening_hours.js to 3.3.0
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(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) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8458   9 years Don-vip see #11484 - update unit test
(edit) @8331   9 years simon04 fix #10278 - MapCSSTagChecker: preprocess MapCSS for media queries support
(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) @8239   9 years simon04 fix #9242 - Validator: reword "A name:* translation is missing" test result
(edit) @7938   9 years bastiK add more subversion property svn:eol=native
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7902   9 years Don-vip see #10696 - allow URLs without protocol
(edit) @7901   9 years Don-vip fix #10892 - update multipolygon preset + javadoc update
(edit) @7884   9 years Don-vip fix #9844, fix #9992, fix #10133 - fix relation checker tests against …
(edit) @7848   9 years Don-vip fix #3733 - SimilarNamedWays naïvely uses Levenshtein distance and …
(edit) @7824   9 years Don-vip fix #10862 - proper validation of IDN (Internationalized Domain Name) …
(edit) @7615   10 years Don-vip see #10601 - update unit test
(edit) @7526   10 years Don-vip see #10398 - fix unit test broken in r7523
(edit) @7515   10 years Don-vip see #10494 - Update opening_hours.js unit test
(edit) @7497   10 years Don-vip fix #10480 - False positive with lanes validation if source:lanes is …
(edit) @7486   10 years Don-vip fix #10469 - Way tagged aeroway=taxiway causes warning in validator
(edit) @7357   10 years Don-vip see #10206 - update Groovy tests
(edit) @7356   10 years Don-vip fix #10206 - Check MapCSS validator assertions for local rules if new …
(edit) @7275   10 years Don-vip see #9518 - refactor internals of MapCSSTagChecker to prepare later …
(edit) @7254   10 years simon04 see #9844 - RelationChecker: add unit tests, fix detected problem …
(edit) @7101   10 years Don-vip update groovy test to r7100
(edit) @7081   10 years Don-vip fixes for unit tests
(edit) @7073   10 years bastiK see #9691 - really fix broken MapCSSTagChecker unit test
(edit) @7068   10 years Don-vip test cleanup
(edit) @7065   10 years Don-vip update test to match r7064
(edit) @7051   10 years Don-vip fix opening_hours unit test
(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) @6949   10 years Don-vip see #9667 - fix unit test
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6881   10 years Don-vip javadoc/code style/minor refactorization
(edit) @6858   10 years Don-vip forgot to commit test
(edit) @6677   10 years simon04 see #9414 fix #9566: MapCSS validator: allow error message to access …
(edit) @6647   10 years simon04 see #8519 - Lanes validator: correctly handle consecutive |s (e.g., …
(edit) @6636   10 years simon04 see #9414 - MapCSS validator: skip tests with informational severity …
(edit) @6606   10 years simon04 see #8519 - Lanes validator: add test for …
(edit) @6605   10 years simon04 fix #9350 - Validator: test for the correct usage of :conditional
(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) @6598   10 years simon04 see #8519 - Lanes validator: add test for lanes <= count_of(*:lanes)
(edit) @6592   10 years simon04 fix #8519 - Validator: validate :lanes values
(edit) @6573   10 years simon04 fix #9043 - Validator: Verify links on highways
(edit) @6568   10 years simon04 fix #9462 - fix preset values for opening_hour/… such that the …
(edit) @6556   10 years simon04 fix #6313 - validator, UnconnectedWays: handle intersections of t
(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) @6534   10 years simon04 fix #9470 see #9414 - make "layer tag with + sign" auto fixable
(edit) @6533   10 years simon04 see #9462 - prettify valid opening_hours values as OTHER 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) @6506   10 years simon04 see #9414 - implement MapCSS-based tag checker/fixer The file …
(edit) @6471   10 years Don-vip Sonar - remove warnings related to the static preferences …
(edit) @6420   10 years simon04 fix #9367 - opening_hours - upgrade validator so that it will can fix …
(edit) @6415   10 years Don-vip fix #9364 - service_times reported as "opening_hours - (...)" in validator
(edit) @6378   10 years Don-vip Sonar/Findbugs - fix various violations, javadoc
(edit) @6377   10 years simon04 see #9157 - make some errors in opening_hours fixable
(edit) @6376   10 years simon04 see #9157 - check collection_times and service_times as well And …
(edit) @6370   10 years simon04 fix #9157 - add opening_hours validation test This test utilizes …
(add) @6226   11 years Don-vip fix #9057 - see #8987 - fix Coordinate.hashCode() broken in r6162
Note: See TracRevisionLog for help on using the revision log.