source: josm/trunk/src/org/openstreetmap/josm/io/OsmReader.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8582   9 years Don-vip checkstyle
(edit) @8574   9 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7869   9 years Don-vip see #10448 - code cleanup, better error message
(edit) @7575   10 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7081   10 years Don-vip fixes for unit tests
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7013   10 years Don-vip drop support of OSM API 0.5
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6936   10 years Don-vip fix #9870 - exception when trying to view history of new nodes from …
(edit) @6650   10 years simon04 see #9414 see #9542 - MapCSS validator: handle BOM in config files
(edit) @6621   10 years Don-vip fix #9262 - Cancelling opening file should not result in an error message
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5996   11 years Don-vip fix #8771 - <changeset> with no ID rejected
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5859   11 years akks see #8274, #8601 : cancel now works while parsing OSM
(edit) @5326   12 years framm handle deleted nodes without lat/lon. apply patches from ticket; …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5025   12 years Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
(edit) @4856   12 years stoecker fix typo
(edit) @4645   12 years framm Added three new hooks for plugins, allowing plugins to mess with …
(edit) @4532   12 years Don-vip see #6653 - Import <delete> primitives as deleted primitives
(edit) @4530   13 years Don-vip see #6653 and #6960 - Allow JOSM to download osmChange files again
(edit) @4490   13 years Don-vip see #6886 - Allow JOSM plugin writers to create their own *Reader / …
(edit) @4414   13 years bastiK applied #6742 - allow script generated files to set default changeset …
(edit) @4413   13 years bastiK make osm reader more robust - don't mess up xml structure when there …
(edit) @4389   13 years bastiK don't throw NPE when there is <changeset> object with <tag> elements …
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4268   13 years stoecker fix #6647 - patch by Don-vip - fix changeset downloading
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4178   13 years jttt Fix #6519 NPE after opening offline osm file
(edit) @3791   13 years Upliner fix loading of invisible objects which was broken in [3731]
(edit) @3479   14 years jttt cosmetics
(edit) @3456   14 years bastiK use Java's native String intern feature
(edit) @3423   14 years stoecker fix #5221 - patch by Upliner - errors in conflict manager
(edit) @3372   14 years bastiK fixed #5226 - XML encodings and byte-order marker (BOM) support
(edit) @3226   14 years jttt Show line number in error message when loading of osm file fails. See #4487
(edit) @3217   14 years bastiK fixed #4971 NullPointerException at OsmReader.java:586, caused by …
(edit) @3129   14 years jttt Memory optimizations
(edit) @2971   14 years jttt Create all relations first in OsmReader to prevent (bogus) consistency …
(edit) @2953   14 years mjulius fixes #4492 - josm doesn't read action=delete from osm file set the …
(edit) @2939   14 years jttt Do not add deleted nodes/members to loaded way/relation
(edit) @2937   14 years jttt Fix loading of new relations
(edit) @2932   14 years mjulius bring PrimitiveData.getId() in line with OsmPrimitive.getId() remove …
(edit) @2919   14 years jttt Skip deleted nodes when loading way, deleted members when loading relation
(edit) @2852   14 years mjulius fix messages for io
(edit) @2751   14 years Gubaer Improved user feedback when downloading relations
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2609   14 years stoecker applied #4146 - patch by mjulius - fix downloading incomplete relation
(edit) @2604   14 years Gubaer New: JOSM reading, writing, merging changeset attribute fixed #4090: …
(edit) @2591   14 years jttt Fix #4114 - NPE when zooming out after updating a partially downloaded …
(edit) @2587   14 years jttt Added Way.hasIncompletNodes(), Way.isIncomplete() now returns true …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2563   14 years Gubaer fixed #3400: relation editor: improvement to highlight an element …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2498   14 years jttt Removed unnecessary setting of OsmPrimitive.incomplete
(edit) @2497   14 years jttt Added Dataset.beginUpdate and Dataset.endUpdate that can be used to …
(edit) @2470   14 years Gubaer fixed #3975: Loading of data breaking off at objects with visible=false
(edit) @2469   14 years Gubaer fixed #3976: Loading of 0.5 data floods with warnings
(edit) @2444   14 years Gubaer fixed #3908: Exception when updating a way fixed a few I18n issues
(edit) @2410   14 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2398   14 years jttt Make sure incomplete relation member is not added twice into the dataset
(edit) @2396   14 years Gubaer Made nodes, ways, and relations in DataSet private. Plugin updates to …
(edit) @2382   14 years Gubaer fixed #3443: Illegal value for attribute 'version' when loading OSM file
(edit) @2377   14 years Gubaer fixed #3443: Illegal value for attribute 'version' when loading OSM file
(edit) @2291   15 years Gubaer Replaced OsmPrimtive.user by setters/getters
(edit) @2266   15 years Gubaer fixed #3670: delete actions are ignored for uplaod when reopening …
(edit) @2205   15 years Gubaer Typo in I18n message
(edit) @2203   15 years Gubaer fixed typo in I18n
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2155   15 years Gubaer see #3449: action='modified' lost on file reopening
(edit) @2130   15 years framm fix <bound> exception (again)
(edit) @2115   15 years Gubaer new: reading open changesets from the server new: reading user info …
(edit) @2094   15 years Gubaer fixed #3449: action='modified' lost on file reopening
(edit) @2092   15 years Gubaer see #3446: JOSM throws an XML parsing error when opening an OSM file …
(edit) @2089   15 years Gubaer see #3443: Illegal value for attribute 'version' when loading OSM file
(edit) @2086   15 years Gubaer fixed #3443: Illegal value for attribute 'version' when loading OSM file
(edit) @2078   15 years Gubaer fixed #3413: ProgressException when uploading osmChange file
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @1951   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1928   15 years jttt Make parameterless RelationMember constructor deprecated
(edit) @1924   15 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
(edit) @1910   15 years jttt Way refactoring - finish replacing Way.nodes with the new api
Note: See TracRevisionLog for help on using the revision log.