source: josm/trunk/src/org/openstreetmap/josm/command/DeleteCommand.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @12869   7 years Don-vip see #15229 - see #15182 - SonarQube - squid:S2444 - make static fields …
(edit) @12828   7 years Don-vip see #15229 - see #15182 - see #13036 - convert SplitWayAction to …
(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) @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) @12718   7 years Don-vip see #13036 - see #15229 - see #15182 - make Commands depends only on …
(edit) @12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12348   7 years michael2402 See #13036: Add more consistency checks to move / delete command.
(edit) @11590   7 years Don-vip see #11924 - remove workarounds for jdk9 compilation problems with …
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11240   7 years Don-vip see #10387 - refactor various actions and commands so they can be used …
(edit) @10663   8 years Don-vip fix #13223 - Minor command class fixes (patch by michael2402, …
(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) @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) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(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) @9062   8 years Don-vip Sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8777   9 years Don-vip Basic Java 9 support: make code compile, and Linux scripts detect it
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(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()
(edit) @8456   9 years Don-vip see #11508 - override hashCode() and equals() in other commands as well
(edit) @8388   9 years Don-vip performance - use of EnumMap / EnumSet
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @7675   9 years Don-vip see #10680 - detect invalid delete commands earlier
(edit) @7024   10 years Don-vip sonar - Variables should not be declared and then immediately returned …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6901   10 years Don-vip see #3764 - make UI messages copy-able (patch by simon04)
(edit) @6881   10 years Don-vip javadoc/code style/minor refactorization
(edit) @6639   10 years simon04 fix #9544 - Skip nodes outside of download area for …
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @5612   11 years Don-vip see #6178 - Makes DeleteCommand use ChangeNodesCommand instead of …
(edit) @5409   12 years Don-vip see #7934 - forgot this file in previous commit due to a method …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5077   12 years xeen Bring area icon to most (all?) places in core. Fixes #6318 (related: #7036)
(edit) @5060   12 years simon04 fix #7470 - tune warning of nodes out of downloaded bbox
(edit) @5059   12 years simon04 fix #6561 - fix several overflowing dialog texts
(edit) @4918   12 years simon04 fix #7370 - Refactor Command.getDescription
(edit) @4677   12 years simon04 fix #3423 - Warn when deleting a large relation
(edit) @4458   13 years simon04 fix #3951 - user should be warned when unglue-ing two ways outside the …
(edit) @4325   13 years xeen fix deleteWithReference not being silent when asked to
(edit) @4322   13 years xeen Changeset @4320 could create broken ways with only 1 node. This is a …
(edit) @4320   13 years xeen delete way segment would delete whole way if is short
(edit) @3431   14 years bastiK added purge action (some testing would be welcome)
(edit) @3392   14 years jttt Allow SplitWayAction to work also when some non related ways are selected.
(edit) @3336   14 years stoecker #close #5135 - allow undeleting without recreating object - patch by …
(edit) @3317   14 years stoecker allow to search incomplete elements again
(edit) @3262   14 years bastiK extended command list dialog; added inspection panel
(edit) @3152   14 years Gubaer SplitWayAction slightly refactored, going to need this somewhere else
(edit) @3055   14 years jttt In DeleteCommand remove references first and then do the deleting (to …
(edit) @2844   14 years mjulius fix messages for commands
(edit) @2769   14 years stoecker fixed typo
(edit) @2565   14 years Gubaer Removed BackReferenceDataSet and CollectBackReferenceVisitor because …
(edit) @2521   14 years jttt Fixed #3704 Relation memberships are not handled at all when a way is …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2468   14 years stoecker remove ViewID, fix typo, i18n update
(edit) @2414   14 years Gubaer Removed methods made @deprecated in r2411.
(edit) @2333   14 years Gubaer fixed #3753: Merging the ends of two node ways produces corrupt way
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(edit) @2308   14 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2296   15 years stoecker see #3703 - patch by Daeron - deleting way segment cleanup
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2173   15 years Gubaer see #3557: Nodes not linked to their ways after combine (was: when …
(edit) @2166   15 years stoecker see #3475 - patch by Petr Dlouhý - improve speed
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2054   15 years Gubaer applied #3389: patch by podolsir: "delete confirmation" message …
(edit) @2026   15 years Gubaer applied #2163: patch by xeen: for delete-command mouse-icons
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @1990   15 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
(edit) @1989   15 years Gubaer fixed #3281: OsmPrimitiveType fails for fusional and/or agglutinative …
(edit) @1937   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1930   15 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1925   15 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1924   15 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
(edit) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1856   15 years Gubaer improved deleting relations
(edit) @1838   15 years Gubaer new: two utility classes in GUI subsystem: OptionPaneUtil and …
(edit) @1826   15 years stoecker fixed exception
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1656   15 years Gubaer fixed #2707: Deleting a way with new nodes produces invalid osm file
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(edit) @1499   15 years stoecker close #2302 - patch by jttt - optimizations and encapsulation
(edit) @1463   15 years stoecker delete start/end node of closed way correctly
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1397   15 years stoecker apply patches from xeen for #1977.
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1047   15 years cbrill [Cleanup] Remove unused imports and unused variables, part 2 This …
Note: See TracRevisionLog for help on using the revision log.