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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10621   8 years Don-vip fix #13197 - bad use of method references instead of lambdas, causing …
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10444   8 years Don-vip fix #13018 - Use new test rules for AutosaveTaskTest, increase …
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10299   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @9586   8 years Don-vip fix #12374 - compression option for autosave (patch by kolesar)
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8357   9 years Don-vip fix some Findbugs violations
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7951   9 years Don-vip fix some Sonar issues
(edit) @7856   9 years Don-vip catch Exception instead of Throwable
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7580   10 years Don-vip fix #7166 - include second and milliseconds in filename of autosaved …
(edit) @7315   10 years Don-vip code simplification with some Java 7 new NIO2 Files methods …
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7037   10 years Don-vip see #8465 - last batch of try-with-resources
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7029   10 years Don-vip fix more warnings, remove unused code
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6357   10 years Don-vip fix #5382 - add an option to display a notification at each autosave …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5566   11 years Don-vip fix #5288 - multiple JOSM instances: Bogus crash recovery attempt
(edit) @5512   12 years jttt Fix #7980: Out of Heap Memory
(edit) @5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
(edit) @4852   12 years bastiK fixed #6252 - Phantom "unsaved" layers in 4021, 4032
(edit) @3839   13 years jttt Fix #5893 Null Pointer Exception while loding custom presets at start …
(edit) @3720   13 years bastiK added missing svn:eol-style
(edit) @3686   13 years bastiK remove debugging output for #5559; some comments
(edit) @3679   13 years bastiK see #5559 - ExtendedDialog.showDialog() blocks when called in main …
(edit) @3675   13 years bastiK debug output for autosave (#5559 and others)
(edit) @3559   14 years bastiK autosave: fix issues with deleting autosaved layers on start
(edit) @3461   14 years bastiK added gui preference for autosave; fixed #5359 - Button to delete …
(edit) @3435   14 years jttt Fix #5320 autosave restore: josm loads data before affirmation
(edit) @3381   14 years jttt Fix #5264 error occurs when closing josm
(add) @3378   14 years jttt Fix #2662 Auto-save
Note: See TracRevisionLog for help on using the revision log.