Changeset 13581 in josm
- Timestamp:
- 2018-03-27T20:15:23+02:00 (7 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/search/SearchCompiler.java
r13430 r13581 1590 1590 return group != null && groupSuffix.equalsIgnoreCase(group.getRawName()); 1591 1591 } catch (StringIndexOutOfBoundsException ex) { 1592 Logging.trace(ex); 1592 1593 return false; 1593 1594 } -
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageDisplay.java
r13327 r13581 766 766 } 767 767 } catch (OutOfMemoryError oom) { 768 Logging.trace(oom); 768 769 // fall-back to the non-bilinear scaler 769 770 r.x = visibleRect.x; -
trunk/src/org/openstreetmap/josm/plugins/PluginClassLoader.java
r12867 r13581 69 69 // do nothing 70 70 Logging.trace("Plugin class not found in {0}: {1}", dep, e.getMessage()); 71 Logging.trace(e); 71 72 } 72 73 }
Note:
See TracChangeset
for help on using the changeset viewer.