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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12278   8 years Don-vip see #14821 - update java version numbers
(edit) @12276   8 years Don-vip sonar - squid:S2189 - Loops should not be infinite
(edit) @12269   8 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
(edit) @12268   8 years Don-vip see #11924 - fix macOS dock icon with Java 9
(edit) @12267   8 years Don-vip sonar - fix various recent violations
(edit) @12241   8 years Don-vip see #11924, see #14649 - java 9 does not seem to include Dutch …
(edit) @12239   8 years Don-vip fix Java package version detection on localized rpm-based systems …
(edit) @12238   8 years Don-vip see #11924 - make the JRE expiration date detection system work with Java 9
(edit) @12225   9 years Don-vip findbugs - DP_DO_INSIDE_DO_PRIVILEGED
(edit) @12223   9 years Don-vip fix javadoc warnings
(edit) @12219   9 years Don-vip see #14652 - ask Windows/macOS users to update their version of Java …
(edit) @12218   9 years Don-vip code cleanup - catch ReflectiveOperationException when possible
(edit) @12217   9 years Don-vip see #14821 - workaround for JDK-8180379/JDK-8179014 : prevent JVM …
(edit) @12192   9 years michael2402 Fix some Sonar warnings for ListenableWeakReference
(edit) @12181   9 years michael2402 Add a new ListenableWeakReference. Use it to not lose references to …
(edit) @12161   9 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
(edit) @12146   9 years Don-vip remove symbol font entry, already defined
(edit) @12131   9 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12130   9 years Don-vip see #11924 - do not try old workaround with java 9 (pollutes console …
(edit) @12124   9 years Don-vip fix #13855 - abort HTTPS certificate setup if JDK-8172244 occurs
(edit) @12123   9 years Don-vip see #14741 - proper registration of application name on macOS
(edit) @12090   9 years Don-vip fix #14756 - Download dialog should also parse URLs which dont contain …
(edit) @12015   9 years Don-vip see #11889 - fix javadoc warnings
(edit) @12013   9 years bastiK see #11889 - backport improved version of Math.toDegrees and …
(edit) @11974   9 years Don-vip add unit tests, javadoc
(edit) @11972   9 years bastiK see #7427 - remove obsolete code
(edit) @11971   9 years Don-vip javadoc
(edit) @11954   9 years bastiK see #7427 - fix seams for reprojected tiles
(edit) @11944   9 years Don-vip see #14649 - fix @since
(edit) @11943   9 years Don-vip fix #14649 - load Dutch Government (G2 & G3) certificates from Windows …
(edit) @11939   9 years Don-vip add missing default fonts from Windows 8.1+
(edit) @11929   9 years Don-vip PMD - disable "InefficientEmptyStringCheck"
(edit) @11921   9 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11915   9 years bastiK see #7427 - run consistency test in debug mode
(edit) @11897   9 years bastiK see #7427 - optimize warp transformaion performance problems should …
(edit) @11896   9 years bastiK see #7427 - clean up comment
(edit) @11895   9 years bastiK see #7427 - avoid code duplication (loop over colors)
(edit) @11893   9 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11891   9 years Don-vip see #7427 - sonar - squid:S1226 - Method parameters, caught exceptions …
(edit) @11879   9 years Don-vip findbugs - EI_EXPOSE_REP
(edit) @11878   9 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11866   9 years Don-vip see #7427 - PMD
(edit) @11864   9 years Don-vip see #7427 - sonar - squid:UselessImportCheck - Useless imports should …
(edit) @11858   9 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11847   9 years Don-vip fix #14618 - add robustness to OsmUrlToBounds.parseDouble
(edit) @11809   9 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11796   9 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11779   9 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(edit) @11747   9 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11746   9 years Don-vip PMD - Strict Exceptions
(edit) @11745   9 years Don-vip fix #14536 - Improved ExifReader.readTime(), Refactored …
(edit) @11740   9 years Don-vip fix javadoc warnings
(edit) @11739   9 years Don-vip enable more PMD rules
(edit) @11732   9 years Klumbumbus * typo from r11721 * fix #14539 - allow leisure=fitness_centre as …
(edit) @11721   9 years michael2402 Throw exception if clamp cannot produce any valid values.
(edit) @11709   9 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
(edit) @11692   9 years michael2402 Repsect alpha component of mapcss text/halo color, use opacity to multiply.
(edit) @11664   9 years michael2402 Remove redundant isValid check.
(edit) @11649   9 years Don-vip sonar - pmd:UseStringBufferForStringAppends
(edit) @11642   9 years Don-vip fix #14422 - Dynamic NTV2 grids
(edit) @11624   9 years stoecker fix core java bug report
(edit) @11620   9 years Don-vip checkstyle - enable CatchParameterName rule
(edit) @11613   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11611   9 years Don-vip fix #14123 - On first startup: Registered toolbar action overwritten
(edit) @11553   9 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11538   9 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
(edit) @11535   9 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11516   9 years Don-vip sonar - fb-contrib:SPP_USE_GET0 - Performance - Method uses …
(edit) @11514   9 years Don-vip fix #14209 - EXIF: prefer DATETIME over DATETIME_DIGITIZED
(edit) @11493   9 years Don-vip see #12627, see #14289 - add non regression unit tests
(edit) @11484   9 years Don-vip fix #14209 - prefer TAG_DATETIME_ORIGINAL (patch by holgermappt, …
(edit) @11472   9 years Don-vip fix #14257 - NPE
(edit) @11454   9 years Don-vip sonar - fb-contrib:NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION - …
(edit) @11435   9 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @11427   9 years Don-vip fix #14185 - see #10511 - robustness when joining algorithm fails …
(edit) @11402   9 years Don-vip sonar - squid:ClassVariableVisibilityCheck - Class variable fields …
(edit) @11399   9 years Don-vip sonar - squid:S2095 - Resources should be closed
(edit) @11397   9 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11394   9 years Don-vip simplify preference settings equals handling (already performed by …
(edit) @11389   9 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE
(edit) @11381   9 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11378   9 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @11376   9 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @11374   9 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11366   9 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11362   9 years Don-vip fix recent Java warnings
(edit) @11361   9 years bastiK see #10387 - use path winding rule instead of Area.subtract
(edit) @11360   9 years bastiK fixed #10387 - efficiency for "inside(...)" function in MapCSS
(edit) @11340   9 years simon04 fix #13950 see #12030 - Custom interchanged shortcuts are broken
(edit) @11330   9 years Don-vip sonar - fix recent issues
(edit) @11329   9 years simon04 see #13201 - OsmUrlToBounds: also take Geo URLs into account This …
(edit) @11320   9 years wiktorn Better handle of null in readBytesFromStream. See: #14033
(edit) @11319   9 years wiktorn Fix NPE when stream is null (ex. null error stream when no useful …
(edit) @11302   9 years simon04 OsmUrlToBounds: Make getZoom return the previously parsed zoom level …
(edit) @11299   9 years simon04 Use Projection inside OsmUrlToBounds
(edit) @11294   9 years simon04 Fix http://errorprone.info/bugpattern/NarrowingCompoundAssignment
(edit) @11288   9 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11277   9 years Don-vip sonar - fix recently added warnings
(edit) @11266   9 years simon04 see #10387 - Fix build due to r11264
(edit) @11264   9 years bastiK refactor GeoProperty implementation of RightAndLefthandTraffic to …
Note: See TracRevisionLog for help on using the revision log.