source: josm/trunk/src/org/openstreetmap/josm/io/session/SessionReader.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11043   8 years Don-vip see #13683 - display proper error message instead of throwing a …
(edit) @10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(edit) @10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10404   8 years Don-vip findbugs security - XML Parsing Vulnerable to XXE - enable …
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @9746   8 years Don-vip fix #12497 - add support for notes in session files
(edit) @9646   8 years Don-vip fix #12448 - session reader failed when linked local file was …
(edit) @9455   8 years Don-vip session - refactor duplicated code, add javadoc, fix warnings
(edit) @9231   8 years Don-vip javadoc update
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8929   8 years Don-vip javadoc fixes
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8850   9 years Don-vip sonar - squid:S3047 - Multiple loops over the same set should be combined
(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) @8444   9 years Don-vip remove extra whitespaces
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @7326   10 years Don-vip fix #10292 - allow to load a session with NMEA file + enhance …
(edit) @7089   10 years Don-vip see #8465 - Use of new Java 7 zip constructors allowing to specify a …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @6992   10 years Don-vip cleanup/refactor of NavigatableComponent
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6747   10 years bastiK #8581 - Embedded SVG leads to very high memory consumption
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6271   11 years Don-vip fix #9116 - Remember active layer in session
(edit) @6245   11 years Don-vip see #9032, see #4029 - Allow to load session from standard I/O …
(edit) @5684   11 years bastiK add session support for marker layers (see #4029) The data is …
(edit) @5670   11 years bastiK session: save & restore map position and scale (see #4029)
(edit) @5572   11 years bastiK fixed #8184 - Map paint settings: wrong file filter for adding local …
(edit) @5551   11 years bastiK see #4029 - remember layer visibility/opacity
(edit) @5505   12 years bastiK add session support for geoimage layers (see #4029)
(edit) @5501   12 years bastiK add session support for gpx layers (see #4029)
(edit) @5391   12 years bastiK add session support for imagery layers
(edit) @4874   12 years jttt Use static class were appropriate
(edit) @4868   12 years jttt fix some warnings
(edit) @4718   12 years jttt Add posibility to run please wait runnable tasks in background
(edit) @4702   12 years stoecker fix typo
(add) @4668   12 years bastiK session support (first part, see #4029) Idea: Save and load the …
Note: See TracRevisionLog for help on using the revision log.