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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6266   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6258   11 years Don-vip Sonar/Findbugs - Performance - Inefficient use of keySet iterator …
(edit) @6251   11 years stoecker see #8687 - add validator tests for number values
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6243   11 years Don-vip FindBugs - fix potential NPE
(edit) @6241   11 years Don-vip fix more warnings/javadoc in data.validation.tests
(edit) @6240   11 years Don-vip Sonar - fix some issues in data.validation.tests
(edit) @6239   11 years stoecker fix #7713 - do not warn about label role
(edit) @6238   11 years Don-vip fix #9087 - deprecated fix for barrier=wire_fence created deprecated …
(edit) @6235   11 years Don-vip Sonar - fix recently introduced issues
(edit) @6233   11 years Don-vip fix #9084 - Add KSJ tags to discardable keys
(edit) @6232   11 years Don-vip Sonar - Avoid unused local variables
(edit) @6231   11 years Don-vip Sonar - Avoid instantiating Integer objects. Call Integer.valueOf() …
(edit) @6229   11 years Don-vip Sonar - Avoid throwing NullPointerException
(edit) @6226   11 years Don-vip fix #9057 - see #8987 - fix Coordinate.hashCode() broken in r6162
(edit) @6223   11 years Don-vip Sonar - fix various violations
(edit) @6222   11 years Don-vip Make some more defensive copies of user-supplied arrays, javadoc
(edit) @6219   11 years Don-vip fix NoSuchElementException when purging a way member of a multipolygon
(edit) @6215   11 years Don-vip fix #9042 - Robustness to invalid .osm files containing null coordinates
(edit) @6206   11 years bastiK fixed #8323 - Add support for GPX routes (<rte> element)
(edit) @6204   11 years Don-vip fix #9024 - fix problems introduced in r6203
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6192   11 years Don-vip fix #9000 - add a new validator test on barrier=entrance not set on …
(edit) @6181   11 years Don-vip see #9002 - fix QuadBuckets
(edit) @6178   11 years Don-vip fix #9002 - QuadBuckets improvements (patch by shinigami)
(edit) @6177   11 years Don-vip see #9000 - wrong copy/paste
(edit) @6176   11 years Don-vip fix #9000 - add entrance to presets + deprecate building=entrance
(edit) @6175   11 years Don-vip see #8902 - Small performance enhancements / coding style (patches by …
(edit) @6173   11 years Don-vip fix #8987 - immutable coordinates (patch by shinigami)
(edit) @6172   11 years Don-vip fix #8849: * Used scaled down (16x16 pixels) of large (.svg) images if …
(edit) @6171   11 years Don-vip fix #8986 - Data loading/bbox index counting optimization (patch by …
(edit) @6169   11 years Don-vip fix #8987 - Fix NPE and Findbugs/Sonar violations
(edit) @6168   11 years Don-vip see #8987 - make it public
(edit) @6167   11 years Don-vip see #8987 - add missing clone() methods to fix broken plugins
(edit) @6166   11 years Don-vip see #8987 - refactor/add missing distance() methods to fix broken plugins
(edit) @6165   11 years Don-vip see #8987 - Move distanceSq() from EastNorth to Coordinate to fix …
(edit) @6164   11 years Don-vip fix some warnings
(edit) @6163   11 years Don-vip fix #8987 - fix Coordinate.equals() broken in r6162
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6157   11 years Don-vip fix #8962 - Deprecate fence_type=chain + new validator tests for …
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6140   11 years Don-vip fix #8951 - fix clearing of primitive metadata
(edit) @6138   11 years Don-vip see #8847, fix #8961 - rendering of power=plant, deprecation of …
(edit) @6137   11 years Don-vip fix warning
(edit) @6135   11 years Don-vip fix javadoc/warnings
(edit) @6122   11 years bastiK fixed #8934 - Text-halo-color and text-halo-radius Properties are not …
(edit) @6113   11 years Don-vip fix some compilation warnings
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6105   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6090   11 years akks see #8902 - long literals readability 4321l => 4321L (patch by shinigami)
(edit) @6089   11 years akks see #8902 - patch by shinigami str != null && str.equals("CONST") => …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6077   11 years stoecker better style
(edit) @6076   11 years stoecker fix #8875 - update JOSM key for OAuth, smooth transition for old key.
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6068   11 years akks see #8853: Massive (and dumb) refactoring of TaggingPreset class …
(edit) @6067   11 years stoecker #see 8875 - add new key (disabled for now) - TODO: should be used as …
(edit) @6066   11 years stoecker see #8875 - more oauth rights
(edit) @6062   11 years Don-vip fix #8866 - NoSuchElementException after deleting an empty relation
(edit) @6059   11 years Don-vip fix #8858 - Add SK53_bulk:load to discardable keys
(edit) @6054   11 years Don-vip see #2283 - download GPX data along a track + code refactorization to …
(edit) @6035   11 years akks Allow customization of highlight width (mappaint.highlight.*) + wider …
(edit) @6030   11 years Don-vip fix #8822 - Don't try to fix empty errors
(edit) @6010   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @6003   11 years Don-vip Fallback to core projections when proj4j plugin fails to get one
(edit) @5996   11 years Don-vip fix #8771 - <changeset> with no ID rejected
(edit) @5995   11 years Don-vip fix #4445, fix #5867 - revert r3784: allow merging of duplicate nodes …
(edit) @5977   11 years Don-vip fix #8712 - workaround to "Comparison method violates its general …
(edit) @5956   11 years Don-vip fix #8701 - Do not include OS details in changeset created_by tag
(edit) @5935   11 years Don-vip fix #8679, fix #8680 - correct handling of incomplete nodes without …
(edit) @5927   11 years bastiK add missing license information
(edit) @5926   11 years bastiK clean up imports
(edit) @5925   11 years bastiK replace tabs by spaces
(edit) @5920   11 years Don-vip Handle nodes without coordinates in UnconnectedWays validator test
(edit) @5919   11 years Don-vip see #8635 - correct management of incomplete nodes
(edit) @5914   11 years Don-vip fix #8635 - Consider nodes without coordinates as incomplete
(edit) @5911   11 years Don-vip fix #8639 - Handle purged primitives in validator errors
(edit) @5910   11 years bastiK rename namespace for consistency
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5908   11 years Don-vip fix #8641 - Do not raise warning for address nodes with no addr:street …
(edit) @5903   11 years stoecker fix javadoc
(edit) @5902   11 years Don-vip fix #8622 - Validator: new test to detect invalid highway tags on …
(edit) @5900   11 years stoecker Java IPv6 is so broekn, it can't be enabled by default (fix #8627, see …
(edit) @5897   11 years Don-vip see #8582 - Use Main.removeLayer() everywhere
(edit) @5892   11 years stoecker fix #8562 - use IPv6 when existing
(edit) @5890   11 years akks Minor Javadoc fixes and adding @Override annotations
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
Note: See TracRevisionLog for help on using the revision log.