source: josm/trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6582   10 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6232   11 years Don-vip Sonar - Avoid unused local variables
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5584   11 years Don-vip fix #8201 - Error handling or redacted items
(edit) @5525   12 years stoecker fix #8092 - typo
(edit) @5422   12 years Don-vip see #7943 - Introduce OsmApi.DEFAULT_API_URL, better handling of …
(edit) @5321   12 years simon04 Don't localize id in precondition failed messages.
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @4821   12 years simon04 fix #7257 - NumberFormatException
(edit) @4816   12 years simon04 fix #7257, fix #4093 - Provide an option to automatically download …
(edit) @4703   12 years stoecker fix i18n
(edit) @4691   12 years Don-vip see #4093 - More user-friendly error message with failed precondition …
(edit) @4482   13 years Don-vip see #6821 - HTTP error 509 - "You have downloaded to much data" causes …
(edit) @4263   13 years bastiK do not save username in preference file unconditionally - let the …
(edit) @4036   13 years bastiK detect and translate new api error
(edit) @4020   13 years bastiK generic handling of 403 - 'forbidden' in anticipation of server change …
(edit) @3562   14 years bastiK fixed #5417 - Failed to parse date
(edit) @3255   14 years jttt Fix #4764 Fehler
(edit) @3112   14 years Gubaer fixed #4715: Typos in ExceptionUtil
(edit) @3109   14 years Gubaer applied #4715: patch by mjulius: Typos in ExceptionUtil
(edit) @3101   14 years Gubaer fixed #4684: HTTP 408 gives coding error popup
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3069   14 years Gubaer see #4588: Open Location (Ctrl+L) should cope with certain URLs that …
(edit) @3023   14 years bastiK translate misleading server message (see #4556)
(edit) @2862   14 years Gubaer fixed #4322: No error message if trying to upload without OAuth token
(edit) @2853   14 years mjulius fix messages for the rest
(edit) @2748   14 years Gubaer new: JOSM now supports OAuth See also …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2480   14 years Gubaer fixed #3937: Closed changeset (due to timeout) remains in the upload dialog
(edit) @2387   14 years Gubaer More and improved context sensitive help, see #2882
(edit) @2289   15 years Gubaer fixed #3719: Upload dialog still lists closed changesets after JOSM …
(edit) @2246   15 years Gubaer Improved user feedback when deleting a relation failed because it was …
(edit) @2240   15 years Gubaer fixed #3625: "Upload" error (410) while fetching items for relation
(edit) @2228   15 years Gubaer fixed #3641: explainNotFound message missing second parameter
(edit) @2200   15 years Gubaer fixed #2818: error when retrieving map data
(edit) @2189   15 years Gubaer fixed #3564: i18n fail in error when uploading OSM data to a fresh server
(add) @2097   15 years Gubaer applied #3318: patch by dmuecke: josm opens modal error dialog for …
Note: See TracRevisionLog for help on using the revision log.