# # ChangeLog for applications/viewer/jmapviewer/.checkstyle in osm # # Generated by Trac 1.6 # 2024-10-20T00:20:37+02:00 Sat, 01 Aug 2015 19:26:26 GMT donvip [31429] * applications/viewer/jmapviewer/.checkstyle (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/AbstractLayer.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/AttributionSupport.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/DefaultMapController.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Demo.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/FeatureAdapter.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewerTree.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JobDispatcher.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Layer.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/LayerGroup.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MapMarkerCircle.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MapMarkerDot.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MapObjectImpl.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MapPolygonImpl.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MapRectangleImpl.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmMercator.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileLoader.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Style.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Tile.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/TileXY.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/checkBoxTree/CheckBoxNodeData.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/checkBoxTree/CheckBoxNodeEditor.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/checkBoxTree/CheckBoxNodePanel.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/checkBoxTree/CheckBoxNodeRenderer.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/checkBoxTree/CheckBoxTree.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/CachedTileLoader.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/ICoordinate.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/JMapViewerEventListener.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/MapMarker.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/MapObject.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/MapPolygon.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/MapRectangle.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TemplatedTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileCache.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileClearController.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileJob.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileLoader.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileLoaderListener.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/package.html (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractOsmTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/OsmTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/ScanexTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TemplatedTMSTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java (modified) * applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_checks.xml (modified) [jmapviewer] fix checkstyle issues Sat, 01 Aug 2015 18:23:53 GMT donvip [31428] * applications/viewer/jmapviewer (modified) * applications/viewer/jmapviewer/.checkstyle (added) * applications/viewer/jmapviewer/.project (modified) * applications/viewer/jmapviewer/build.xml (modified) * applications/viewer/jmapviewer/tools (added) * applications/viewer/jmapviewer/tools/checkstyle (added) * applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.8.1-all.jar (added) * applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_checks.xml (added) * applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_filters.xml (added) * applications/viewer/jmapviewer/tools/findbugs (added) * applications/viewer/jmapviewer/tools/findbugs/annotations.jar (added) * applications/viewer/jmapviewer/tools/findbugs/ant.jar (added) * applications/viewer/jmapviewer/tools/findbugs/asm-debug-all-5.0.2.jar (added) * applications/viewer/jmapviewer/tools/findbugs/bcel-6.0-SNAPSHOT.jar (added) * applications/viewer/jmapviewer/tools/findbugs/buggy.icns (added) * applications/viewer/jmapviewer/tools/findbugs/commons-lang-2.6.jar (added) * applications/viewer/jmapviewer/tools/findbugs/dom4j-1.6.1.jar (added) * applications/viewer/jmapviewer/tools/findbugs/findbugs-ant.jar (added) * applications/viewer/jmapviewer/tools/findbugs/findbugs.jar (added) * applications/viewer/jmapviewer/tools/findbugs/jFormatString.jar (added) * applications/viewer/jmapviewer/tools/findbugs/jaxen-1.1.6.jar (added) * applications/viewer/jmapviewer/tools/findbugs/jcip-annotations.jar (added) * applications/viewer/jmapviewer/tools/findbugs/jdepend-2.9.jar (added) * applications/viewer/jmapviewer/tools/findbugs/jsr305.jar (added) * applications/viewer/jmapviewer/tools/findbugs/yjp-controller-api-redist.jar (added) [jmapviewer] enable findbugs/checkstyle