source: josm/trunk/src/org/openstreetmap/josm/data/imagery

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11527   7 years stoecker drop imagery entries which have an id, but are no longer in default list
(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) @11460   7 years Don-vip sonar - fb-contrib:COM_COPIED_OVERRIDDEN_METHOD - Style - Method is …
(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) @11438   7 years wiktorn Fix thread pool for WMS Because threds in WMS download ThreadPool …
(edit) @11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11347   7 years wiktorn Fix mis-reporting unsupported projections String.split() on empty …
(edit) @11331   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11330   7 years Don-vip sonar - fix recent issues
(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) @11257   7 years wiktorn Make DefaultLayer a type that can have layerName and tileMatrixSet As …
(edit) @11218   7 years Don-vip sonar - fix various recent issues
(edit) @11217   7 years wiktorn Javadoc + checkstyle
(edit) @11216   7 years wiktorn Move WMTS layer selection out of WMTSLayer constructor and …
(edit) @11189   7 years wiktorn Log GetCapabilities document on parse error See: #13861
(edit) @11188   7 years wiktorn Allow working on readonly JOSM Home Return null …
(edit) @11018   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @11015   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @11013   8 years Don-vip checkstyle / sonar
(edit) @10993   8 years wiktorn WMTS TileSource refactor * introduced GetCapabilitiesParseHelper, …
(edit) @10992   8 years Don-vip sonar - squid:S00118 - Abstract class names should comply with a …
(edit) @10990   8 years wiktorn Small refactor of WMS TileSource * Introduce AbstractWMSTileSource, …
(edit) @10877   8 years Don-vip see #13416 - add parameter validation do detect NPE origin
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10742   8 years Don-vip sonar - squid:CallToDeprecatedMethod - remove calls to deprecated methods
(edit) @10735   8 years Don-vip fix #13264 - more lenient TMS url regex to allow - zoom separator
(edit) @10723   8 years simon04 Fix javadoc
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10659   8 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(edit) @10651   8 years Don-vip fix #13210 - Start extracting coordinate conversion out of tile source …
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10577   8 years Don-vip fix #13176 - Document ImageryInfo (patch by michael2402) - gsoc-core
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10087   8 years wiktorn Make minimum and maximum cache expires for imagery adjustable
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9991   8 years Don-vip sonar - fix comment indentation
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9978   8 years Don-vip sonar - remove useless initializations
(edit) @9977   8 years Don-vip sonar - remove some transient modifiers
(edit) @9970   8 years Don-vip sonar - remove useless parentheses
(edit) @9902   8 years wiktorn Final fix for #12573 - WMTS getCapabilities parser error. Unit tests …
(edit) @9889   8 years wiktorn Proper fix for [9888]
(edit) @9888   8 years wiktorn Properly handle situation, when Style tag doesn't contain Identifier. …
(edit) @9887   8 years wiktorn Properly interpret more complex getCapabilities documents. Keep a …
(edit) @9864   8 years wiktorn Add WKID (Well Known ID) pattern to WMS url templates. Patch by: …
(edit) @9830   8 years wiktorn Fix findbugs warning / NPE. See: #12350
(edit) @9825   8 years wiktorn Improvements for native scales. * make ScaleList immutable object * …
(edit) @9818   8 years wiktorn Snap scale to mercator zoom levels. See #12350 Patch submitted by: …
(edit) @9799   8 years stoecker fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
(edit) @9768   8 years simon04 Avoid array creation for every WMTSTileSource.getTileMatrix call
(edit) @9755   8 years bastiK add preference type MultiMap (closes #12437)
(edit) @9664   8 years wiktorn Fix NPE and hang when adding erroneus imageries. When user points to …
(edit) @9658   8 years stoecker see #12313 - support mirror URLs in editor compare and JOSM imagery loader
(edit) @9620   8 years wiktorn Refactor structure of TMS based classes. Move OsmMercator …
(edit) @9619   8 years wiktorn Finish removal of tile-size workaround code started in [9617]. Now …
(edit) @9617   8 years stoecker see #12437 - support new Map<String, List<String>> type in preferences
(edit) @9614   8 years stoecker development is much too fast…
(edit) @9613   8 years stoecker fix #12437 - see #12425 - fix handling of equal no tile headers with …
(edit) @9610   8 years stoecker fix #12425 - add checksum based no-tile detection
(edit) @9603   8 years Don-vip fix some Sonar issues
(edit) @9414   8 years simon04 see #8824 - Fail fast when initializing imagery entries while starting …
(edit) @9412   8 years simon04 see #8824 - Allow to cancel updating of imagery entries in the preferences
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9232   8 years simon04 fix #12265 - Use HttpClient for imagery requests
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9176   8 years bastiK restore old reference point for wms tiling (see #12186) use negative …
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9167   8 years wiktorn - Move TemplatedWMSTileSource to Projection.getWorldBoundsBoxEastNorth …
(edit) @9135   8 years Don-vip checkstyle
(edit) @9134   8 years wiktorn Introduce imagery-source warnings about alignment and reprojections. …
(edit) @9095   8 years wiktorn Fix 12168. - added testcase for bug #12168. I removed all but one …
(edit) @9081   8 years wiktorn FIx missing scrollbar on WMTS layer selection list. Closes #12151.
(edit) @9069   8 years wiktorn checkstyle: remove unnecessary final keyword
(edit) @9068   8 years wiktorn Replace DOM parser for WMTS GetCapabilities document with StAX parser. …
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @9007   8 years wiktorn Fix broken representation of URL-s in Imagery Preferences
(edit) @9004   8 years wiktorn Fix high CPU usage when showing small tiles. - …
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8848   9 years Don-vip sonar - squid:S2131 - Primitives should not be boxed just for "String" …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8824   9 years wiktorn When looking for similar imageries look only within the imageries of …
(edit) @8815   9 years wiktorn Improve tile display when imagery server returns errors randomly. * …
(edit) @8772   9 years Don-vip remove deprecated code from jmapviewer, deprecate plugin …
Note: See TracRevisionLog for help on using the revision log.