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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
(edit) @12146   7 years Don-vip remove symbol font entry, already defined
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12130   7 years Don-vip see #11924 - do not try old workaround with java 9 (pollutes console …
(edit) @12124   7 years Don-vip fix #13855 - abort HTTPS certificate setup if JDK-8172244 occurs
(edit) @12123   7 years Don-vip see #14741 - proper registration of application name on macOS
(edit) @12090   7 years Don-vip fix #14756 - Download dialog should also parse URLs which dont contain …
(edit) @12015   7 years Don-vip see #11889 - fix javadoc warnings
(edit) @12013   7 years bastiK see #11889 - backport improved version of Math.toDegrees and …
(edit) @11974   7 years Don-vip add unit tests, javadoc
(edit) @11972   7 years bastiK see #7427 - remove obsolete code
(edit) @11971   7 years Don-vip javadoc
(edit) @11954   7 years bastiK see #7427 - fix seams for reprojected tiles
(edit) @11944   7 years Don-vip see #14649 - fix @since
(edit) @11943   7 years Don-vip fix #14649 - load Dutch Government (G2 & G3) certificates from Windows …
(edit) @11939   7 years Don-vip add missing default fonts from Windows 8.1+
(edit) @11929   7 years Don-vip PMD - disable "InefficientEmptyStringCheck"
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11915   7 years bastiK see #7427 - run consistency test in debug mode
(edit) @11897   7 years bastiK see #7427 - optimize warp transformaion performance problems should …
(edit) @11896   7 years bastiK see #7427 - clean up comment
(edit) @11895   7 years bastiK see #7427 - avoid code duplication (loop over colors)
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11891   7 years Don-vip see #7427 - sonar - squid:S1226 - Method parameters, caught exceptions …
(edit) @11879   7 years Don-vip findbugs - EI_EXPOSE_REP
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11866   7 years Don-vip see #7427 - PMD
(edit) @11864   7 years Don-vip see #7427 - sonar - squid:UselessImportCheck - Useless imports should …
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(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 …
Note: See TracRevisionLog for help on using the revision log.