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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10900   9 years Don-vip fix #13453 - Add more Layer#setName tests (patch by michael2402) - …
(edit) @10892   9 years Don-vip fix #13443 - Fix JosmUserIdentityManagerTest (patch by michael2402) - …
(edit) @10888   9 years Don-vip see #13413 - update unit test
(edit) @10885   9 years Don-vip fix #13433 - Tests for Layer class (patch by michael2402) - gsoc-core
(edit) @10883   9 years Don-vip fix #13432 - Test #invalidate instead of isChanged (patch by …
(edit) @10881   9 years Don-vip fix #13430 - Allow paste of OSM links (patch by michael2402) - gsoc-core
(edit) @10880   9 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10876   9 years Don-vip fix #13309 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10867   9 years Don-vip fix #13397 - segment did not display anymore middle plus signs (patch …
(edit) @10856   9 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core + …
(edit) @10846   9 years Don-vip see #13232 - move class DatasetFactory to unit tests folder
(edit) @10837   9 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @10824   9 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10823   9 years Klumbumbus see #13357 - update preset unit test ignore list
(edit) @10758   9 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10744   9 years Don-vip see #12890 - remove calls to deprecated predicates in unit tests
(edit) @10743   9 years Don-vip sonar - pmd-unit-tests:UseAssertTrueInsteadOfAssertEquals
(edit) @10737   9 years Don-vip fix #12900 - Conflicts in pasted tags cannot be resolved, cannot be …
(edit) @10705   9 years Don-vip unit test robustness
(edit) @10703   9 years Don-vip add robustness in unit test against malformed zip archives
(edit) @10690   9 years Don-vip ignore https://github.com/molysgaard/OAM-JOSM from tagging preset …
(edit) @10674   9 years Don-vip fix #13239, fix #13240 - Java 8: MapCSS Condition class (patches by …
(edit) @10650   9 years Don-vip see #13208 - update unit test
(edit) @10640   9 years Don-vip fix #13208 - Use real string for concatenation in note layer tooltip …
(edit) @10638   9 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
(edit) @10626   9 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10623   9 years Don-vip fix #13199 - Fix RelationMemberTransferableTest (patch by michael2402) …
(edit) @10610   9 years Don-vip ignore abstract junit test
(edit) @10605   9 years Don-vip see #12478 - Use ​Swing Copy/Paste instead of CopyAction/PasteAction …
(edit) @10604   9 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10592   9 years Don-vip see #11390, fix #13192 - Update LayerPositionStrategy to be a java 8 …
(edit) @10556   9 years Don-vip fix #13159 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10547   9 years Don-vip fix #13159 - Move image processors out of imagery layer (patch by …
(edit) @10467   9 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10462   9 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10436   9 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10435   9 years Don-vip better fix
(edit) @10434   9 years Don-vip fix ignore rules in presets integration test to avoid false positive
(edit) @10414   9 years Don-vip fix ignored presets (happened again)
(edit) @10405   9 years Don-vip fix #12959 - Do not make unit tests rely on JFrame for headless mode …
(edit) @10402   9 years Don-vip fix #12977 - Use test rules for NavigatableComponentTest (patch by …
(edit) @10398   9 years Don-vip fix #12975 - areas in the mapview are not filled anymore (patch by …
(edit) @10397   9 years Don-vip gsoc-core - fix LayerManagerTest with new custom JUnit rule/matcher to …
(edit) @10396   9 years Don-vip gsoc-core - remove more deprecation warnings (unit tests)
(edit) @10386   9 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10375   9 years Don-vip fix #12959 - Move state changes to MapViewState class (patch by …
(edit) @10364   9 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10343   9 years Don-vip fix #12934 - Add new MapViewState class that stores the current state …
(edit) @10335   9 years Don-vip fix unit test
(edit) @10333   9 years Don-vip fix ignore rules in mappaint styles integration test
(edit) @10332   9 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10326   9 years Don-vip ignore https://github.com/yopaseopor/traffic_signs_preset_JOSM and …
(edit) @10306   9 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10300   9 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10279   9 years Don-vip GSOC core rework - LayerManager, see #12863, rename …
(edit) @10278   9 years Don-vip GSOC core rework - LayerManager, see #12863, fix checkstyle violations …
(edit) @10271   9 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10235   9 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10225   9 years Don-vip Use Utils.setObjectsAccessible in unit tests
(edit) @10222   9 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10218   9 years Don-vip findbugs - RC_REF_COMPARISON
(edit) @10210   9 years Don-vip see #11924 - Java 9 - replace calls to deprecated classes …
(edit) @10205   9 years Don-vip add more unit tests
(edit) @10199   9 years Don-vip fix unit tests
(edit) @10198   9 years Don-vip add more unit tests
(edit) @10195   9 years Don-vip add more unit tests
(edit) @10193   9 years Don-vip kothic google code website has been archived ==> use new Github repository
(edit) @10144   9 years Don-vip code refactoring - strip actions from LayerListDialog to new package …
(edit) @10142   9 years Don-vip fix #12752 - Add more image filters (patch by michael2402, modified)
(edit) @10133   9 years Don-vip increase code coverage
(edit) @10130   9 years Don-vip add unit tests
(edit) @10127   9 years Don-vip sort primitives to avoid intermittent unit test failures
(edit) @10123   9 years Don-vip fix unit test failing with clean jenkins workspace
(edit) @10122   9 years Don-vip add more debug messages to debug failing unit test
(edit) @10121   9 years Don-vip add more debug messages + assertions to debug failing unit test
(edit) @10113   9 years Don-vip refactor relation editor to allow unit tests in headless mode
(edit) @10109   9 years Don-vip add unit test, javadoc, remove unused and untestable code
(edit) @10108   9 years Don-vip add more unit tests
(edit) @10105   9 years Don-vip fix coverity 1353745 + add unit test
(edit) @10103   9 years Don-vip add more unit tests
(edit) @10098   9 years Don-vip add more unit tests
(edit) @10097   9 years Don-vip fix #12717 - Warning about short comments when submitting Chinese comment
(edit) @10093   9 years Don-vip add more unit tests
(edit) @10089   9 years Don-vip add unit test, javadoc
(edit) @10079   9 years Don-vip checkstyle, fix unit test
(edit) @10072   9 years Don-vip refactor duplicated code
(edit) @10050   9 years Don-vip add more unit tests
(edit) @10047   9 years Don-vip add more unit tests
(edit) @10020   9 years bastiK see #6301 - add test that checks …
(edit) @10011   9 years Don-vip fix #12642 - New layer filter (opacity/gamma) dialog (patch by …
(edit) @10006   9 years Don-vip fix #12639 - NPE in History Window for primitives with more than 100 …
(edit) @9996   9 years Don-vip sonar - use JLabel.setLabelFor where applicable + add/update unit tests
(edit) @9973   9 years Don-vip sonar - JUnit4 tests should use @Test annotation
(edit) @9958   9 years bastiK fix svn:eol property
(edit) @9954   9 years Don-vip make MapScaler and SizeButton implement Accessible interface, …
(edit) @9949   9 years Don-vip remove deprecated stuff, code cleanup, javadoc, unit tests
(edit) @9945   9 years Don-vip add more unit tests
(edit) @9943   9 years Don-vip update to equalsverifier 2.0
(edit) @9942   9 years Don-vip fix problems seen in unit tests when launched manually from Eclipse
Note: See TracRevisionLog for help on using the revision log.