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) @16182   4 years simon04 Fix typos in Javadoc
(edit) @16162   4 years simon04 see #18948 - Use Utils.readBytesFromStream instead of …
(edit) @16159   4 years simon04 see #18948 - Use Collections.singletonMap instead of ImmutableMap.of
(edit) @16048   4 years GerdP fix #18744: "Join Overlapping Areas" shows confusing dialogs when …
(edit) @16006   4 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @15883   4 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15852   4 years GerdP fix #10511: Joining complex areas produces exception - detect case …
(edit) @15728   4 years simon04 fix #18477 - Split Way: smart way selection If only one …
(edit) @15610   4 years GerdP fix #18420: Move node onto ways not working anymore - sort result …
(edit) @15576   4 years GerdP see #18367: Improve unit test coverage so that …
(edit) @15575   4 years GerdP see #18204: - ignore tests until a fix is provided
(edit) @15574   4 years GerdP fix #18367 and #18385: CombineWayAction (C) refuses to combine ways …
(edit) @15563   4 years GerdP see #18204: revert r15561 which didn't help, add .projection() …
(edit) @15561   4 years GerdP see #18204: add code to initialize mapview to prevent random unit test …
(edit) @15558   4 years GerdP fix #18387 Combine way action refuses to combine new way with oneway …
(edit) @15555   4 years GerdP fix #18385: Combine way action may remove parts of the ways - Count …
(edit) @15455   5 years Don-vip see #18219, see #18216 - update unit tests
(edit) @15432   5 years Don-vip see #2760 - fix unit tests
(edit) @15431   5 years Don-vip fix #2760 - update unit tests (patch by Bjoeni)
(edit) @15428   5 years GerdP fix #18189 (18189-v3.patch)
(edit) @15419   5 years Don-vip fix #2760 - simplify track during GPX layer -> data layer conversion …
(edit) @15216   5 years Don-vip see #17871 - add basic unit test
(edit) @15186   5 years Don-vip fix #17810 - incompletely downloaded turn restrictions sometimes break …
(edit) @15162   5 years GerdP see #17768: activate unit test
(edit) @15153   5 years Don-vip see #16301 - fix activation problem when filtering imagery sources
(edit) @15141   5 years GerdP see #17767 and #17768: add non regression unit tests Test …
(edit) @15070   5 years Don-vip fix #17701, fix #17702 - add robustness when loading imagery layers …
(edit) @15034   5 years Don-vip checkstyle/PMD
(edit) @14977   5 years Don-vip ensures consistency of upload comment: * fix #11168 - ctrl-z/undo …
(edit) @14822   5 years Don-vip add unit test for AboutAction
(edit) @14604   5 years Don-vip tools update: awaitility 3.1.5, equalsverifier 3.1.2, jmockit 1.44, …
(edit) @14542   5 years Don-vip see #17040 - fix unit tests
(edit) @14332   6 years Don-vip fix #16841 - MergeLayerActionTest, DownloadWmsAlongTrackActionTest: …
(edit) @14285   6 years Don-vip fix unit tests
(edit) @14281   6 years Don-vip see #12726 - accessors for undo/redo commands
(edit) @14256   6 years Don-vip see #15229 - move corrector package to actions.corrector
(edit) @14201   6 years Don-vip spotbugs - fix various issues found with Eclipse plugin
(edit) @14149   6 years Don-vip see #15229 - deprecate Main.pref
(edit) @14138   6 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
(edit) @14134   6 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @14126   6 years Don-vip fix #16590 - fix unit tests (patch by ris)
(edit) @14101   6 years Don-vip see #8765, fix #11086 - Support notes in osmChange (.osc) files …
(edit) @14081   6 years Don-vip see #16010 - Ignore tests using JMockit on Java 11+, workaround to …
(edit) @14052   6 years Don-vip see #16010 - use JMockit to enable more extensive test coverage (patch …
(edit) @14005   6 years Don-vip remove deprecated API
(edit) @14004   6 years Don-vip add workaround to https://github.com/jqno/equalsverifier/issues/197
(edit) @13950   6 years Don-vip use IPrimitive in SearchAction
(edit) @13938   6 years Don-vip workaround for following java compiler bugs: - …
(edit) @13927   6 years Don-vip see #11000 - Remote control: allow to specify layer_name for import
(edit) @13733   6 years wiktorn Imagery definition refactor Extend imagery definitions by: - allowing …
(edit) @13572   6 years Don-vip fix #15798 - support direct download of GPX files from HOT Tasking Manager
(edit) @13564   6 years Don-vip introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
(edit) @13496   6 years Don-vip minor fixes
(edit) @13352   6 years Don-vip fix #15816 - full XZ support
(edit) @13338   6 years Don-vip increase unit test timeout
(edit) @13313   6 years Don-vip see #15766 - fix java warning
(edit) @13300   6 years Don-vip fix #15742 - check downloaded plugin is valid *before* we delete any …
(edit) @13261   6 years Don-vip Open Location: new expert combobox to choose whether to zoom on …
(edit) @13108   6 years Don-vip fix #15538 - add robustness to AlignInLineAction
(edit) @13079   6 years Don-vip see #15560 - EqualsVerifier does not work with newer Java versions -> …
(edit) @12849   7 years bastiK see #15229 - use Config in tests
(edit) @12842   7 years bastiK see #15229 - fix test deprecations
(edit) @12828   7 years Don-vip see #15229 - see #15182 - see #13036 - convert SplitWayAction to …
(edit) @12740   7 years Don-vip see #13036 - fix CreateMultipolygonActionTest - tags from outer ways …
(edit) @12731   7 years Don-vip see #13036 - execute commands in CreateMultipolygonActionTest when …
(edit) @12729   7 years Don-vip see #15229 - fix typos, warnings
(edit) @12728   7 years Don-vip see #13036 - fix more unit tests
(edit) @12726   7 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12659   7 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12632   7 years Don-vip see #15182 - fix unit tests
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12571   7 years Don-vip restore unit test timeout, as validator tests take some time to initialize
(edit) @12567   7 years Don-vip see #15102 - avoid useless API capabilities request
(edit) @12563   7 years Don-vip fix unit tests
(edit) @12562   7 years Don-vip speedup unit tests
(edit) @12558   7 years Don-vip see #15102 - unit tests update
(edit) @12557   7 years Don-vip see #15102 - first batch of HTTP unit tests mocking, using WireMock 2.7.1
(edit) @12521   7 years Don-vip see #11924 - update unit tests
(edit) @12468   7 years Don-vip see #14923 - suppress java warnings
(edit) @12464   7 years michael2402 Apply #14923: Adjust the search dialog to allow to search for …
(edit) @12463   7 years Don-vip extract NodeGraph and NodePair from CombineWayAction to …
(edit) @12444   7 years Don-vip refactor WMS test to integration test as it relies on external WMS server
(edit) @12359   7 years michael2402 OrthogonalizeActionTest: Set the edit data set the action works on.
(edit) @12357   7 years michael2402 JoinAreasActionTest: Set the active edit layer
(edit) @12248   7 years Don-vip add missing https rules in unit tests
(edit) @12111   7 years michael2402 CreateCircleActionTest: Remove reflection hack for addSelected: It …
(edit) @12110   7 years michael2402 AlignInLineActionTest: Reset test environment before every single …
(edit) @12091   7 years Don-vip fix #14762 - NPE
(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
Note: See TracRevisionLog for help on using the revision log.