source: josm/trunk/src/org/openstreetmap/josm/Main.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11988   7 years Don-vip improve unit test for Main.postConstructorProcessCmdLine
(edit) @11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
(edit) @11925   7 years Don-vip drop Main.MasterWindowListener (unused)
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11904   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(edit) @11898   7 years bastiK fixed #13100 - NPE on launch
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11656   7 years Don-vip FindBugs - ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
(edit) @11650   7 years Don-vip FindBugs - MS_MUTABLE_COLLECTION
(edit) @11642   7 years Don-vip fix #14422 - Dynamic NTV2 grids
(edit) @11510   7 years Don-vip sonar - fb-contrib:ACEM_ABSTRACT_CLASS_EMPTY_METHODS
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11352   7 years Don-vip javadoc
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11284   7 years michael2402 Fix #14005: Initialize Territories before RightAndLefthandTraffic
(edit) @11262   7 years simon04 fix #13982 - Wrong links to OSM website if different API is used
(edit) @11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @11213   7 years Don-vip checkstyle
(edit) @11208   7 years simon04 fix #13899 - EDT violation in SaveLayersDialog via PluginHandler
(edit) @11106   8 years Don-vip do not shutdown static executor services in headless mode for jenkins …
(edit) @11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
(edit) @11092   8 years simon04 fix #13767 - Asynchronous initializations for more reactive UI
(edit) @10975   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10962   8 years Don-vip improve unit tests
(edit) @10936   8 years Don-vip sonar
(edit) @10899   8 years Don-vip fix #13318 - Clean up program startup (parameters, logging) - patch by …
(edit) @10876   8 years Don-vip fix #13309 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10858   8 years Don-vip see #13306, see #13392 - remove Main.isOpenJdk, not used anymore
(edit) @10786   8 years Don-vip see #11390 - remove non-working java version check as it would need to …
(edit) @10759   8 years Don-vip sonar - squid:S2440 - Classes with only "static" methods should not be …
(edit) @10742   8 years Don-vip sonar - squid:CallToDeprecatedMethod - remove calls to deprecated methods
(edit) @10687   8 years Don-vip remove deprecated Main.paste* fields (not used anymore by SVN plugins)
(edit) @10655   8 years Don-vip see #12472 - fix warning "OperatorPrecedence"
(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) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10580   8 years Don-vip see #11390 - switch to Java 8
(edit) @10507   8 years Don-vip fix #13095 - Exception on closing layers (patch by michael2402) - gsoc-core
(edit) @10498   8 years Don-vip keep up to 10 errors/warnings now that we use a better bug report system
(edit) @10486   8 years Don-vip fix #13049 - Inform map view of Projection updates (patch by …
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10442   8 years Don-vip fix #13009 - NPE on startup of JOSM (patch by michael2402) - gsoc-core
(edit) @10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
(edit) @10421   8 years Klumbumbus fix @since 10420
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10412   8 years Don-vip fix #12981 - mimic the old behavior of the layer listeners (patch by …
(edit) @10400   8 years Don-vip fix #12974 - Unit tests hang (patch by michael2402) - gsoc-core
(edit) @10395   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10394   8 years wiktorn Fix zoom to bounds. Patch by: michael2402 See: #12964
(edit) @10391   8 years wiktorn Fixes for LayerManager. * LayerManager: invoke hookupMapView at the …
(edit) @10387   8 years Don-vip fix #12970 - NPE in Main.exitJosm when a restart occurs during IPv6 check
(edit) @10371   8 years Don-vip fix #12944 - Reduce use of addLayer(..., bounds) - patch by …
(edit) @10340   8 years Don-vip fix #12927 - Move title management and main frame layout to new class …
(edit) @10288   8 years Don-vip fix #12882 - Use LayerManager for LayerListDialog (patch by michael2402)
(edit) @10279   8 years Don-vip GSOC core rework - LayerManager, see #12863, rename …
(edit) @10271   8 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10044   8 years Don-vip sonar - squid:S1641 - Sets with elements that are enum values should …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9821   8 years bastiK fixed #12522 - Advanced preferences: display default entries …
(edit) @9751   8 years Don-vip see #12462 - Extend Save Layers dialog for more layer types (patch by …
(edit) @9276   8 years simon04 fix #12283 - Download notes in current view: fix NPE
(edit) @9238   8 years stoecker see #8562 - restart JOSM in case we switched from IPv6 to IPv4 only, …
(edit) @9222   8 years Don-vip fix #12257 - Ensures caret color is the same than text foreground color
(edit) @9205   8 years Don-vip fix some Findbugs warnings
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(edit) @9074   8 years Don-vip pmd - Ternary operator with a boolean literal can be simplified with a …
(edit) @9059   8 years Don-vip checkstyle
(edit) @8959   8 years Don-vip improve unit test detecting invalid presets
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8857   9 years Don-vip improve/cleanup unit tests
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8809   9 years simon04 fix #11372 - Main: commandline uses OpenLocationAction for parsing …
(edit) @8799   9 years simon04 fix #11898 - Command line --download option broken for bounds
(edit) @8738   9 years simon04 see #11843 - Terminate initialization threads
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(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) @8506   9 years Don-vip fix some Sonar issues
(edit) @8497   9 years simon04 fix #11355 - Splash screen: display parallel initialization tasks in a …
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8412   9 years Don-vip ExecutorService field doesn't ever get shutdown
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8356   9 years Don-vip remove public mutable array Main.commandLineArgs
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8168   9 years bastiK see #11216 - Limit size of TMS cache (patch by wiktorn)
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8072   9 years Don-vip fix #10882 - Implement search box for main menu (modified patch from …
(edit) @8020   9 years bastiK see #11090 - make sure modifications to the current MapFrame are done …
(edit) @8015   9 years bastiK fixed #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @7894   9 years Don-vip Enable CLDR and add support for Khmer language (km) for Java 8 users
Note: See TracRevisionLog for help on using the revision log.