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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13206   6 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @13174   6 years Don-vip see #15310 - fix unit tests, warnings
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13158   6 years Don-vip javadoc
(edit) @13066   6 years Don-vip see #12347 - NPE
(edit) @13065   6 years Don-vip fix #12347 - Split way breaks destination_sign relations
(edit) @12901   7 years Don-vip SonarQube - squid:S1612 - Lambdas should be replaced with method references
(edit) @12869   7 years Don-vip see #15229 - see #15182 - SonarQube - squid:S2444 - make static fields …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12828   7 years Don-vip see #15229 - see #15182 - see #13036 - convert SplitWayAction to …
(edit) @12809   7 years bastiK replace abstract class AbstractVisitor by interface …
(edit) @12778   7 years bastiK see #15229 - deprecate Projections#project and …
(edit) @12769   7 years Don-vip fix #15262 - see #13036 - fix regression in ChangePropertyCommand + …
(edit) @12763   7 years Don-vip see #15229 - see #15182 - see #13036 - remove last GUI stuff from …
(edit) @12760   7 years Don-vip see #15229 - see #15182 - see #13036 - remove more GUI stuff from …
(edit) @12759   7 years Don-vip fix #15252 - see #13036 - MoveCommand created without data set
(edit) @12749   7 years Don-vip see #15229 - see #15182 - see #13036 - remove GUI stuff from Command
(edit) @12726   7 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12721   7 years Don-vip see #13036 - Do not call default Command() constructor from …
(edit) @12718   7 years Don-vip see #13036 - see #15229 - see #15182 - make Commands depends only on …
(edit) @12688   7 years Don-vip see #15182 - refactor PurgeAction/PurgeCommand to avoid unneeded …
(edit) @12672   7 years Don-vip see #15182 - move ConflictCollection from OsmDataLayer to …
(edit) @12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(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) @12605   7 years Don-vip fix a major performance problem when purging a large number of …
(edit) @12581   7 years bastiK see #14794 - javadoc
(edit) @12356   7 years michael2402 CombineWayAction: Allow merging ways that are not in the current edit …
(edit) @12350   7 years michael2402 See #13036: Add data set tests to SelectCommand
(edit) @12349   7 years michael2402 Fix SelectCommand triggering a critical error when it is undone after …
(edit) @12348   7 years michael2402 See #13036: Add more consistency checks to move / delete command.
(edit) @12288   7 years Don-vip sonar - squid:S3516 - Methods returns should not be invariant
(edit) @11874   7 years Don-vip findbugs - UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11733   7 years stoecker see #14526 - fix error handling in SequenceCommand
(edit) @11609   7 years Don-vip fix #14410 - AddPrimitivesCommand undo remove existing data (patch by …
(edit) @11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11590   7 years Don-vip see #11924 - remove workarounds for jdk9 compilation problems with …
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11362   7 years Don-vip fix recent Java warnings
(edit) @11357   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11348   7 years Don-vip findbugs - fix some SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11318   7 years Don-vip refactor conflict classes
(edit) @11243   7 years Don-vip see #10387 - fix unit tests
(edit) @11240   7 years Don-vip see #10387 - refactor various actions and commands so they can be used …
(edit) @11140   8 years michael2402 See #13724: Add validation to AddCommand, too.
(edit) @11070   8 years simon04 see #13724 - refactor constructors and add parameters validation to …
(edit) @10970   8 years Don-vip see #13491 - remove unused parameter
(edit) @10948   8 years Don-vip fix #13491 - fix EDT violation (patch by Gerd Petermann, modified)
(edit) @10804   8 years Don-vip fix #13350 - Copy&pasting an object is not considered a change (patch …
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10671   8 years Don-vip see #12472 - fix "MissingCasesInEnumSwitch" warnings
(edit) @10663   8 years Don-vip fix #13223 - Minor command class fixes (patch by michael2402, …
(edit) @10599   8 years Don-vip see #11390 - sonar - squid:S1610 - Java 8: Abstract classes without …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10452   8 years Don-vip fix #13019 - Make commands trigger an implicit layer redraw (patch by …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10250   8 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @10248   8 years Don-vip findbugs - NM_CONFUSING
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10174   8 years Don-vip fix coverity 1354674, 1354675
(edit) @10125   8 years Don-vip refactor classes from corrector package, add javadoc
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9971   8 years Don-vip sonar - use diamond operator when possible (some cases cause …
(edit) @9473   8 years simon04 fix #12343 - Display at most 20 primitives for some confirmation …
(edit) @9377   8 years simon04 Java 7: use Objects.equals and Objects.hash (fixup r9371)
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9243   8 years Don-vip javadoc update
(edit) @9231   8 years Don-vip javadoc update
(edit) @9072   8 years Don-vip partial revert of r9070 - make build run with Java 9 again
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @9062   8 years Don-vip Sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @8975   8 years simon04 fix #12041 - Wrong message in relation member deletion confirmation
(edit) @8961   8 years Don-vip fix #12019 - NPE with ChangePropertyCommand called on objects without …
(edit) @8945   8 years Don-vip fix #12008 - do not create empty commands from tagging preset dialog + …
(edit) @8941   8 years Don-vip fix #12004 - suggest to replace source:maxspeed=UK:* by …
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8914   8 years Don-vip improve unit tests
(edit) @8910   8 years Don-vip add unit test for ConflictAddCommand
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8777   9 years Don-vip Basic Java 9 support: make code compile, and Linux scripts detect it
(edit) @8549   9 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(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) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8460   9 years Don-vip simplify usage of Way.firstNode()
Note: See TracRevisionLog for help on using the revision log.