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) @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   11 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.