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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11941   7 years Don-vip sonar - fb-contrib:IMC_IMMATURE_CLASS_IDE_GENERATED_PARAMETER_NAMES - …
(edit) @11937   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11936   7 years Don-vip sonar - squid:S1694 - An abstract class should have both abstract and …
(edit) @11935   7 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11932   7 years Don-vip sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @11931   7 years Don-vip improve unit test coverage
(edit) @11925   7 years Don-vip drop Main.MasterWindowListener (unused)
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11914   7 years Don-vip sonar - squid:S2972 - Inner classes should not have too many lines of code
(edit) @11913   7 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11910   7 years Don-vip initialize AbstractTileSourceLayerTest
(edit) @11908   7 years stoecker see #10529 - don't display outer-way-style multipolygons by default - …
(edit) @11906   7 years stoecker fix NPE caused by variable case mismatch exposed by r11901
(edit) @11905   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(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) @11897   7 years bastiK see #7427 - optimize warp transformaion performance problems should …
(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) @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) @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) @11875   7 years Don-vip checkstyle
(edit) @11873   7 years Don-vip findbugs - NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
(edit) @11871   7 years Don-vip findbugs - UPM_UNCALLED_PRIVATE_METHOD
(edit) @11868   7 years bastiK see #7427 - add javadoc for getNativeProjections() + move it one class up
(edit) @11865   7 years Don-vip see #7427 - checkstyle
(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) @11860   7 years Don-vip see #7427 - checkstyle
(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) @11855   7 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
(edit) @11852   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) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(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) @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) @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) @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) @11829   7 years bastiK see #7427 - move TileRange class to jmapviewer
(edit) @11821   7 years Don-vip findbugs - EI_EXPOSE_REP2 - Note dates
(edit) @11817   7 years Don-vip sonar - squid:S1610 - Abstract classes without fields should be …
(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) @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) @11807   7 years Don-vip fix PMD violations
(edit) @11806   7 years Don-vip see #7427 - checkstyle
(edit) @11804   7 years Don-vip fix #14527 - Add Tag - last entry disabled for partial dataset
(edit) @11801   7 years Don-vip see #14595 - catch UnsupportedOperationException
(edit) @11799   7 years bastiK fix "Area style way is not closed" validation test
(edit) @11797   7 years bastiK see #14495 - fix immutable class non-constant field (by removing it)
(edit) @11789   7 years bastiK WMTS: fix autozoom in WGS84
(edit) @11786   7 years Don-vip see #7427 - checkstyle
(edit) @11785   7 years bastiK Imagery: remove fade setting (superseded by layer opacity), see #7427
(edit) @11781   7 years michael2402 Update StyleCacheTest: Clear the style cache before each test. Add …
(edit) @11779   7 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(edit) @11774   7 years Don-vip fix #13922 - zoom only once when downloading several data types
(edit) @11772   7 years Don-vip fix #14475 - Deadlock while starting unit tests: remove the need to …
(edit) @11769   7 years stoecker see #14142 - fix help link
(edit) @11765   7 years michael2402 See #13604: Add more debug info to trace this.
(edit) @11764   7 years michael2402 Fix #14271: Deleting a tag in a filtered list was using the wrong index.
(edit) @11763   7 years michael2402 Make NodeElement#toString() hide image angle if no image is provided.
(edit) @11760   7 years michael2402 See #10176: Make area icon position setable by user.
(edit) @11757   7 years michael2402 Remove old PositionForAreaStrategy java file, since it was moved.
(edit) @11756   7 years Don-vip fix #14425 - Improve Wikipedia tag validators (patch by nyurik, modified)
(edit) @11755   7 years Don-vip see #14528 - typos
(edit) @11754   7 years michael2402 Throw UnsupportedOperationException if implementation does not support …
(edit) @11753   7 years Don-vip see #14528 - make code compile with Eclipse Neon.2 (4.6.2) Build id: …
(edit) @11752   7 years michael2402 Document OnLineStrategy better.
(edit) @11749   7 years Don-vip see #14528 - checkstyle
(edit) @11748   7 years michael2402 Move label / icon placement code to new package. Unify the handling of …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11745   7 years Don-vip fix #14536 - Improved ExifReader.readTime(), Refactored …
(edit) @11739   7 years Don-vip enable more PMD rules
(edit) @11731   7 years michael2402 Clean icon drawing code style.
(edit) @11730   7 years michael2402 Add a new style element for area icon styles. Use the same placement …
(edit) @11728   7 years michael2402 Partial revert of [11726]: Committed to much.
(edit) @11726   7 years michael2402 Don't use null to indicate a rotation of 0 degrees, simply set the …
(edit) @11725   7 years michael2402 Add hashcode / equals to rotation angle.
(edit) @11724   7 years michael2402 Fix @since version (this should be all of them).
(edit) @11723   7 years michael2402 Fix @since version.
(edit) @11722   7 years michael2402 Do not include text label in area style - use a separate class and …
(edit) @11720   7 years stoecker typo
Note: See TracRevisionLog for help on using the revision log.