Changeset 11746 in josm for trunk/src/org/openstreetmap/josm/tools/bugreport/ReportedException.java
- Timestamp:
- 2017-03-19T02:26:34+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/bugreport/ReportedException.java
r11739 r11746 66 66 try { 67 67 BugReportQueue.getInstance().submit(this); 68 } catch (RuntimeException e) { 68 } catch (RuntimeException e) { // NOPMD 69 69 e.printStackTrace(); 70 70 } … … 218 218 string = value.toString(); 219 219 } 220 } catch (RuntimeException t) { 220 } catch (RuntimeException t) { // NOPMD 221 221 Main.warn(t); 222 222 string = "<Error calling toString()>";
Note:
See TracChangeset
for help on using the changeset viewer.
