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) @6336   9 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6330   9 years Don-vip fix #9207 - Robustness in Addresses test
(edit) @6329   9 years Don-vip fix #9217 - tagchecker: allow auto-fix for single test/alternative
(edit) @6326   9 years Don-vip see #9172 - additional typo changes
(edit) @6316   9 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6305   9 years Don-vip fix #9093 - teach validator about "subarea" and "land_area" roles of …
(edit) @6304   9 years Don-vip see #4582, fix #8362 - Fix validator false positive "overlapping ways" …
(edit) @6303   9 years Don-vip fix #9141 - new validator test: detect nodes with missing …
(edit) @6301   9 years Don-vip see #4582, see #7236 - Fix validator false positive "overlapping ways" …
(edit) @6300   9 years Don-vip see #4582, see #9140 - Fix validator false positive "overlapping ways" …
(edit) @6296   9 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6295   9 years Don-vip Sonar/Findbugs - fix various problems, javadoc
(edit) @6294   9 years Don-vip fix #9142, fix #9143 - Ignore highway=proposed in CrossingWays …
(edit) @6289   9 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6268   10 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6265   10 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6264   10 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6258   10 years Don-vip Sonar/Findbugs - Performance - Inefficient use of keySet iterator …
(edit) @6251   10 years stoecker see #8687 - add validator tests for number values
(edit) @6248   10 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   10 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6241   10 years Don-vip fix more warnings/javadoc in data.validation.tests
(edit) @6240   10 years Don-vip Sonar - fix some issues in data.validation.tests
(edit) @6239   10 years stoecker fix #7713 - do not warn about label role
(edit) @6238   10 years Don-vip fix #9087 - deprecated fix for barrier=wire_fence created deprecated …
(edit) @6192   10 years Don-vip fix #9000 - add a new validator test on barrier=entrance not set on …
(edit) @6177   10 years Don-vip see #9000 - wrong copy/paste
(edit) @6176   10 years Don-vip fix #9000 - add entrance to presets + deprecate building=entrance
(edit) @6162   10 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6157   10 years Don-vip fix #8962 - Deprecate fence_type=chain + new validator tests for …
(edit) @6142   10 years Don-vip see #8902 - fix compilation warnings
(edit) @6138   10 years Don-vip see #8847, fix #8961 - rendering of power=plant, deprecation of …
(edit) @6113   10 years Don-vip fix some compilation warnings
(edit) @6106   10 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   10 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6093   10 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6089   10 years akks see #8902 - patch by shinigami str != null && str.equals("CONST") => …
(edit) @6085   10 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6083   10 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6069   10 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6068   10 years akks see #8853: Massive (and dumb) refactoring of TaggingPreset class …
(edit) @6062   10 years Don-vip fix #8866 - NoSuchElementException after deleting an empty relation
(edit) @6030   10 years Don-vip fix #8822 - Don't try to fix empty errors
(edit) @6010   10 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @6009   10 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5995   10 years Don-vip fix #4445, fix #5867 - revert r3784: allow merging of duplicate nodes …
(edit) @5927   10 years bastiK add missing license information
(edit) @5925   10 years bastiK replace tabs by spaces
(edit) @5920   10 years Don-vip Handle nodes without coordinates in UnconnectedWays validator test
(edit) @5911   10 years Don-vip fix #8639 - Handle purged primitives in validator errors
(edit) @5909   10 years stoecker fix all remaining javadoc warnings
(edit) @5908   10 years Don-vip fix #8641 - Do not raise warning for address nodes with no addr:street …
(edit) @5902   10 years Don-vip fix #8622 - Validator: new test to detect invalid highway tags on …
(edit) @5897   10 years Don-vip see #8582 - Use Main.removeLayer() everywhere
(edit) @5874   10 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5828   10 years Don-vip fix #8580 - validator offers to fix empty new relations (by deleting them)
(edit) @5791   10 years Don-vip see #8530 - workaround for NPE when loading "Steps properties" presets …
(edit) @5783   10 years Don-vip fix #8517 - Sort validator results (based on patch by windu.2b)
(edit) @5776   10 years Don-vip fix #8506 - Remove "House number on a non-building area" validator test
(edit) @5771   10 years simon04 Move sport=gaelic_football to DeprecatedTags validator test
(edit) @5748   10 years Don-vip fix #8480 - Validator: don't raise address warning if house number …
(edit) @5742   10 years Don-vip fix #8459 - deprecate amenity=emergency_phone in favor of …
(edit) @5700   10 years stoecker remove hardcoded created_by
(edit) @5688   10 years Don-vip fix #8212 - can't view validator results for incomplete multipolygon …
(edit) @5681   10 years bastiK some simple refactoring
(edit) @5671   10 years Don-vip Improve validator layer painting performance (major slowdown seen with …
(edit) @5667   10 years Don-vip fix #8096 - Do not consider deleted primitives when fixing duplicate ones
(edit) @5662   10 years Don-vip fix #8314 for good - Validator: handle of addr:interpolation and …
(edit) @5655   10 years Don-vip fix #8314 - Validator: handle of incomplete relation members in recent …
(edit) @5647   10 years Don-vip fix #8305 - Validator: don't check distance for incomplete house …
(edit) @5644   10 years Don-vip Validator - New tests for adresses (house numbers in associatedStreet …
(edit) @5641   10 years Don-vip Validator - improve relation checker by verifying preset role's …
(edit) @5637   10 years Don-vip fix #8296 - NPE when checking a relation with a preset without role types
(edit) @5608   10 years stoecker don't hardcode created_by for DuplicateRelation validator test, …
(edit) @5550   10 years bastiK applied #7259 - Validation Enhancements for water features (patch by …
(edit) @5548   10 years bastiK remove Projection classes (replaced by data/epsg file) concludes the …
(edit) @5547   10 years bastiK add missing initialization for OsmValidator.griddetail FIXME: must be …
(edit) @5526   10 years jttt Fix #8045 New "Registered toolbar action" bug with the Validator.
(edit) @5522   10 years Don-vip fix #7034, fix #8067 - Rework "Building inside Building" test from scratch
(edit) @5503   11 years Don-vip Validator: no warning if all nodes at the same position have a …
(edit) @5491   11 years Don-vip fix indentation
(edit) @5490   11 years Don-vip fix #8015 - proper warnings for closed ways with area-style keys that …
(edit) @5488   11 years Don-vip fix indentation
(edit) @5487   11 years Don-vip see #8015 - Find duplicate (direction-independant) ways in reverse order
(edit) @5480   11 years Don-vip fix #8008 - validator doesn't detect duplicated closed way
(edit) @5475   11 years bastiK applied #7811 - Vague "Suspicious tag/value combinations" message for …
(edit) @5463   11 years jttt Fix some memory leaks (see #7980)
(edit) @5415   11 years Don-vip fix #7936 - Validator dialog is not updated when the active edit layer …
(edit) @5380   11 years bastiK fixed #5679 - Validator: value of name tag not in presets if a preset …
(edit) @5379   11 years bastiK fixed #5679 - Validator: value of name tag not in presets if a preset …
(edit) @5359   11 years Don-vip fix #7812 - Validator: warn about missing power=tower/pole within …
(edit) @5356   11 years Don-vip see #7847, see #7884 - Fix 2 NPE when dealing with nodes without …
(edit) @5353   11 years Don-vip fix #7229 - Render all names (up to 80 chars) in validator tree, …
(edit) @5352   11 years Don-vip fix #7874 - do not warn about "untagged ways" that are relation …
(edit) @5312   11 years Don-vip fix #7812 - validator: power lines test improvements (no warning for …
(edit) @5300   11 years Don-vip fix #7812 - warn about missing power=tower/pole within powerlines
(edit) @5293   11 years Don-vip fix #7758 - Do not restrict building validator tests to …
(edit) @5287   11 years Don-vip fix #5764, fix #5773 - Do not create delete commands for objects that …
(edit) @5272   11 years simon04 fix #7639 - Validator should warn about nodes tagged with their way's …
(edit) @5270   11 years simon04 fix #7745 - TagCheck reports an identical warning multiple times after …
Note: See TracRevisionLog for help on using the revision log.