source: josm/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11904   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(edit) @11903   7 years stoecker drop StartCom as Chrome does no longer trust it even for older certs
(edit) @11902   7 years Don-vip findbugs - ignore some specific warnings
(edit) @11901   7 years Don-vip PMD - fix some InefficientEmptyStringCheck (new in PMD 5.5.5)
(edit) @11900   7 years stoecker add leisure and amenity to multipolygon naming
(edit) @11899   7 years Don-vip fix #14646 - extra space in JOSM user agent since r11889 (regression)
(edit) @11898   7 years bastiK fixed #13100 - NPE on launch
(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) @11894   7 years bastiK see #7427 - make sure fixed scale is used for alignment + javadoc
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11892   7 years Don-vip sonar - squid:S2390 - Classes should not access static members of …
(edit) @11891   7 years Don-vip see #7427 - sonar - squid:S1226 - Method parameters, caught exceptions …
(edit) @11890   7 years Don-vip fix unit test
(edit) @11889   7 years Don-vip PMD - fix some InefficientEmptyStringCheck (new in PMD 5.5.5)
(edit) @11888   7 years Don-vip update checkstyle to 7.6.1 and PMD to 5.5.5
(edit) @11887   7 years Don-vip add upload=never flag on all .osm files
(edit) @11886   7 years Don-vip see #14635 - add a new unit test (not directly related to the bug)
(edit) @11885   7 years Don-vip add basic unit tests for MergeLayerAction + improve javadoc, code cleanup
(edit) @11884   7 years stoecker see #7427 - drop old attribute
(edit) @11883   7 years bastiK see #7427 - actually use disk cache on scale change and do not force …
(edit) @11882   7 years bastiK see #7427 - minor style change
(edit) @11881   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN
(edit) @11880   7 years Don-vip sonar - …
(edit) @11879   7 years Don-vip findbugs - EI_EXPOSE_REP
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11877   7 years bastiK see #7427 - WMTS: if no default layer specified, choose first …
(edit) @11876   7 years Don-vip findbugs - disable NM_CONFUSING
(edit) @11875   7 years Don-vip checkstyle
(edit) @11874   7 years Don-vip findbugs - UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD
(edit) @11873   7 years Don-vip findbugs - NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
(edit) @11872   7 years Don-vip findbugs - disable UI_INHERITANCE_UNSAFE_GETRESOURCE
(edit) @11871   7 years Don-vip findbugs - UPM_UNCALLED_PRIVATE_METHOD
(edit) @11870   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
(edit) @11869   7 years Don-vip findbugs - RI_REDUNDANT_INTERFACES
(edit) @11868   7 years bastiK see #7427 - add javadoc for getNativeProjections() + move it one class up
(edit) @11867   7 years bastiK see #7427 - fix some unit tests
(edit) @11866   7 years Don-vip see #7427 - PMD
(edit) @11865   7 years Don-vip see #7427 - checkstyle
(edit) @11864   7 years Don-vip see #7427 - sonar - squid:UselessImportCheck - Useless imports should …
(edit) @11863   7 years Don-vip see #7427 - sonar - squid:S1449 - Locale should be used in String …
(edit) @11862   7 years Don-vip see #7427 - sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11861   7 years Don-vip update new TLD from IANA
(edit) @11860   7 years Don-vip see #7427 - checkstyle
(edit) @11859   7 years bastiK see #7427 - fix test-compile
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11857   7 years Don-vip update URL: EII -> ELI
(edit) @11856   7 years Don-vip sonar - fb-contrib:IOI_DOUBLE_BUFFER_COPY - Performance - Method …
(edit) @11855   7 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
(edit) @11854   7 years Don-vip sonar - grvy:org.codenarc.rule.naming.ClassNameSameAsFilenameRule - …
(edit) @11853   7 years Don-vip reduce visibility of Projections maps
(edit) @11852   7 years Don-vip sonar - squid:S1444 - "public static" fields should be constant
(edit) @11851   7 years Don-vip sonar - squid:S1444 - "public static" fields should be constant
(edit) @11850   7 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @11849   7 years Don-vip see #14604 - sonar - squid:S1596 - "Collections.EMPTY_LIST", …
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11847   7 years Don-vip fix #14618 - add robustness to OsmUrlToBounds.parseDouble
(edit) @11846   7 years bastiK see #7427 - move class TileAnchor from jmapviewer to JOSM
(edit) @11845   7 years bastiK see #7427 - better return type
(edit) @11844   7 years bastiK see #7427 - avoid roundtrip conversion EastNorth -> LatLon -> …
(edit) @11843   7 years bastiK see #7427 - remove unused code
(edit) @11842   7 years bastiK see #7427 - clean up private method parameter list
(edit) @11841   7 years bastiK see #7427 - rework the way screen pixel coordinates for tiles are …
(edit) @11840   7 years bastiK see #7427 - small fix for [11835] + change order in zoomNoUndoTo
(edit) @11839   7 years GerdP fix unit test data, remove debug code
(edit) @11838   7 years bastiK see #7427 - fix unit tests
(edit) @11837   7 years GerdP improve MultipolygonTest to fix #13307, add special case to unit test …
(edit) @11836   7 years bastiK fixed #14604 - Error on import
(edit) @11835   7 years bastiK see #7427 - alignment to the pixelgrid for precise tile placement
(edit) @11834   7 years bastiK see #7427 - change priorities for temporary replacements from other …
(edit) @11833   7 years bastiK see #14422 - Debian package: add dependency for proj-data (patch by …
(edit) @11832   7 years bastiK see #7427 - remove the tile.loadPlaceholderFromCache mechanism from …
(edit) @11831   7 years bastiK see #7427 - use integer operations on tile index when possible …
(edit) @11830   7 years bastiK see #7427 - add implementations for new TileSource methods
(edit) @11829   7 years bastiK see #7427 - move TileRange class to jmapviewer
(edit) @11828   7 years Don-vip update to proguard 5.3.3
(edit) @11827   7 years Klumbumbus see #14576 - update description with text from …
(edit) @11826   7 years bastiK update unit test
(edit) @11825   7 years Don-vip update presets links
(edit) @11824   7 years bastiK fixed #14558 - add image/png8 as supported format
(edit) @11823   7 years bastiK snapcraft.yaml: mark as grade: devel (see #14576)
(edit) @11822   7 years michael2402 See #14528: Revert join areas algorithm to old version for 17.03 release.
(edit) @11821   7 years Don-vip findbugs - EI_EXPOSE_REP2 - Note dates
(edit) @11820   7 years stoecker i18n update
(edit) @11819   7 years Don-vip sonar - squid:S1172 - Unused method parameters should be removed
(edit) @11818   7 years bastiK fixed #14495 - stale ElemStyles.defaultLinesIdx
(edit) @11817   7 years Don-vip sonar - squid:S1610 - Abstract classes without fields should be …
(edit) @11816   7 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @11815   7 years Don-vip sonar - squid:S3398 - "private" methods called only by inner classes …
(edit) @11814   7 years Don-vip sonar - squid:UnusedPrivateMethod
(edit) @11813   7 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @11812   7 years Don-vip sonar - xml:IllegalTabCheck - Tabulation characters should not be used
(edit) @11811   7 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @11810   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11809   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11808   7 years bastiK 2nd try with MapCSSRendererTest
(edit) @11807   7 years Don-vip fix PMD violations
(edit) @11806   7 years Don-vip see #7427 - checkstyle
(edit) @11805   7 years bastiK see #14495 - add debugging output
Note: See TracRevisionLog for help on using the revision log.