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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17375   3 years GerdP fix #20163: Split way corrupts relation when splitting via way - if …
(edit) @17367   3 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17365   3 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17362   3 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17359   3 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17358   3 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17282   3 years GerdP see #20005: DataIntegrityProblemException: Deleted member referenced …
(edit) @17242   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17240   4 years GerdP fix #14620: DataIntegrityProblemException: Deleted node referenced …
(edit) @17226   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17207   4 years GerdP fix @since xxx
(edit) @17205   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17199   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17163   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17138   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17102   4 years GerdP fix #19881: Poor performance in delete action - avoids a repeated …
(edit) @17093   4 years simon04 Use Collection.addAll
(edit) @16968   4 years simon04 fix #14200 - Warn when moving elements by a large distance
(edit) @16800   4 years Klumbumbus see #15240 - Change some png icons to svg: - dialogs/duplicatelayer, …
(edit) @16781   4 years GerdP fix #19432: Split way: AIOOB: Problem with member check with duplicate …
(edit) @16681   4 years simon04 fix #19407 - SequenceCommand: catch throwable in sequence command and …
(edit) @16630   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @16573   4 years simon04 fix #19056 - Add SequenceCommand.wrapIfNeeded (patch by taylor.smock)
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16513   4 years GerdP fix #19121: JosmAction.checkAndConfirmOutlyingOperation() should also …
(edit) @16436   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16369   4 years GerdP see #19121: JosmAction.checkAndConfirmOutlyingOperation() should also …
(edit) @16365   4 years GerdP fix #19121: JosmAction.checkAndConfirmOutlyingOperation() should also …
(edit) @16302   4 years GerdP see #18863:split ways: false positive warnings about missing members …
(edit) @16242   4 years GerdP fix #18863: split ways: false positive warnings about missing members …
(edit) @16200   4 years GerdP see #18863 split ways: false positive warnings about missing members …
(edit) @16187   4 years Don-vip fix #18962 - introduce DataSet.update to avoid repetitive …
(edit) @16119   4 years Don-vip fix #18928 - fix various crashes with empty ways
(edit) @15943   4 years GerdP see #18596 Fix relation ordering after split-way Patch by JeroenHoek, …
(edit) @15905   4 years simon04 Use Collections.singletonMap
(edit) @15874   4 years GerdP see #18728: Join overlapping Areas is slow when combining many …
(edit) @15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15444   5 years Don-vip fix #18212, see #4088, see #4155 - don't override modified flag of …
(edit) @15418   5 years Don-vip fix #14253 - Highlight affected relation members in role validation …
(edit) @15390   5 years Don-vip remove deprecated code
(edit) @15362   5 years Don-vip fix #18088 - see #18006 - Allow splitting a connectivity/restriction …
(edit) @15324   5 years Don-vip see #18035 - validate arguments in SelectCommand constructor
(edit) @15276   5 years Don-vip fix #17931, see #18006 - Don't break connectivity relations when …
(edit) @15186   5 years Don-vip fix #17810 - incompletely downloaded turn restrictions sometimes break …
(edit) @15078   5 years Don-vip fix #17718 - Make it easier to add specially treated relations to …
(edit) @15077   5 years Don-vip fix forgotten @since xxx
(edit) @15013   5 years Don-vip remove duplicated code
(edit) @15000   5 years Don-vip fix #17503 - NPE
(edit) @14654   5 years simon04 Deprecate OsmPrimitive.getFilteredList/getFilteredSet in favour of …
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14283   6 years Don-vip see #12726 - add new getters in {Change,Sequence}Command
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14143   6 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @13852   6 years Don-vip SonarQube - fix more code issues
(edit) @13513   6 years Don-vip fix #16078 - avoid NPE in PurgeCommand with null relations
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13420   6 years bastiK fixed #11607 - RangeViolatedError: the new range must be within a …
(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 …
Note: See TracRevisionLog for help on using the revision log.