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