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) @11182   7 years Don-vip fix java warning
(edit) @11177   7 years simon04 Refactor OsmPrimitiveComparator Replace one big comparator with …
(edit) @11168   7 years simon04 fix #13828 - Fix IAE when adding WMS layer with invalid URL The fix …
(edit) @11132   8 years simon04 fix #11072 - Sort validator warnings
(edit) @11129   8 years simon04 fix #13799 - Use builder pattern for TestError
(edit) @11110   8 years Don-vip add more unit tests
(edit) @11102   8 years Don-vip add more unit tests
(edit) @11094   8 years Don-vip fix unit test
(edit) @11089   8 years simon04 fix #13717 - Enhance and allow customization of tag mapping when …
(edit) @11085   8 years Don-vip sonar - squid:S2162 - "equals" methods should be symmetric and work …
(edit) @11071   8 years simon04 see #13175 - Document deprecated method usage
(edit) @11045   8 years Don-vip fix #13674 - allow case insensitive lat/lon input + reject more …
(edit) @11040   8 years Don-vip checkstyle
(edit) @11033   8 years simon04 fix #13663 - Two data layers with the same name Counting starts from …
(edit) @11024   8 years Don-vip unit test, javadoc
(edit) @11021   8 years Don-vip clear image provider cache before/after integration tests. The …
(edit) @11020   8 years Don-vip add more unit tests
(edit) @11008   8 years Don-vip fix #13646 - NPE + unit test
(edit) @11000   8 years michael2402 Add layer manager test for resetState() and scheduleRemoval()
(edit) @10994   8 years Don-vip update extensions blacklist in integration tests to ignore new …
(edit) @10989   8 years Don-vip add new unit test for AuthorizationProcedureComboBox
(edit) @10983   8 years Don-vip fix #13609 - --version and --help are too verbose
(edit) @10980   8 years Don-vip fix timeout
(edit) @10979   8 years Don-vip add unit test for ApiUrlTestTask
(edit) @10977   8 years Don-vip add/update unit tests, fix indentation
(edit) @10976   8 years Don-vip add unit test
(edit) @10967   8 years Klumbumbus fix #13554 - Allow multipolygon as street member in associatedStreet …
(edit) @10962   8 years Don-vip improve unit tests
(edit) @10950   8 years Don-vip fix unit test
(edit) @10944   8 years Don-vip add unit test for OsmTransferHandler
(edit) @10937   8 years Don-vip sonar - squid:S3658 - Unit tests should throw exceptions
(edit) @10900   8 years Don-vip fix #13453 - Add more Layer#setName tests (patch by michael2402) - …
(edit) @10892   8 years Don-vip fix #13443 - Fix JosmUserIdentityManagerTest (patch by michael2402) - …
(edit) @10888   8 years Don-vip see #13413 - update unit test
(edit) @10885   8 years Don-vip fix #13433 - Tests for Layer class (patch by michael2402) - gsoc-core
(edit) @10883   8 years Don-vip fix #13432 - Test #invalidate instead of isChanged (patch by …
(edit) @10881   8 years Don-vip fix #13430 - Allow paste of OSM links (patch by michael2402) - gsoc-core
(edit) @10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10876   8 years Don-vip fix #13309 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10867   8 years Don-vip fix #13397 - segment did not display anymore middle plus signs (patch …
(edit) @10856   8 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core + …
(edit) @10846   8 years Don-vip see #13232 - move class DatasetFactory to unit tests folder
(edit) @10837   8 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @10824   8 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10823   8 years Klumbumbus see #13357 - update preset unit test ignore list
(edit) @10758   8 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10744   8 years Don-vip see #12890 - remove calls to deprecated predicates in unit tests
(edit) @10743   8 years Don-vip sonar - pmd-unit-tests:UseAssertTrueInsteadOfAssertEquals
(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) @10703   8 years Don-vip add robustness in unit test against malformed zip archives
(edit) @10690   8 years Don-vip ignore https://github.com/molysgaard/OAM-JOSM from tagging preset …
(edit) @10674   8 years Don-vip fix #13239, fix #13240 - Java 8: MapCSS Condition class (patches by …
(edit) @10650   8 years Don-vip see #13208 - update unit test
(edit) @10640   8 years Don-vip fix #13208 - Use real string for concatenation in note layer tooltip …
(edit) @10638   8 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10623   8 years Don-vip fix #13199 - Fix RelationMemberTransferableTest (patch by michael2402) …
(edit) @10610   8 years Don-vip ignore abstract junit test
(edit) @10605   8 years Don-vip see #12478 - Use ​Swing Copy/Paste instead of CopyAction/PasteAction …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10592   8 years Don-vip see #11390, fix #13192 - Update LayerPositionStrategy to be a java 8 …
(edit) @10556   8 years Don-vip fix #13159 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10547   8 years Don-vip fix #13159 - Move image processors out of imagery layer (patch by …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10435   8 years Don-vip better fix
(edit) @10434   8 years Don-vip fix ignore rules in presets integration test to avoid false positive
(edit) @10414   8 years Don-vip fix ignored presets (happened again)
(edit) @10405   8 years Don-vip fix #12959 - Do not make unit tests rely on JFrame for headless mode …
(edit) @10402   8 years Don-vip fix #12977 - Use test rules for NavigatableComponentTest (patch by …
(edit) @10398   8 years Don-vip fix #12975 - areas in the mapview are not filled anymore (patch by …
(edit) @10397   8 years Don-vip gsoc-core - fix LayerManagerTest with new custom JUnit rule/matcher to …
(edit) @10396   8 years Don-vip gsoc-core - remove more deprecation warnings (unit tests)
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10375   8 years Don-vip fix #12959 - Move state changes to MapViewState class (patch by …
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10343   8 years Don-vip fix #12934 - Add new MapViewState class that stores the current state …
(edit) @10335   8 years Don-vip fix unit test
(edit) @10333   8 years Don-vip fix ignore rules in mappaint styles integration test
(edit) @10332   8 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10326   8 years Don-vip ignore https://github.com/yopaseopor/traffic_signs_preset_JOSM and …
(edit) @10306   8 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10279   8 years Don-vip GSOC core rework - LayerManager, see #12863, rename …
(edit) @10278   8 years Don-vip GSOC core rework - LayerManager, see #12863, fix checkstyle violations …
(edit) @10271   8 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(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) @10218   8 years Don-vip findbugs - RC_REF_COMPARISON
(edit) @10210   8 years Don-vip see #11924 - Java 9 - replace calls to deprecated classes …
(edit) @10205   8 years Don-vip add more unit tests
(edit) @10199   8 years Don-vip fix unit tests
(edit) @10198   8 years Don-vip add more unit tests
(edit) @10195   8 years Don-vip add more unit tests
(edit) @10193   8 years Don-vip kothic google code website has been archived ==> use new Github repository
(edit) @10144   8 years Don-vip code refactoring - strip actions from LayerListDialog to new package …
Note: See TracRevisionLog for help on using the revision log.