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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11847   7 years Don-vip fix #14618 - add robustness to OsmUrlToBounds.parseDouble
(edit) @11809   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11796   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11779   7 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11745   7 years Don-vip fix #14536 - Improved ExifReader.readTime(), Refactored …
(edit) @11740   7 years Don-vip fix javadoc warnings
(edit) @11739   7 years Don-vip enable more PMD rules
(edit) @11732   7 years Klumbumbus * typo from r11721 * fix #14539 - allow leisure=fitness_centre as …
(edit) @11721   7 years michael2402 Throw exception if clamp cannot produce any valid values.
(edit) @11709   7 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
(edit) @11692   7 years michael2402 Repsect alpha component of mapcss text/halo color, use opacity to multiply.
(edit) @11664   7 years michael2402 Remove redundant isValid check.
(edit) @11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
(edit) @11642   7 years Don-vip fix #14422 - Dynamic NTV2 grids
(edit) @11624   7 years stoecker fix core java bug report
(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) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(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) @11516   7 years Don-vip sonar - fb-contrib:SPP_USE_GET0 - Performance - Method uses …
(edit) @11514   7 years Don-vip fix #14209 - EXIF: prefer DATETIME over DATETIME_DIGITIZED
(edit) @11493   7 years Don-vip see #12627, see #14289 - add non regression unit tests
(edit) @11484   7 years Don-vip fix #14209 - prefer TAG_DATETIME_ORIGINAL (patch by holgermappt, …
(edit) @11472   7 years Don-vip fix #14257 - NPE
(edit) @11454   7 years Don-vip sonar - fb-contrib:NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION - …
(edit) @11435   7 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @11427   7 years Don-vip fix #14185 - see #10511 - robustness when joining algorithm fails …
(edit) @11402   7 years Don-vip sonar - squid:ClassVariableVisibilityCheck - Class variable fields …
(edit) @11399   7 years Don-vip sonar - squid:S2095 - Resources should be closed
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11394   7 years Don-vip simplify preference settings equals handling (already performed by …
(edit) @11389   7 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11378   7 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(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) @11366   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11362   7 years Don-vip fix recent Java warnings
(edit) @11361   7 years bastiK see #10387 - use path winding rule instead of Area.subtract
(edit) @11360   7 years bastiK fixed #10387 - efficiency for "inside(...)" function in MapCSS
(edit) @11340   7 years simon04 fix #13950 see #12030 - Custom interchanged shortcuts are broken
(edit) @11330   7 years Don-vip sonar - fix recent issues
(edit) @11329   7 years simon04 see #13201 - OsmUrlToBounds: also take Geo URLs into account This …
(edit) @11320   7 years wiktorn Better handle of null in readBytesFromStream. See: #14033
(edit) @11319   7 years wiktorn Fix NPE when stream is null (ex. null error stream when no useful …
(edit) @11302   7 years simon04 OsmUrlToBounds: Make getZoom return the previously parsed zoom level …
(edit) @11299   7 years simon04 Use Projection inside OsmUrlToBounds
(edit) @11294   7 years simon04 Fix http://errorprone.info/bugpattern/NarrowingCompoundAssignment
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11266   7 years simon04 see #10387 - Fix build due to r11264
(edit) @11264   7 years bastiK refactor GeoProperty implementation of RightAndLefthandTraffic to …
(edit) @11259   7 years Don-vip see #10387 - see #12914 - add debug info for failing unit test, remove …
(edit) @11256   7 years Don-vip see #10387 - Gibraltar and British Indian Ocean Territory are the only …
(edit) @11252   7 years Don-vip see #10387 - refactor actions to fix taginfo script
(edit) @11250   7 years wiktorn Add response debug printing on HTTP Status code >= 300 Closes: #13961
(edit) @11249   7 years Don-vip fix NPE that occurs with Taginfo script
(edit) @11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @11243   7 years Don-vip see #10387 - fix unit tests
(edit) @11241   7 years Don-vip sonar - fix warnings
(edit) @11224   7 years michael2402 Simplify ExpertToggleAction Make ExpertToggleAction use the listener …
(edit) @11218   7 years Don-vip sonar - fix various recent issues
(edit) @11211   7 years simon04 see #13850 - BugReportQueue output original exception to console Make …
(edit) @11207   7 years simon04 fix #13808 see #12030 - Custom system shortcuts are broken
(edit) @11196   7 years Don-vip fix #13873 - reduce default height of bug report dialog from 899px to 716px
(edit) @11191   7 years Don-vip sonar - fix some recent warnings
(edit) @11180   7 years simon04 fix #13850 - Exceptions handled via BugReport are no longer written to …
(edit) @11173   7 years simon04 Shortcut.findShortcut: return Optional object
(edit) @11172   7 years simon04 Simplify Shortcut#doInit using steams
(edit) @11170   7 years simon04 fix #13808 see #12030 - Custom shortcuts are broken
(edit) @11165   7 years simon04 see #13318 - more concise logging output
(edit) @11162   7 years bastiK fixed #6664 - use XDG Base Directory Specification on Linux If …
(edit) @11156   7 years bastiK rework/simplify inheritance structure of PlatformHook …
(edit) @11122   8 years simon04 fix #12030 - ConcurrentModificationException in findShortcut Use a …
(edit) @11107   8 years Don-vip sonar - squid:S2189 - Loops should not be infinite
(edit) @11102   8 years Don-vip add more unit tests
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11096   8 years Don-vip sonar - squid:S3725 - Java 8's Files.exists should not be used (The …
(edit) @11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
(edit) @11057   8 years simon04 Template engine: fix string representations
(edit) @11056   8 years michael2402 Utils#clamp(): Fix since tag.
(edit) @11055   8 years michael2402 Fix #13703: Allow mouse wheel to change visibility slider value.
(edit) @11048   8 years Don-vip sonar
(edit) @11035   8 years simon04 see #13376 - Replace Calendar usages with Java 8 Date API
(edit) @11021   8 years Don-vip clear image provider cache before/after integration tests. The …
(edit) @11018   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @11003   8 years simon04 fix #11975 - Evaluate extended Overpass queries bbox, geocodeArea
(edit) @10985   8 years Don-vip code cleanup/simplification
(edit) @10983   8 years Don-vip fix #13609 - --version and --help are too verbose
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10939   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @10936   8 years Don-vip sonar
(edit) @10931   8 years Don-vip fix #13513 - Registers a protocol handler for data: URLs allowing to …
(edit) @10902   8 years Don-vip fix #13318 - fix bug report (patch by michael2402) - gsoc-core
(edit) @10899   8 years Don-vip fix #13318 - Clean up program startup (parameters, logging) - patch by …
(edit) @10895   8 years Don-vip see #13232 - remove/exclude unused classes
Note: See TracRevisionLog for help on using the revision log.