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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6356   10 years Don-vip fix #9261 - do not consider objects tagged only with area as tagged
(edit) @6354   10 years Don-vip print duration of tests for performance evaluation
(edit) @6349   10 years Don-vip fix #9234 - For identified users, notifies periodically (every 5 …
(edit) @6346   10 years Don-vip fix #9076, fix #9213: - Presets: add internet_access preset, remove …
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6330   10 years Don-vip fix #9207 - Robustness in Addresses test
(edit) @6329   10 years Don-vip fix #9217 - tagchecker: allow auto-fix for single test/alternative
(edit) @6326   10 years Don-vip see #9172 - additional typo changes
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6312   11 years Don-vip fix #9161 - "java.lang.IllegalStateException" errors when accessing …
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6305   11 years Don-vip fix #9093 - teach validator about "subarea" and "land_area" roles of …
(edit) @6304   11 years Don-vip see #4582, fix #8362 - Fix validator false positive "overlapping ways" …
(edit) @6303   11 years Don-vip fix #9141 - new validator test: detect nodes with missing …
(edit) @6301   11 years Don-vip see #4582, see #7236 - Fix validator false positive "overlapping ways" …
(edit) @6300   11 years Don-vip see #4582, see #9140 - Fix validator false positive "overlapping ways" …
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6295   11 years Don-vip Sonar/Findbugs - fix various problems, javadoc
(edit) @6294   11 years Don-vip fix #9142, fix #9143 - Ignore highway=proposed in CrossingWays …
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6285   11 years Don-vip Sonar/Findbugs - Make some classes final if they define a clone() …
(edit) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(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
Note: See TracRevisionLog for help on using the revision log.