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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11136   8 years bastiK applied #13086 - Detect all self-intersecting ways (patch by Gerd …
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11096   8 years Don-vip sonar - squid:S3725 - Java 8's Files.exists should not be used (The …
(edit) @10952   8 years Don-vip simplify uses of PrintWriter
(edit) @10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10765   8 years Don-vip checkstyle
(edit) @10759   8 years Don-vip sonar - squid:S2440 - Classes with only "static" methods should not be …
(edit) @10507   8 years Don-vip fix #13095 - Exception on closing layers (patch by michael2402) - gsoc-core
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10297   8 years bastiK fixed #12885 - new method to add validator test from plugin (based on …
(edit) @10271   8 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10214   8 years Don-vip findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9933   8 years simon04 see #8460 - Validate that public transport routes (version 2) do not …
(edit) @9645   8 years Don-vip fix findbugs issue RV_RETURN_VALUE_IGNORED_BAD_PRACTICE for …
(edit) @9246   8 years Don-vip javadoc update
(edit) @8882   9 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8320   9 years stoecker fix #11405 - warn about very long segments (>15km for now)
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7574   10 years Don-vip fix #10452 - new validator test to warn users about ways that exceed …
(edit) @7489   10 years Don-vip fix #10393 - Validation of URLs and e-mails in relevant tags, using …
(edit) @7436   10 years Don-vip global use of Utils.copyArray()
(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) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6852   10 years Don-vip see #9710 - more debug messages
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6781   10 years Don-vip validator - avoid FileNotFoundException when loading ignored errors
(edit) @6779   10 years simon04 Initialize validator tests on demand, separate initialization of …
(edit) @6691   10 years Don-vip see #9520 - Sort and distinguish all validator tests
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6648   10 years simon04 fix #9507 - Drop validation test "Crossing natural/landuse"
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6629   10 years simon04 Replace NodesDuplicatingWayTags test by a corresponding MapCSS test
(edit) @6613   10 years simon04 see #9516 - MapCSS: add support for crossing polygon check (`area ⧉ …
(edit) @6611   10 years simon04 see #9516 - Replace BuildingInBuilding by a corresponding MapCSS test
(edit) @6605   10 years simon04 fix #9350 - Validator: test for the correct usage of :conditional
(edit) @6593   10 years stoecker cleanup validator prefs to better support prefs format (resets some …
(edit) @6592   10 years simon04 fix #8519 - Validator: validate :lanes values
(edit) @6581   10 years simon04 fix #8220 fix #9490 - Validator, crossing ways; detect crossing …
(edit) @6563   10 years simon04 fix #9487 - validator: remove useless NodesWithSameName test
(edit) @6529   10 years Don-vip Various stuff: * see #9414: remove old DeprecatedTags test * …
(edit) @6515   10 years simon04 fix #3531 - validator: unconnected ways: handle …
(edit) @6506   10 years simon04 see #9414 - implement MapCSS-based tag checker/fixer The file …
(edit) @6472   10 years Don-vip fix #9417 - Validator tests are initialized trice
(edit) @6370   10 years simon04 fix #9157 - add opening_hours validation test This test utilizes …
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6192   11 years Don-vip fix #9000 - add a new validator test on barrier=entrance not set on …
(edit) @5902   11 years Don-vip fix #8622 - Validator: new test to detect invalid highway tags on …
(edit) @5897   11 years Don-vip see #8582 - Use Main.removeLayer() everywhere
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5644   11 years Don-vip Validator - New tests for adresses (house numbers in associatedStreet …
(edit) @5548   11 years bastiK remove Projection classes (replaced by data/epsg file) concludes the …
(edit) @5547   11 years bastiK add missing initialization for OsmValidator.griddetail FIXME: must be …
(edit) @5526   12 years jttt Fix #8045 New "Registered toolbar action" bug with the Validator.
(edit) @5463   12 years jttt Fix some memory leaks (see #7980)
(edit) @5415   12 years Don-vip fix #7936 - Validator dialog is not updated when the active edit layer …
(edit) @5300   12 years Don-vip fix #7812 - warn about missing power=tower/pole within powerlines
(edit) @5272   12 years simon04 fix #7639 - Validator should warn about nodes tagged with their way's …
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4682   12 years simon04 fix #2746 - add validation: Way connected to Area
(edit) @4448   13 years simon04 see #4582 - validator test for overlapping areas
(edit) @4442   13 years simon04 add validation test for deprecated tags
(edit) @4409   13 years simon04 fix #4656 - new validator test: building inside building
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4051   13 years stoecker fix #5642 - patch by bilbo - improve validator checks
(edit) @3946   13 years stoecker readd stuff which should not have been removed
(edit) @3944   13 years stoecker remove broken dead code
(edit) @3923   13 years bastiK fixed #6007 - runs out of memory on validater cross ways check (TODO: …
(edit) @3707   13 years bastiK Added remotecontrol plugin to josm core. This plugin was initially …
(edit) @3671   13 years bastiK adapt coding style (to some degree); there shouldn't be any semantic …
(add) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
Note: See TracRevisionLog for help on using the revision log.