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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11822   7 years michael2402 See #14528: Revert join areas algorithm to old version for 17.03 release.
(edit) @11767   7 years stoecker fix JavaBug
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11731   7 years michael2402 Clean icon drawing code style.
(edit) @11729   7 years michael2402 Fix #10511: Use new algorithm to check which side of the way is the …
(edit) @11611   7 years Don-vip fix #14123 - On first startup: Registered toolbar action overwritten
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11402   7 years Don-vip sonar - squid:ClassVariableVisibilityCheck - Class variable fields …
(edit) @11376   7 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11315   7 years Don-vip findbugs - UC_USELESS_OBJECT
(edit) @11252   7 years Don-vip see #10387 - refactor actions to fix taginfo script
(edit) @11240   7 years Don-vip see #10387 - refactor various actions and commands so they can be used …
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10457   8 years Don-vip fix #13033 - JoinAreasActionTest: Do not set status line (patch by …
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(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) @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) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10174   8 years Don-vip fix coverity 1354674, 1354675
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9295   8 years simon04 Fixup r9293
(edit) @9293   8 years simon04 Fixup r9290
(edit) @9290   8 years simon04 Refactoring (use OsmPrimitive#removeAll)
(edit) @9243   8 years Don-vip javadoc update
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(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) @8955   8 years simon04 fix #11992 see #10730 - Joining Overlapping Areas results in …
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8919   8 years Don-vip move UserCancelException class in tools package and use it where …
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8486   9 years Don-vip Remove unused method parameter(s) in private methods
(edit) @8460   9 years Don-vip simplify usage of Way.firstNode()
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8357   9 years Don-vip fix some Findbugs violations
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7989   9 years Don-vip fix #11026 - NPE when joining areas (regression from r7987)
(edit) @7987   9 years Don-vip update presets lang, update Groovy, remove deprecated stuff, fix some …
(edit) @7534   10 years Don-vip see #10511 - add unit test
(edit) @7052   10 years Balaitous fix #9951 - "Join Overlapping Areas" gives strange multipolygons
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6987   10 years Don-vip sonar - fix some more issues
(edit) @6977   10 years Don-vip fix some sonar issues recently introduced
(edit) @6976   10 years Balaitous fix #7959: join areas exception
(edit) @6913   10 years akks see #9832: move tags from ways to the multipolygons created by Shift-J
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6639   10 years simon04 fix #9544 - Skip nodes outside of download area for …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6378   10 years Don-vip Sonar/Findbugs - fix various violations, javadoc
(edit) @6367   10 years Don-vip Sonar/Findbugs - unused code
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6130   11 years bastiK see #6963 - converted popups to notifications for all actions in the …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6049   11 years akks see #8851: fix some bugs in joining areas and adding intersections …
(edit) @5947   11 years Don-vip fix #8692 - Handle null DeleteCommands in JoinAreaAction and …
(edit) @5903   11 years stoecker fix javadoc
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5698   11 years bastiK fix problem with making multisplitpanelayout persistent (avoid loop …
(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) @4958   12 years stoecker fix remaining shortcut deprecations
(edit) @4458   13 years simon04 fix #3951 - user should be warned when unglue-ing two ways outside the …
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4045   13 years stoecker fix #6097 - i18n issues
(edit) @3844   13 years stoecker see #5899 - support different display of closed ways and areas
(edit) @3717   13 years bastiK fixed #5728 (patch by Larry0ua) - Rectifying newly-merged polygons
(edit) @3683   13 years bastiK #5611 - Error for JoinAreas
(edit) @3650   13 years bastiK applied #5599 (patch by extropy) - Join areas speed improvement
(edit) @3636   13 years bastiK see #5577 (patch by extropy) - Move some methods and make them public …
(edit) @3595   14 years bastiK applied #5179 (patch by bilbo) - Join overlapping areas / Separate …
(edit) @3554   14 years bastiK see #5179 (patch by viesturs) - improve join areas
(edit) @3449   14 years bastiK see #5179 (patch by viesturs) - Fixed "nothing changed" popup (Join …
(edit) @3445   14 years bastiK see #5179 (patch by viesturs) - Join overlapping areas produces bad results
(edit) @3383   14 years jttt Fix #5269 JoinAreasAction
(edit) @3230   14 years stoecker fix #4995 - improve area joinging reliability
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2906   14 years mjulius remove OsmPrimitive.entrySet() using keySet()/get() or getKeys() instead
(edit) @2842   14 years mjulius fix messages for actions
Note: See TracRevisionLog for help on using the revision log.