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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11601   7 years Don-vip error-prone: fix FallThrough errors
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11272   7 years michael2402 See #13361: Cleanup code and formatting - Add javadoc to public …
(edit) @11269   7 years michael2402 Fix #13361: Use a more consistent invalid bbox for primitives. Patch …
(edit) @11237   7 years bastiK applied #13933 - Simplify QuadBuckets and improve memory footprint …
(edit) @11143   7 years bastiK remove unused code in QuadBuckets
(edit) @10901   8 years Don-vip fix #13460 - remove with QuadBuckets.iterator() doesn't maintain size …
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9854   8 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
(edit) @9243   8 years Don-vip javadoc update
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8375   9 years Don-vip code style - Method stores return result in local before immediately …
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6235   11 years Don-vip Sonar - fix recently introduced issues
(edit) @6232   11 years Don-vip Sonar - Avoid unused local variables
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6181   11 years Don-vip see #9002 - fix QuadBuckets
(edit) @6178   11 years Don-vip fix #9002 - QuadBuckets improvements (patch by shinigami)
(edit) @6171   11 years Don-vip fix #8986 - Data loading/bbox index counting optimization (patch by …
(edit) @6113   11 years Don-vip fix some compilation warnings
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4409   13 years simon04 fix #4656 - new validator test: building inside building
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4178   13 years jttt Fix #6519 NPE after opening offline osm file
(edit) @3719   13 years bastiK added missing license information
(edit) @3603   14 years jttt Fix iterator
(edit) @3584   14 years jttt Fix #5525 Error when adding a node in the middle of a way
(edit) @3476   14 years jttt QuadBuckets optimization - keep children as fields instead of 4-item array
(edit) @3453   14 years bastiK suppress some trivial warnings
(edit) @3157   14 years jttt Keep size in QuadBuckets instead of calculating it on demand
(edit) @3154   14 years jttt Use positional search in QuadBuckets.contains() and remove()
(edit) @3151   14 years jttt QuadBuckets.search - use only one list instead of creating and copying …
(edit) @3150   14 years jttt Split QBLevel only once in QuadBuckets, simplified add operation
(edit) @3145   14 years jttt Do not keep width at QBLevel, simplify QuadTilling.index
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3000   14 years jttt Fix #4536 Exception after upload
(edit) @2911   14 years jttt Fixed #4456 Ways disappear in wireframe, still show up in mappaint but …
(edit) @2896   14 years jttt Fixed #4057 JOSM loses data on save: Approx 20% data loss of ways but …
(edit) @2868   14 years jttt Fixed #4324 New ways not displayed
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2454   14 years jttt Set QuadBuckets.MAX_OBJECTS_PER_LEVEL back to 16 (was only two by mistake)
(edit) @2450   14 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2449   14 years hansendc Simply QuadBuckets iterator. This should make things much clearer and …
(edit) @2442   14 years hansendc This should fix #3909 We created empty branches when we attempted to …
(edit) @2441   14 years jttt Make sure primitive is returned only once by QuadBuckets.search …
(edit) @2440   14 years hansendc Fixes races reported in trac #3909 This introduces locking to …
(edit) @2437   14 years jttt Cache bbox for Way
(edit) @2430   14 years hansendc Expose helper function in QuadBuckets. Need this for the moment since …
(edit) @2427   14 years jttt Added getBBox method to OsmPrimitive. Used it in QuadBuckets instead …
(edit) @2425   14 years hansendc Fix null pointer exception when removing some nodes
(edit) @2424   14 years hansendc Left consistency testing on. Oops.
(edit) @2423   14 years hansendc This fixes #3796. The issue was that we somehow ended up with a …
(edit) @2420   14 years jttt Fix warnings in QuadBuckets
(edit) @2388   14 years jttt Replace Dataset.nodes with getNodes(), etc
(edit) @2380   14 years hansendc QuadBucket update * Use ArrayList for contents... iteration is faster …
(edit) @2355   14 years Gubaer applied #3819: patch by hansendc: QuadBuckets upate
(edit) @2353   14 years Gubaer applied #3818: patch by hansendc: suppress QuadBuckets warnings
(edit) @2299   15 years jttt Fixed #3728 - "undo" does stupid things destroying data
(edit) @2286   15 years stoecker applied #367 - patch by Dave Hansen - NPE
(edit) @2263   15 years stoecker applied #3671 - patch by Dave Hansen - performance fixes of data storage
(edit) @2197   15 years stoecker fix 3587 - patch by Dave Hansen - NPE
(add) @2165   15 years stoecker applied #3532 - path by Dave Hansen - infrastructure for faster data access
Note: See TracRevisionLog for help on using the revision log.