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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11632   7 years Don-vip see #3346 - make DataSet.dataSources private
(edit) @11629   7 years Don-vip see #3346 - findbugs - IS2_INCONSISTENT_SYNC
(edit) @11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
(edit) @11440   7 years Don-vip fix #14186 - ConcurrentModificationException in QuadBucketIterator …
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11269   7 years michael2402 Fix #13361: Use a more consistent invalid bbox for primitives. Patch …
(edit) @11115   8 years simon04 fix #13785 - Use streams, add unit tests (patch by alno, modified)
(edit) @11095   8 years simon04 Default method implementations of Data interface
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10891   8 years Don-vip fix #13442 - Use lock downgrade during endUpate (patch by michael2402) …
(edit) @10809   8 years Don-vip fix #13175 - Use invalidation event instead of isChanged() (patch by …
(edit) @10788   8 years simon04 Remove superfluous FilteredCollection Not used by any plugin in SVN
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10691   8 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10590   8 years Don-vip see #11390, fix #13191 - Documentation and migration to java 8 of …
(edit) @10346   8 years Don-vip fix #12936 - Do not use clone() on Dataset (patch by michael2402) - …
(edit) @10309   8 years Don-vip sonar - squid:S1182 - Classes that override "clone" should be …
(edit) @10040   8 years Don-vip fix #12680 - Documentation and cleanup on predicates (patch by …
(edit) @9941   8 years simon04 fix #12457 - Filter "modified" not updating after uploading changes
(edit) @9627   8 years stoecker fix a Coverity issuea and r9626
(edit) @9626   8 years stoecker fix r9618 checkin
(edit) @9618   8 years stoecker fix Jenkins warning, coding style fixes
(edit) @9067   8 years Don-vip sonar - Immutable Field
(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) @8512   9 years Don-vip checkstyle: redundant modifiers
(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) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @7816   9 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
(edit) @7714   9 years Don-vip fix #9564 - NPE
(edit) @7575   10 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7501   10 years Don-vip fix #10483 - drastic improvement of data consistency test performance
(edit) @7395   10 years Don-vip javadoc update/cleanup
(edit) @7073   10 years bastiK see #9691 - really fix broken MapCSSTagChecker unit test
(edit) @7013   10 years Don-vip drop support of OSM API 0.5
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6886   10 years Don-vip fix #6373 - proper conflict resolution after failed attempt to delete …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6285   11 years Don-vip Sonar/Findbugs - Make some classes final if they define a clone() …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5798   11 years Don-vip Do not trigger selectionChanged events when selecting the same …
(edit) @5674   11 years jttt Move IdHash to Storage class and rename to PrimitiveIdHash to make it …
(edit) @5360   12 years Don-vip fix #7776 - Selection of deleted objects
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5122   12 years Don-vip Add ProgressMonitor to DataSet.mergeFrom()
(edit) @5062   12 years Don-vip Fix DataSet.mergeFrom() not working with nested relations
(edit) @5025   12 years Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
(edit) @4895   12 years stoecker remove deprecation
(edit) @4726   12 years jttt Fix exception handling (xml file not valid against xsd can't cause …
(edit) @4724   12 years jttt Fix some of errors found by FindBugs
(edit) @4580   12 years Don-vip see #2212 - Allow JOSM to download data crossing the 180th meridian
(edit) @4414   13 years bastiK applied #6742 - allow script generated files to set default changeset …
(edit) @4327   13 years xeen updates visual appearance of highlights and adds them to select and …
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @4064   13 years bastiK applied #6250 (patch by akks) - move selection history to dataset
(edit) @3801   13 years bastiK generalize DatasetCollection.java (make OsmPrimitive a generic type …
(edit) @3782   13 years jttt Fix #5814 middleclick on way getting drawn locks josm completely
(edit) @3588   14 years jttt Dataset thread safety documentation (see #5525)
(edit) @3584   14 years jttt Fix #5525 Error when adding a node in the middle of a way
(edit) @3541   14 years bastiK fixed #5397 - Modified state is not reset after save/commit
(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) @3479   14 years jttt cosmetics
(edit) @3471   14 years jttt Fix #5379 Fixing duplicate nodes very slow when filter dock is open
(edit) @3458   14 years bastiK fixed #5365 - Deadlock when using tracer plugin
(edit) @3457   14 years bastiK fix IDE warnings (cosmetics)
(edit) @3440   14 years jttt Fix #5333 "Merge selection" tool is broken
(edit) @3432   14 years bastiK added a view consistency test - might be too strict, let's see. …
(edit) @3431   14 years bastiK added purge action (some testing would be welcome)
(edit) @3426   14 years stoecker see #5303 - some cleanup patches from matthew Bell - partially applied only
(edit) @3422   14 years stoecker fix #4401 - upload error - patch by Upliner
(edit) @3416   14 years jttt Add Dataset.add/removeSelectionListener methods, change eclipse …
(edit) @3414   14 years jttt Fix #5089 Error at upload
(edit) @3408   14 years jttt Show only actions that can work on all selected layers in …
(edit) @3382   14 years jttt Fix #4928 Moving of objects adds offset to down and right
(edit) @3378   14 years jttt Fix #2662 Auto-save
(edit) @3362   14 years stoecker fix #5182 - Conflict system simplification - patch by Upliner
(edit) @3348   14 years jttt Thread safe Dataset and OsmPrimitive, read/write lock for dataset
(edit) @3316   14 years stoecker removed remaining paint error handling
(edit) @3300   14 years bastiK see #4998 - Impossible to select nodes with filter
(edit) @3210   14 years bastiK autocompletion rework; breaks tageditor plugin and possibly other …
(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) @3187   14 years bastiK clean up debugging code from last commit
(edit) @3186   14 years bastiK fixed #4601 - Conflict list dialog won't update unless I prod it
(edit) @3177   14 years bastiK Filter: improved selection handling. (Don't allow to select filtered …
Note: See TracRevisionLog for help on using the revision log.