source: josm/trunk/src/org/openstreetmap/josm/data/osm/Storage.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11408   7 years Don-vip fix #14135 - regression from r11395
(edit) @11395   7 years Don-vip refactor duplicated code
(edit) @11392   7 years Don-vip sonar - squid:S1206 - "equals(Object obj)" and "hashCode()" should be …
(edit) @11342   7 years Don-vip javadoc
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @10655   8 years Don-vip see #12472 - fix warning "OperatorPrecedence"
(edit) @9980   8 years Don-vip sonar - code style + javadoc
(edit) @9975   8 years Don-vip sonar - make some final fields static too, use Collection.isEmpty(), …
(edit) @9703   8 years simon04 see #12472 - Fix warnings identified by error-prone
(edit) @9246   8 years Don-vip javadoc update
(edit) @9243   8 years Don-vip javadoc update
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @9059   8 years Don-vip checkstyle
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8290   9 years Don-vip code cleanup
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7436   10 years Don-vip global use of Utils.copyArray()
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6717   10 years Don-vip where applicable, replace System.arraycopy by Arrays.copyOf
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6226   11 years Don-vip fix #9057 - see #8987 - fix Coordinate.hashCode() broken in r6162
(edit) @6137   11 years Don-vip fix warning
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @5674   11 years jttt Move IdHash to Storage class and rename to PrimitiveIdHash to make it …
(edit) @5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
(edit) @3530   14 years stoecker fix array preferences
(edit) @3504   14 years bastiK reworked reverseWay and combineWay such that it can be used by other …
(edit) @3503   14 years bastiK fixed #5067 - crash while uploading
(edit) @3453   14 years bastiK suppress some trivial warnings
(edit) @3398   14 years bastiK reduce number of warnings
(edit) @3207   14 years jttt Fix #4861 Coding error reported on uploading changeset (GPS survey …
(edit) @3206   14 years jttt Remove obsoleted methods from Dataset, replace some calls of …
(edit) @3202   14 years bastiK preliminary fix for (see #4861) (Don't raise exception, just give …
(edit) @3158   14 years jttt Use simple casting instead of Math.floor(). Should do the same thing …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(add) @2399   14 years jttt Added map of primitives to dataset to make search by id faster check …
Note: See TracRevisionLog for help on using the revision log.