source: josm/trunk/src/org/openstreetmap/josm/actions/CombineWayAction.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11389   7 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE
(edit) @11114   8 years Don-vip sonar - minor fixes
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10659   8 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10548   8 years simon04 Remove duplicated code Use updateEnabledStateOnCurrentSelection
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(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) @10250   8 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @9983   8 years Don-vip remove unused code
(edit) @9439   8 years simon04 fix #8041 - Relation change bypassing undo system during combine way
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(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) @8919   8 years Don-vip move UserCancelException class in tools package and use it where …
(edit) @8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(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) @8513   9 years Don-vip checkstyle: blocks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8440   9 years Don-vip fix javadoc warnings
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8182   9 years stoecker see #5880 - copy and paste error
(edit) @8181   9 years stoecker fix #5880 - reverse new ways in favour of existing ones
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @7509   10 years stoecker remove tabs
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6679   10 years stoecker see #9110 - fix singular forms, even if they are useless
(edit) @6596   10 years simon04 fix #9509 - allow "Change directions?" (for combining ways) dialog …
(edit) @6507   10 years simon04 fix #9110 - i18n: fix errors in usage of plural forms
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6156   11 years Don-vip fix #8971 - ArrayIndexOutOfBoundsException when combining single node …
(edit) @6130   11 years bastiK see #6963 - converted popups to notifications for all actions in the …
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @5452   12 years Don-vip Code refactorisation on EDT calls
(edit) @5132   12 years simon04 fix #7513 - Warn non-experts when combining ways with conflicting tags …
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4892   12 years stoecker remove deprecation
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @3510   14 years bastiK fix rework [3504] (see #5179)
(edit) @3504   14 years bastiK reworked reverseWay and combineWay such that it can be used by other …
(edit) @3445   14 years bastiK see #5179 (patch by viesturs) - Join overlapping areas produces bad results
(edit) @3409   14 years jttt Use class BooleanProperty so it don't get removed from josm jar and …
(edit) @3230   14 years stoecker fix #4995 - improve area joinging reliability
(edit) @3170   14 years bastiK fixed #4818 - undo after merging two ways being members of relations …
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2573   14 years stoecker applied #4068 - patch by mjulius - fix combine way and way reversing
(edit) @2564   14 years Gubaer Removed code not necessary any more because we have referrer support …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2356   14 years Gubaer applied #3820: patch by hansendc: fix CombineWayAction warning
(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) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2256   15 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @2220   15 years Gubaer fixed #3556: False positive conflicts when merging nodes fixed #3460: …
(edit) @2210   15 years Gubaer fixed #3608: Combining ways with many nodes takes very long to process …
(edit) @2202   15 years Gubaer fixed #3553: Error on join overlapped areas
(edit) @2120   15 years stoecker see #3475 - patch by Petr Dlouhý - code rework for display filtering
(edit) @2101   15 years Gubaer see #3463: Combine ways action breaks relations
(edit) @2100   15 years Gubaer see #3463: Combine ways action breaks relations
(edit) @2099   15 years Gubaer added auto completion to combine way dialog fixed #3461: Value …
(edit) @2095   15 years Gubaer rewrite of MergeNodesAction new: new conflict resolution dialog for …
(edit) @2079   15 years Gubaer fixed #3433: New conflict resolution with way combining prevents any …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2032   15 years stoecker fix #3377 - patch by xeen - removed deprecated calls
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1951   15 years jttt Replace some occurrences of RelationMember.member with getters
(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) @1911   15 years Gubaer fixed #3193: No layer is left highlighted when the bottom most one is …
(edit) @1862   15 years jttt Way refactoring - added method that will in future replace public …
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1820   15 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1817   15 years Gubaer fixed #3018: NullPointerException when starting JOSM & pressing "C"
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1621   15 years stoecker fix #2655 - NPE with empty role
(edit) @1530   15 years framm upload more precise version number in changeset. drop some …
(edit) @1397   15 years stoecker apply patches from xeen for #1977.
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1054   15 years stoecker fixed a lot of the shortcut related translations
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @734   16 years stoecker No longer make a created_by conflict for way or node joining. In case …
(edit) @699   16 years stoecker added patch by Andy Street to reduce creating new ways when …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
Note: See TracRevisionLog for help on using the revision log.