source: josm/trunk/src/org/openstreetmap/josm/data/validation

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8452   9 years Don-vip fix #11503 - support oneway:bicycle in turn restriction test
(edit) @8448   9 years Don-vip fix #11513 - {1.key} not working in fixChangeKey
(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) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(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) @8401   9 years Don-vip fix some minor Sonar issues
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8382   9 years Don-vip fix copyright/license headers globally (missed a few files)
(edit) @8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8369   9 years Don-vip fix #11396 - exclude man_made from overlapping way test
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8362   9 years Don-vip fix #11415 - Wrong warnings about unclosed ways
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8334   9 years stoecker see #11405 - fix typo
(edit) @8331   9 years simon04 fix #10278 - MapCSSTagChecker: preprocess MapCSS for media queries support
(edit) @8325   9 years Don-vip see #11405 - fix typo
(edit) @8320   9 years stoecker fix #11405 - warn about very long segments (>15km for now)
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8309   9 years stoecker disable old empty internal tagchecker file
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8290   9 years Don-vip code cleanup
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8269   9 years simon04 fix #11172 - Crossing ways: ignore highway=rest_area and …
(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) @8242   9 years Don-vip fix #11360 - do not propose autofix for opening_hours with the same …
(edit) @8239   9 years simon04 fix #9242 - Validator: reword "A name:* translation is missing" test result
(edit) @8237   9 years simon04 see #10529 - MapCSS: add :unclosed_multipolygon pseudo-class and …
(edit) @8130   9 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8106   9 years Klumbumbus fix #11152 - improve validator message.
(edit) @8045   9 years Klumbumbus fix #6363 - downgrade "Style for inner way equals multipolygon" …
(edit) @7986   9 years Don-vip fix #10945 - restore warning at INFO level when relations all have the …
(edit) @7981   9 years Don-vip fix #10995 - lower "Unnamed junction" warning to info level
(edit) @7947   9 years Don-vip fix #10945 - allow several associatedStreet relations if they share …
(edit) @7941   9 years Don-vip fix #10949 - fix false positives in relation checker for multipolygons …
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7932   9 years Don-vip see #10938 - take noname=yes into account in validator tests
(edit) @7902   9 years Don-vip see #10696 - allow URLs without protocol
(edit) @7899   9 years Don-vip fix #10223 - false positive for "Missing pedestrian crossing information"
(edit) @7888   9 years Don-vip fix #10083 - exclude more keys from *:lanes test
(edit) @7885   9 years Don-vip see #9844 - code cleanup
(edit) @7884   9 years Don-vip fix #9844, fix #9992, fix #10133 - fix relation checker tests against …
(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) @7848   9 years Don-vip fix #3733 - SimilarNamedWays naïvely uses Levenshtein distance and …
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7824   9 years Don-vip fix #10862 - proper validation of IDN (Internationalized Domain Name) …
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7796   9 years Don-vip see #10825 - handle dataset properly in mapcss tagchecker verification …
(edit) @7779   9 years Don-vip fix #10810 - update Apache Validator routines to latest version in …
(edit) @7721   9 years Don-vip see #10743 - code refactoring to allow reuse of duplicated ways …
(edit) @7713   9 years Don-vip fix #10710 - No zipfile support for custom validator rules
(edit) @7698   9 years Don-vip fix #10696 - Provide a fix for website's with no scheme (patch by …
(edit) @7664   9 years Don-vip fix #10662 - Do not warn about unclosed ways with leisure=slipway
(edit) @7644   9 years Don-vip fix #10655 - WayConnectedToArea should not warn on leisure=slipway
(edit) @7599   10 years Don-vip fix #10582 - drop support of undocumented tag josm/ignore. New …
(edit) @7583   10 years stoecker fix #10255 - don't issue style warnings for boundaries
(edit) @7574   10 years Don-vip fix #10452 - new validator test to warn users about ways that exceed …
(edit) @7573   10 years stoecker see #10529 - fix wording
(edit) @7572   10 years bastiK see #10529 - fix "typo" in [7571]
(edit) @7571   10 years bastiK see #10529 - raise validator level from information to warning for …
(edit) @7570   10 years bastiK see #10529 - remove duplicate test (same as NO_STYLE_POLYGON)
(edit) @7569   10 years stoecker see #10529 - some better warnings for old style multipolygon tagging
(edit) @7565   10 years stoecker see #10529 - fix one validator test case for multipolygon
(edit) @7523   10 years Don-vip fix #10398 - clarify warning about missing public_transport:version
(edit) @7509   10 years stoecker remove tabs
(edit) @7497   10 years Don-vip fix #10480 - False positive with lanes validation if source:lanes is …
(edit) @7489   10 years Don-vip fix #10393 - Validation of URLs and e-mails in relevant tags, using …
(edit) @7486   10 years Don-vip fix #10469 - Way tagged aeroway=taxiway causes warning in validator
(edit) @7464   10 years Don-vip fix #10438 - give an error if addr:streetname of …
(edit) @7445   10 years Don-vip fix #10416 - conditional keys: add maxstay restriction + detect …
(edit) @7436   10 years Don-vip global use of Utils.copyArray()
(edit) @7417   10 years Don-vip fix #10380 - throw IllegalDataException instead of RuntimeException …
(edit) @7416   10 years Don-vip fix #9835 - Crossing barriers with different layer tags are reported …
(edit) @7356   10 years Don-vip fix #10206 - Check MapCSS validator assertions for local rules if new …
(edit) @7335   10 years Don-vip see #10230, see #10033 - big rework of HTTPS support for Remote …
(edit) @7315   10 years Don-vip code simplification with some Java 7 new NIO2 Files methods …
(edit) @7309   10 years akks fix #10256: incorrect "Highway link is not linked" warning for closed ways
(edit) @7308   10 years bastiK fix strings in validator
(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) @7290   10 years Don-vip fix #10227 - exclude boundary relations from "No style for …
(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) @7273   10 years Don-vip fix #10204 - restrict roundabout test to classified highways
(edit) @7268   10 years Don-vip fix #10180 - tagchecker: "Property values start or end with white …
Note: See TracRevisionLog for help on using the revision log.