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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12031   7 years Don-vip add Node.getParentWays()
(edit) @11993   7 years Don-vip fix #5144 - Cannot draw new ways when filter is active (patch by …
(edit) @11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
(edit) @11978   7 years Don-vip improve coverage and javadoc of enum classes for package actions
(edit) @11922   7 years Don-vip javadoc
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11913   7 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11889   7 years Don-vip PMD - fix some InefficientEmptyStringCheck (new in PMD 5.5.5)
(edit) @11885   7 years Don-vip add basic unit tests for MergeLayerAction + improve javadoc, code cleanup
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11869   7 years Don-vip findbugs - RI_REDUNDANT_INTERFACES
(edit) @11849   7 years Don-vip see #14604 - sonar - squid:S1596 - "Collections.EMPTY_LIST", …
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11836   7 years bastiK fixed #14604 - Error on import
(edit) @11822   7 years michael2402 See #14528: Revert join areas algorithm to old version for 17.03 release.
(edit) @11809   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11784   7 years Don-vip fix #13922 - fix GPX and Note download area computation
(edit) @11774   7 years Don-vip fix #13922 - zoom only once when downloading several data types
(edit) @11770   7 years stoecker see #14142 - fix another help link
(edit) @11767   7 years stoecker fix JavaBug
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11743   7 years Don-vip fix #13922 - make sure Download*InViewAction download their …
(edit) @11739   7 years Don-vip enable more PMD rules
(edit) @11737   7 years Don-vip fix #5262 - do not change selection after splitting a way in "draw …
(edit) @11735   7 years Don-vip fix #5092 - Synchronization issue with nodes deleted on server
(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) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11711   7 years Don-vip fix #13139 - catch IllegalStateException
(edit) @11709   7 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
(edit) @11708   7 years bastiK make "Discourage/encourage upload" a checkbox menu entry
(edit) @11658   7 years Don-vip fix #13922 - Add (expert) option to not zoom to the new downloaded data
(edit) @11657   7 years Don-vip fix #14451 - Local imagery toolbar buttons disappear on restart
(edit) @11654   7 years Don-vip fix #14450 - Cannot add local imagery to toolbar
(edit) @11652   7 years Don-vip FindBugs - ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
(edit) @11650   7 years Don-vip FindBugs - MS_MUTABLE_COLLECTION
(edit) @11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
(edit) @11645   7 years Don-vip fix #14157 - NPE opening a session
(edit) @11643   7 years bastiK make it compile in Netbeans
(edit) @11635   7 years Don-vip see #12313 - fix unit tests properly
(edit) @11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
(edit) @11626   7 years Don-vip see #12313 - fix NPE, checkstyle violations and two failing unit tests
(edit) @11625   7 years stoecker fix #12313 - make eli-best and other texts available as tooltip in …
(edit) @11621   7 years Don-vip checkstyle - fix CommentsIndentation errors
(edit) @11620   7 years Don-vip checkstyle - enable CatchParameterName rule
(edit) @11613   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11611   7 years Don-vip fix #14123 - On first startup: Registered toolbar action overwritten
(edit) @11610   7 years Don-vip fix #13955 - Keystroke shift pressed ESCAPE is already assigned
(edit) @11601   7 years Don-vip error-prone: fix FallThrough errors
(edit) @11590   7 years Don-vip see #11924 - remove workarounds for jdk9 compilation problems with …
(edit) @11554   7 years Don-vip fix #14356 - make sure that workaround for JDK-6322854 is used everywhere
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11542   7 years stoecker null colors never worked in preferences and don't make much sense
(edit) @11538   7 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11534   7 years Don-vip sonar - fb-contrib:FCBL_FIELD_COULD_BE_LOCAL - Correctness - Class …
(edit) @11531   7 years stoecker unify defaults (remove warning)
(edit) @11502   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11498   7 years Don-vip status report: Remove jnlpx.vmargs (base64 encoded copy of VM …
(edit) @11495   7 years Don-vip extract DrawAction.SnapHelper to a new class
(edit) @11488   7 years michael2402 Fix #14229: Create notification in UI thread.
(edit) @11481   7 years Don-vip sonar - squid:S3518 - Zero should not be a possible denominator
(edit) @11464   7 years Klumbumbus fix #14243 - typo in tool tip
(edit) @11462   7 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11453   7 years Don-vip sonar - fb-contrib:BED_BOGUS_EXCEPTION_DECLARATION - Correctness - Non …
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11447   7 years Don-vip fix #14217 - replace recursive filter parsing by iterative approach to …
(edit) @11446   7 years stoecker add search option to find deleted objects (e.g. to purge them)
(edit) @11421   7 years stoecker fix #13919 - image size mismatch
(edit) @11419   7 years stoecker fix #14164, typo in preferences string - patch by ToeBee
(edit) @11402   7 years Don-vip sonar - squid:ClassVariableVisibilityCheck - Class variable fields …
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11393   7 years Don-vip code style
(edit) @11389   7 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE
(edit) @11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(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) @11348   7 years Don-vip findbugs - fix some SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11343   7 years Don-vip findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some …
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11329   7 years simon04 see #13201 - OsmUrlToBounds: also take Geo URLs into account This …
(edit) @11315   7 years Don-vip findbugs - UC_USELESS_OBJECT
(edit) @11301   7 years simon04 Jump to Position: automatically paste URL from clipboard Also, use …
(edit) @11300   7 years simon04 Jump to Position: focus first input, select text in textfield on focus
(edit) @11290   7 years simon04 see #14025 - Merge layer: log duration
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11286   7 years michael2402 Fix #14008: Do not break loop.
(edit) @11279   7 years michael2402 Make paste (Ctrl+V) support all urls that are supported by …
(edit) @11278   7 years Don-vip improve test coverage
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11257   7 years wiktorn Make DefaultLayer a type that can have layerName and tileMatrixSet As …
(edit) @11252   7 years Don-vip see #10387 - refactor actions to fix taginfo script
(edit) @11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @11240   7 years Don-vip see #10387 - refactor various actions and commands so they can be used …
(edit) @11224   7 years michael2402 Simplify ExpertToggleAction Make ExpertToggleAction use the listener …
(edit) @11219   7 years wiktorn Use all information from wms_endpoint definition. After the user …
Note: See TracRevisionLog for help on using the revision log.