source: josm/trunk/src/org/openstreetmap/josm/actions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10433   8 years Don-vip checkstyle
(edit) @10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
(edit) @10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10383   8 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(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) @10373   8 years Don-vip fix #12949 - Use test rule instead of JOSMFixture to speed up tests …
(edit) @10371   8 years Don-vip fix #12944 - Reduce use of addLayer(..., bounds) - patch by …
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10356   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10354   8 years stoecker fix revision texts
(edit) @10353   8 years stoecker gsoc-core - patch by Michael Zangl - fix #12943 - cleanup josm action, …
(edit) @10347   8 years Don-vip sonar - add unit test to see if squid:S1244 can be safely disabled
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10342   8 years Don-vip fix #12933 - remove unused methods from NavigatableComponent (patch …
(edit) @10318   8 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
(edit) @10315   8 years Don-vip findbugs, code optimization/cleanup
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10306   8 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10305   8 years Don-vip sonar - various code cleanup fixes
(edit) @10303   8 years Don-vip sonar - squid:S2164 - Math should not be performed on floats
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10299   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10292   8 years Don-vip sonar - squid:S2275 - Format specifiers should be used instead of …
(edit) @10254   8 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10252   8 years Don-vip partial revert of r10250 - causes NPE in OverpassDownloadDialog …
(edit) @10250   8 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @10247   8 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10241   8 years Don-vip fix #12660 - unbind Z shortcut from "Zoom mode" and make it visible …
(edit) @10234   8 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10226   8 years Don-vip see #12844 - display which OSM API is used in status report
(edit) @10220   8 years Don-vip add new icons for ParallelWayAction + findbugs - DB_DUPLICATE_BRANCHES
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10214   8 years Don-vip findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
(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) @10192   8 years Don-vip see #12774 - robustness/cleanup in session loading
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10174   8 years Don-vip fix coverity 1354674, 1354675
(edit) @10164   8 years Don-vip add more unit tests
(edit) @10163   8 years Don-vip fix #12779 - anonymize user name
(edit) @10158   8 years Don-vip fix #12779 - Anonymize further status report contents for privacy concerns
(edit) @10152   8 years Don-vip sonar - squid:S1939 - Extensions and implementations should not be …
(edit) @10150   8 years Don-vip fix #12755 - NPE
(edit) @10139   8 years bastiK remove unnecessary import
(edit) @10138   8 years bastiK status report: replace some paths, so the user's home directory …
(edit) @10135   8 years Don-vip fix #12734 - display less intrusive warning message when an updated …
(edit) @10134   8 years Don-vip sonar, javadoc
(edit) @10131   8 years Don-vip fix coverity 1354553, 1347477, 1347476, 1347474, 1347472, 1347471 - NPE
(edit) @10129   8 years Don-vip refactor duplicated code
(edit) @10125   8 years Don-vip refactor classes from corrector package, add javadoc
(edit) @10124   8 years Don-vip refactor and move changeset download tasks to actions.downloadtasks
(edit) @10115   8 years Don-vip fix coverity 1011666, 1011667, 1011836, 1011837, 1011838
(edit) @10101   8 years Don-vip fix #12705 - catch scripting errors with Java 7 when building invalid …
(edit) @10074   8 years Don-vip refactor duplicated code
(edit) @10063   8 years Don-vip fix #12691 - Include custom presets, map paint styles and validator …
(edit) @10062   8 years Don-vip see #12652 - about dialog: replace old bug report link with new bug …
(edit) @10058   8 years Don-vip see #11924 - Package.getPackage is deprecated in Java 9
(edit) @10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
(edit) @10047   8 years Don-vip add more unit tests
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10039   8 years Don-vip fix #12688 - Improper translation string
(edit) @10032   8 years Don-vip fix #12651 - do not create Notes layer when no notes were downloaded
(edit) @10031   8 years Don-vip fix #12654 - Add layer invalidation listener (patch by michael2402)
(edit) @10010   8 years Don-vip fix #12635 - sort members of new multipolygons (patch by michael2402)
(edit) @10007   8 years Don-vip remove unused field
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9999   8 years Don-vip sonar - do not copy collection contents from one to another with a loop
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9983   8 years Don-vip remove unused code
(edit) @9981   8 years Don-vip fix some unused code warnings
(edit) @9980   8 years Don-vip sonar - code style + javadoc
(edit) @9974   8 years Don-vip sonar - rename fields to match code conventions, remove empty instruction
(edit) @9972   8 years Don-vip sonar - remove unnecessary fully qualified names
(edit) @9971   8 years Don-vip sonar - use diamond operator when possible (some cases cause …
(edit) @9970   8 years Don-vip sonar - remove useless parentheses
(edit) @9968   8 years Don-vip sonar - Add parentheses to make the operator precedence explicit + add …
(edit) @9952   8 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9948   8 years simon04 fix #12600 - Orthogonalize: fix ArrayIndexOutOfBoundsException …
(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) @9925   8 years simon04 see #6401 - Orthogonalize objects based on selected nodes This is …
(edit) @9923   8 years simon04 Add unit tests for OrthogonalizeAction
(edit) @9918   8 years Don-vip fix/add unit tests
(edit) @9917   8 years Don-vip better handling of HelpAwareOptionPane.showOptionDialog in headless mode
(edit) @9905   8 years Don-vip PostDownloadHandler: remove unused code, add unit tests
(edit) @9881   8 years Don-vip remove unused code, add unit test
(edit) @9880   8 years Don-vip findbugs
(edit) @9872   8 years simon04 fix #12535 - Splitting ways give wrong message in the Command Stack
Note: See TracRevisionLog for help on using the revision log.