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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @11312   7 years Don-vip findbugs - OS_OPEN_STREAM
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11262   7 years simon04 fix #13982 - Wrong links to OSM website if different API is used
(edit) @11195   7 years wiktorn Do not remove cache file if the file is local. Local files accessed …
(edit) @11194   7 years Don-vip fix #13872 - use authentication only if OAuth is configured properly
(edit) @11193   7 years Don-vip fix #13872 - OAuth signing of all API requests to support user-based …
(edit) @11191   7 years Don-vip sonar - fix some recent warnings
(edit) @11184   7 years Don-vip fix #13826 - AIOOBE in getToolTipText
(edit) @11166   7 years simon04 fix #13827 - Exporting invalid multipolygon as GeoJSON crashes JOSM
(edit) @11110   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) @11098   8 years Don-vip sonar - squid:S2959 - Unnecessary semicolons should be omitted
(edit) @11096   8 years Don-vip sonar - squid:S3725 - Java 8's Files.exists should not be used (The …
(edit) @11048   8 years Don-vip sonar
(edit) @11043   8 years Don-vip see #13683 - display proper error message instead of throwing a …
(edit) @11035   8 years simon04 see #13376 - Replace Calendar usages with Java 8 Date API
(edit) @11023   8 years Don-vip checkstyle
(edit) @11016   8 years Don-vip javadoc
(edit) @11009   8 years Don-vip fix recent sonar/checkstyle issues
(edit) @11003   8 years simon04 fix #11975 - Evaluate extended Overpass queries bbox, geocodeArea
(edit) @11002   8 years simon04 see #11975 - Extract NameFinder for Nominatim queries
(edit) @10993   8 years wiktorn WMTS TileSource refactor * introduced GetCapabilitiesParseHelper, …
(edit) @10973   8 years Don-vip see #13564 - proper management of invalid URLs in remote control …
(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) @10906   8 years Don-vip add more non-regression NMEA unit tests
(edit) @10852   8 years Don-vip fix #13358 - GeoJSON no longer permits projections other than WGS84, …
(edit) @10841   8 years simon04 fix #8251 fix #10922 - Improve handling of user names that have …
(edit) @10818   8 years simon04 fix #6332 - Update user and timestamp of OSM objects after upload
(edit) @10817   8 years simon04 see #7307 - Enhance GeoJSON export - Save ways as LineString or …
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10754   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10739   8 years Don-vip wms capabilities fetching: remove duplicate log, add unit test robustness
(edit) @10728   8 years Don-vip see #11390 - fix checkstyle violations
(edit) @10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10702   8 years Don-vip fix #13260 - Disable DTD resolution when loading .osm files
(edit) @10689   8 years Don-vip see #11390, see #12890 - Use Java 8 Function
(edit) @10686   8 years Don-vip do not cache 404 results of HTTP requests (not found)
(edit) @10671   8 years Don-vip see #12472 - fix "MissingCasesInEnumSwitch" warnings
(edit) @10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10638   8 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
(edit) @10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10621   8 years Don-vip fix #13197 - bad use of method references instead of lambdas, causing …
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10618   8 years Don-vip see #11390 - Java 8: use java.util.Base64
(edit) @10616   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10612   8 years Don-vip see #11390, fix #12910 - Clean WMS Imagery (patch by michael2402) - …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10587   8 years Don-vip fix #13187 - Set encoding of remote control error pages to UTF-8 and …
(edit) @10580   8 years Don-vip see #11390 - switch to Java 8
(edit) @10578   8 years Don-vip fix #13178 - Fix duplicate put of dx/dy in imagery session export …
(edit) @10571   8 years Don-vip fix #13172 - Move ImageryLayer.d[xy] to the settings (patch by …
(edit) @10568   8 years Don-vip fix #13169 - Extract imagery layer settings to new class (patch by …
(edit) @10520   8 years Don-vip fix #13115 - fix NPE, improve WMS errors handling
(edit) @10475   8 years Don-vip fix #13045 - Inconsistent timezone handling in tests/nmea (patch by …
(edit) @10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
Note: See TracRevisionLog for help on using the revision log.