source: josm/trunk/src/org/openstreetmap/josm/data/APIDataSet.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11177   7 years simon04 Refactor OsmPrimitiveComparator Replace one big comparator with …
(edit) @11176   7 years simon04 fix #11010 - Wrong order of objects uploaded Now the uploaded objects …
(edit) @11175   7 years simon04 APIDataSet: simplify implementation using streams, add test
(edit) @10647   8 years Don-vip see #11390 - use functional comparators
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(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) @7599   10 years Don-vip fix #10582 - drop support of undocumented tag josm/ignore. New …
(edit) @7120   10 years Don-vip code refactoring/cleanup
(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) @6801   10 years simon04 fix #9656 - Repair upload order of objects to be deleted (regression …
(edit) @6776   10 years simon04 fix #9624 - Create a sensible upload order of relations to be deleted …
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @5589   11 years bastiK drop unnecessary properties for upload to the OSM API in order to save …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @4874   12 years jttt Use static class were appropriate
(edit) @4534   12 years Don-vip Fixed a bunch of compile warnings
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4113   13 years stoecker fix #6233 - better sorting for upload dialog
(edit) @4104   13 years bastiK see #6233 (patch by brycenesbitt) - Updated elements not sorted in …
(edit) @4100   13 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(edit) @3530   14 years stoecker fix array preferences
(edit) @3336   14 years stoecker #close #5135 - allow undeleting without recreating object - patch by …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2979   14 years Gubaer fixed #4386: "There are unsolved conflicts in layer X" holds up any …
(edit) @2915   14 years stoecker close #4458 - text fixes - patch by Andre
(edit) @2711   14 years stoecker fix bad line endings
(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) @2320   14 years Gubaer see #3775: JOSM tries to upload a new relation that references a …
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2250   15 years Gubaer fixed #3653: History for anonymous users should not be clickable fixed …
(edit) @2188   15 years Gubaer fixed #3570: uploated deletions create conflicts at next upload
(edit) @2168   15 years Gubaer fixed #3304: Upload failed - Placeholder Relation not found fixed …
(edit) @2039   15 years Gubaer applied #3377: patch by xeen: Less warnings for JOSM
(add) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
Note: See TracRevisionLog for help on using the revision log.