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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12017   7 years Don-vip *Data: new constructors with a given id
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @10946   8 years Don-vip fix #13395 - fix serialization issue causing bugs in copy/paste
(edit) @10868   8 years Don-vip fix #13400 - More debug info for pasting data (patch by michael2402) - …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
(edit) @9994   8 years simon04 Fix drag-and-drop from selection list to relation member table
(edit) @9891   8 years simon04 see #12300 - Make Drag and Drop work between different JOSM instances
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @5589   11 years bastiK drop unnecessary properties for upload to the OSM API in order to save …
(edit) @5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
(edit) @4724   12 years jttt Fix some of errors found by FindBugs
(edit) @4099   13 years bastiK Move common code for OsmPrimitive & PrimitiveData to abstract …
(edit) @4098   13 years bastiK extract common functionality of OsmPrimitive & PrimitiveData to an …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2932   14 years mjulius bring PrimitiveData.getId() in line with OsmPrimitive.getId() remove …
(edit) @2818   14 years mjulius don't paste incomplete members When relations with incomplete members …
(edit) @2615   14 years mjulius store incomplete flag in PrimitiveData
(edit) @2604   14 years Gubaer New: JOSM reading, writing, merging changeset attribute fixed #4090: …
(edit) @2598   14 years Gubaer comment to follow in a later commit Have to break up a commit because …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2405   14 years jttt Save reference to dataset in OsmPrimitive
(edit) @2404   14 years jttt Use Dataset.getPrimitiveById() instead of custom looking for primitive …
(edit) @2399   14 years jttt Added map of primitives to dataset to make search by id faster check …
(edit) @2305   14 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(edit) @2299   15 years jttt Fixed #3728 - "undo" does stupid things destroying data
(add) @2284   15 years jttt Added PrimitiveData classes. Uses PrimitiveData as storage for …
Note: See TracRevisionLog for help on using the revision log.