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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12487   7 years bastiK add null checks (see #14877)
(edit) @12486   7 years bastiK see #15013, see #14877 - remember projection when session is saved to …
(edit) @12475   7 years Don-vip see #15012 - checkstyle + javadoc
(edit) @12472   7 years Don-vip see #15016 - avoid spurious remotecontrol warnings with empty parameters
(edit) @12470   7 years bastiK see #14794 - javadoc
(edit) @12469   7 years Don-vip fix #15012 - Support WMS endpoint in Imagery -> Rectified Image
(edit) @12462   7 years Don-vip fix #15003 - NPE at JavaFxMediaPlayer.speed
(edit) @12458   7 years Don-vip see #10033 - remove workaround for IE (not needed anymore for IE11 on …
(edit) @12439   7 years Don-vip fix #14974 - geojson export: use Polygon only for closed ways
(edit) @12435   7 years Don-vip sonar - pmd:SimpleDateFormatNeedsLocale
(edit) @12434   7 years Don-vip sonar - squid:UndocumentedApi
(edit) @12429   7 years Don-vip see #11924 - fix javadoc warnings with java 9
(edit) @12427   7 years Don-vip fix "bad HTML entity" javadoc warnings
(edit) @12426   7 years Don-vip see #14924 - remove useless <CR><LF> from javadoc
(edit) @12424   7 years Don-vip see #14924 - support NMEA GLL sentence
(edit) @12423   7 years Don-vip see #14924 - support NMEA IN and EC talker IDs, found in gpsd
(edit) @12422   7 years Don-vip fix #14924 - fix NPE when reading NMEA files starting with a (0,0) …
(edit) @12421   7 years Don-vip see #14924 - improve NMEA documentation thanks to gpsd
(edit) @12414   7 years Don-vip fix more SonarQube issues
(edit) @12413   7 years Don-vip fix some SonarQube issues
(edit) @12328   7 years Don-vip fix #2089 - Add support for MP3, AIFF and AAC audio codecs (.mp3, …
(edit) @12326   7 years Don-vip see #2089 - move audio classes to their own package (more to come) - …
(edit) @12286   7 years Don-vip fix #14868 - Add support import *.jpeg images
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12267   7 years Don-vip sonar - fix various recent violations
(edit) @12259   7 years bastiK see #14794 - javadoc
(edit) @12253   7 years Don-vip findbugs - NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
(edit) @12244   7 years Don-vip see #11924 - simplify DNSName copy by using reflection
(edit) @12241   7 years Don-vip see #11924, see #14649 - java 9 does not seem to include Dutch …
(edit) @12200   7 years Don-vip fix #14811 - NPE
(edit) @12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @12138   7 years Don-vip improve unit tests of OsmReader
(edit) @12136   7 years Don-vip fix #14788 - add robustness against invalid coordinates in .osm files
(edit) @12134   7 years bastiK see #14773 - improve session export/import for imagery layer offset data
(edit) @12112   7 years Don-vip catch NoSuchMethodError for outdated plugin file importers
(edit) @12092   7 years Don-vip fix #14761 - Deleted featured are not removed from geojson
(edit) @12087   7 years Don-vip fix #14754 - avoid silent failure with invalid lat/lon coordinates in …
(edit) @12075   7 years Don-vip fix PMD warning
(edit) @12065   7 years michael2402 More ds.beginUpdate()/endUpdate() try/finally fixes, checked all calls …
(edit) @12059   7 years stoecker fix silent import error for NMEA data
(edit) @12019   7 years Don-vip do not output visible attribute when saving upload=no/never XML files
(edit) @11987   7 years Don-vip checkstyle
(edit) @11984   7 years stoecker improve overpass API rate limit message, fix wrong timeout error message
(edit) @11975   7 years stoecker see #14655 - implement nearly all features in ELI sync XML output
(edit) @11969   7 years Don-vip fix #14671 - Make sure we don't run the API call many times after …
(edit) @11952   7 years stoecker fix #14717 - fix remote control help request
(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) @11924   7 years Don-vip see #14653 - fix NoSuchMethodException
(edit) @11919   7 years Don-vip see #14653 - refactor AbstractReader
(edit) @11918   7 years Don-vip see #14653 - make enum type public
(edit) @11916   7 years Don-vip see #14653 - add support for multiple Overpass API output formats
(edit) @11913   7 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11903   7 years stoecker drop StartCom as Chrome does no longer trust it even for older certs
(edit) @11884   7 years stoecker see #7427 - drop old attribute
(edit) @11879   7 years Don-vip findbugs - EI_EXPOSE_REP
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11856   7 years Don-vip sonar - fb-contrib:IOI_DOUBLE_BUFFER_COPY - Performance - Method …
(edit) @11851   7 years Don-vip sonar - squid:S1444 - "public static" fields should be constant
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11809   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11795   7 years Don-vip fix #14579 - Assertion error when saving a modified session
(edit) @11768   7 years stoecker catch one more exception in NMEA reader
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11709   7 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
(edit) @11702   7 years Don-vip more usages of Utils.clamp
(edit) @11675   7 years Don-vip update to error_prone 2.0.18
(edit) @11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
(edit) @11645   7 years Don-vip fix #14157 - NPE opening a session
(edit) @11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
(edit) @11620   7 years Don-vip checkstyle - enable CatchParameterName rule
(edit) @11589   7 years Don-vip fix #14391 - robustness to Linux systems preventing file watcher to …
(edit) @11587   7 years Don-vip checkstyle - enable BooleanExpressionComplexity / 6
(edit) @11575   7 years stoecker see #12313 - add best marking and show it in image preferences
(edit) @11570   7 years stoecker add date field to imagery definition, allow to select mirror layers in …
(edit) @11567   7 years Don-vip findbugs - PZLA_PREFER_ZERO_LENGTH_ARRAYS
(edit) @11560   7 years Don-vip fix #14364 - Overpass wizard geocoding doesn't interpret Nominatim …
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11544   7 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11533   7 years Don-vip fix regression from r11516 - get() does not throw the same exception …
(edit) @11532   7 years stoecker see #9210 - remove interim imagery blacklist solution, the api now has …
(edit) @11523   7 years Don-vip capabilities: update javadoc to new default values, code cleanup
(edit) @11522   7 years Don-vip sonar - fb-contrib:NAB_NEEDLESS_BOXING_VALUEOF - Performance - Method …
(edit) @11518   7 years Don-vip sonar - fb-contrib:NAB_NEEDLESS_BOXING_PARSE - Performance - Method …
(edit) @11516   7 years Don-vip sonar - fb-contrib:SPP_USE_GET0 - Performance - Method uses …
(edit) @11510   7 years Don-vip sonar - fb-contrib:ACEM_ABSTRACT_CLASS_EMPTY_METHODS
(edit) @11493   7 years Don-vip see #12627, see #14289 - add non regression unit tests
(edit) @11480   7 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @11456   7 years Don-vip sonar - squid:S2095 - Resources should be closed
(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) @11435   7 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(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
Note: See TracRevisionLog for help on using the revision log.