source: josm/trunk/test/unit/org/openstreetmap/josm/actions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12024   7 years michael2402 See #14120: Fix unit tests by using a separate layer manager when …
(edit) @12023   7 years michael2402 See #14120: Do not overwrite the mapView field for unit tests. Fix map …
(edit) @11978   7 years Don-vip improve coverage and javadoc of enum classes for package actions
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11885   7 years Don-vip add basic unit tests for MergeLayerAction + improve javadoc, code cleanup
(edit) @11826   7 years bastiK update unit test
(edit) @11741   7 years Don-vip fix java warnings
(edit) @11738   7 years bastiK add unit test for join areas action
(edit) @11726   7 years michael2402 Don't use null to indicate a rotation of 0 degrees, simply set the …
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11635   7 years Don-vip see #12313 - fix unit tests properly
(edit) @11447   7 years Don-vip fix #14217 - replace recursive filter parsing by iterative approach to …
(edit) @11324   7 years Don-vip findbugs
(edit) @11278   7 years Don-vip improve test coverage
(edit) @11275   7 years Don-vip see #10387 - fix unit test
(edit) @11267   7 years simon04 see #10387 - Fix build due to r11264
(edit) @11224   7 years michael2402 Simplify ExpertToggleAction Make ExpertToggleAction use the listener …
(edit) @11192   7 years Don-vip fix #13870 - robustness against …
(edit) @11185   7 years wiktorn WMS tile service is enabled by default Closes: #13857
(edit) @11181   7 years simon04 see #13828 - Fix unit test
(edit) @11124   8 years simon04 see #13749 - Enhance supported URLs for downloading GPS data * …
(edit) @11121   8 years Don-vip checkstyle
(edit) @11118   8 years simon04 fix #13094 - SimplifyWayAction for first node of closed way (patch by …
(edit) @11110   8 years Don-vip add more unit tests
(edit) @11109   8 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11108   8 years Don-vip sonar - squid:S3518 - Zero should not be a possible denominator
(edit) @11104   8 years Don-vip convert unit tests from Groovy to Java
(edit) @11101   8 years Don-vip add more unit tests
(edit) @11073   8 years simon04 see #13749 - Enhance supported URLs for downloading GPS data * …
(edit) @10966   8 years Don-vip fix unit tests hanging on Jenkins
(edit) @10960   8 years Don-vip increase unit test timeout
(edit) @10956   8 years Don-vip see #11924 - suppress some equalsverifier warnings to workaround …
(edit) @10955   8 years Don-vip increase unit test timeout
(edit) @10945   8 years Don-vip convert more unit tests to JOSMTestRules
(edit) @10937   8 years Don-vip sonar - squid:S3658 - Unit tests should throw exceptions
(edit) @10876   8 years Don-vip fix #13309 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10758   8 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10739   8 years Don-vip wms capabilities fetching: remove duplicate log, add unit test robustness
(edit) @10737   8 years Don-vip fix #12900 - Conflicts in pasted tags cannot be resolved, cannot be …
(edit) @10705   8 years Don-vip unit test robustness
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10599   8 years Don-vip see #11390 - sonar - squid:S1610 - Java 8: Abstract classes without …
(edit) @10457   8 years Don-vip fix #13033 - JoinAreasActionTest: Do not set status line (patch by …
(edit) @10452   8 years Don-vip fix #13019 - Make commands trigger an implicit layer redraw (patch by …
(edit) @10443   8 years Don-vip see #12974 - Unit tests hang (patch by michael2402) - gsoc-core
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10402   8 years Don-vip fix #12977 - Use test rules for NavigatableComponentTest (patch by …
(edit) @10396   8 years Don-vip gsoc-core - remove more deprecation warnings (unit tests)
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10373   8 years Don-vip fix #12949 - Use test rule instead of JOSMFixture to speed up tests …
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10347   8 years Don-vip sonar - add unit test to see if squid:S1244 can be safely disabled
(edit) @10342   8 years Don-vip fix #12933 - remove unused methods from NavigatableComponent (patch …
(edit) @10299   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10271   8 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10263   8 years Don-vip add more unit tests
(edit) @10256   8 years Don-vip add more unit tests
(edit) @10225   8 years Don-vip Use Utils.setObjectsAccessible in unit tests
(edit) @10222   8 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10188   8 years Don-vip use more reliable public WMS server from OpenStreetMap France for unit …
(edit) @10164   8 years Don-vip add more unit tests
(edit) @10052   8 years Don-vip see #11924 - reduce double precision in unit tests to avoid tiny …
(edit) @10047   8 years Don-vip add more unit tests
(edit) @9968   8 years Don-vip sonar - Add parentheses to make the operator precedence explicit + add …
(edit) @9958   8 years bastiK fix svn:eol property
(edit) @9944   8 years Don-vip mapmode: add basic unit tests
(edit) @9940   8 years simon04 see #12554 - Allow to ignore keys/tags from recent tags
(edit) @9930   8 years simon04 Search: fix string representation of boolean connectives (parentheses)
(edit) @9928   8 years Don-vip see #6401 - use correct junit import
(edit) @9925   8 years simon04 see #6401 - Orthogonalize objects based on selected nodes This is …
(edit) @9924   8 years simon04 Add unit tests for OrthogonalizeAction - verify result
(edit) @9923   8 years simon04 Add unit tests for OrthogonalizeAction
(edit) @9918   8 years Don-vip fix/add unit tests
(edit) @9905   8 years Don-vip PostDownloadHandler: remove unused code, add unit tests
(edit) @9845   8 years Don-vip add more unit tests
(edit) @9701   8 years simon04 fix #12465 - Search dialog validation: fix UncheckedParseException
(edit) @9675   8 years Don-vip add more unit tests
(edit) @9671   8 years Don-vip fix/cleanup unit tests
(edit) @9669   8 years bastiK add missing svn:eol-style=native (see #12410)
(edit) @9666   8 years stoecker see #12410 fix style of tests
(edit) @9663   8 years Don-vip fix/cleanup unit tests
(edit) @9661   8 years Don-vip fix/cleanup unit tests
(edit) @9611   8 years Don-vip update unit tests
(edit) @9594   8 years Don-vip add unit test for SelectByInternalPointAction
(edit) @9489   8 years Don-vip unit tests code refactoring/cleanup
(edit) @9373   8 years simon04 see #12083 - Fix unit test
(edit) @9349   8 years simon04 see #12083 - Search: improve error message when keyword without a …
(edit) @9225   8 years Don-vip add more unit tests
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9205   8 years Don-vip fix some Findbugs warnings
(edit) @8984   8 years Don-vip see #12038 - add non regression test
(edit) @8965   8 years simon04 see #10730 - Way splitting: fix and test (route) relation adaption
(edit) @8949   8 years Don-vip see #11968, see #12011 - add a new non-regression unit test …
(edit) @8930   8 years Don-vip see #10730 - see #11992 - add regression unit test
(edit) @8908   9 years Don-vip improve download tasks unit tests
(edit) @8904   9 years Don-vip Add first unit tests for download tasks
(edit) @8899   9 years simon04 Refactoring in SearchCompiler: parse type, user, role as any …
(edit) @8876   9 years Don-vip cleanup unit tests
Note: See TracRevisionLog for help on using the revision log.