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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14437   5 years GerdP fix #17010 - Validator creates multiple errors/warnings for same …
(edit) @14436   5 years Don-vip fix SonarQube issues
(edit) @14408   5 years GerdP fix #16942 - improve performance of MultipolygonTest
(edit) @12941   7 years GerdP fix #14766 - Self-intersection check not working for multipolygons …
(edit) @12905   7 years bastiK see #15360 - demote "Area style on outer way" valdiator test from …
(edit) @12700   7 years bastiK fixed #15203 - Wrong "Area style way is not closed" message for …
(edit) @12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11839   7 years GerdP fix unit test data, remove debug code
(edit) @11837   7 years GerdP improve MultipolygonTest to fix #13307, add special case to unit test …
(edit) @11799   7 years bastiK fix "Area style way is not closed" validation test
(edit) @11782   7 years stoecker see #10529 - increase important multipolygon problems to error level, …
(edit) @11739   7 years Don-vip enable more PMD rules
(edit) @11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11590   7 years Don-vip see #11924 - remove workarounds for jdk9 compilation problems with …
(edit) @11241   7 years Don-vip sonar - fix warnings
(edit) @11227   7 years bastiK applied #13307 - various improvements to MultipolygonTest (patch by …
(edit) @11222   7 years Don-vip fix #13923 - Select the relation instead open ends with "Multipolygon …
(edit) @11191   7 years Don-vip sonar - fix some recent warnings
(edit) @11178   7 years simon04 Checkstyle
(edit) @11158   7 years bastiK see #13307 - validator/MultipolygonTest: increase robustness by not …
(edit) @11157   7 years bastiK see #13307 - validator/MultipolygonTest: add check for duplicate …
(edit) @11135   8 years simon04 see #13799 - NPE in MultipolygonTest
(edit) @11129   8 years simon04 fix #13799 - Use builder pattern for TestError
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9900   8 years Don-vip fix #12377 - detect intersecting outer members in multipolygons
(edit) @9834   8 years Klumbumbus fix #12541 - downgrade "style for outer way mismatches polygon" …
(edit) @9584   8 years Don-vip fix #12377 - detect intersecting rings in multipolygon validator test
(edit) @9583   8 years Don-vip see #12377 - simplify multipolygon geometry checks
(edit) @9582   8 years Don-vip see #12377 - code refactoring to cleanup multipolygon test
(edit) @9553   8 years stoecker see #12377 - added relevant way to the validator message
(edit) @9490   8 years Don-vip see #12377 - add multipolygon unit test
(edit) @9278   8 years bastiK move ElemStyle classes to new package, rename to (Style)Element
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(edit) @9072   8 years Don-vip partial revert of r9070 - make build run with Java 9 again
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8777   9 years Don-vip Basic Java 9 support: make code compile, and Linux scripts detect it
(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) @8382   9 years Don-vip fix copyright/license headers globally (missed a few files)
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8237   9 years simon04 see #10529 - MapCSS: add :unclosed_multipolygon pseudo-class and …
(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) @7583   10 years stoecker fix #10255 - don't issue style warnings for boundaries
(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) @7486   10 years Don-vip fix #10469 - Way tagged aeroway=taxiway causes warning in validator
(edit) @7290   10 years Don-vip fix #10227 - exclude boundary relations from "No style for …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6731   10 years Don-vip fix #9588 - group validator role-related error messages in the same …
(edit) @6622   10 years Don-vip fix #9526 - Undesirable messages during data validation (introduced in …
(edit) @6597   10 years simon04 see #9492 - split "Create Multipolyon" in % and "Update Multipolygon"; …
(edit) @6575   10 years simon04 fix #7196 - Validator: add multipolygon role check This is done by …
(edit) @6494   10 years Don-vip fix #9430, fix #9445 - fix validator tests lifecycle
(edit) @6390   10 years Don-vip fix #9318 - validator: avoids redundant checks between UnclosedWays …
(edit) @6386   10 years Don-vip fix #9291 - validator: do not warn for unclosed ways and sport=climbing
(edit) @6305   11 years Don-vip fix #9093 - teach validator about "subarea" and "land_area" roles of …
(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) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5688   11 years Don-vip fix #8212 - can't view validator results for incomplete multipolygon …
(edit) @5490   12 years Don-vip fix #8015 - proper warnings for closed ways with area-style keys that …
(edit) @5012   12 years akks tried to fix 0-node way validation bug, see #7437
(edit) @4806   12 years stoecker unify texts for validator tests, move command where it belongs
(edit) @4682   12 years simon04 fix #2746 - add validation: Way connected to Area
(edit) @4627   12 years Don-vip Major performance improvements in multipolygons rendering
(edit) @4623   12 years Don-vip see #6987 - multipolygon cache aware of events requiring cache refresh …
(edit) @4447   13 years simon04 fix #6799 - MultipolygonTest: wrong objects in unclosed relation
(edit) @4368   13 years stoecker fix #6069 - patch by simon04 - validator: 'no outer way for …
(edit) @4293   13 years stoecker fix #5467 - patch by simon04 - The validator doesn't show the …
(edit) @4219   13 years stoecker see #6523 - don't warn for admin_centre
(edit) @3951   13 years stoecker fix multipolygon validator tests
(edit) @3844   13 years stoecker see #5899 - support different display of closed ways and areas
(edit) @3836   13 years bastiK mappaint restructuring aimed at mapcss support: * area- and line style …
(edit) @3825   13 years bastiK move some code
(edit) @3824   13 years bastiK Separate styles from style generation. This may seem a little over the …
(edit) @3803   13 years bastiK Don't merge all mappaitn style rules into one StyleSet, but keep them …
(edit) @3799   13 years bastiK move inner class to separate file
(edit) @3673   13 years bastiK (hopefully) fix some coding errors
(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.