Ignore:
Timestamp:
2016-07-24T14:48:47+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S1166 - Exception handlers should preserve the original exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/imagery/ImageryReader.java

    r10217 r10627  
    203203                                        atts.getValue("max-lon"), ",");
    204204                    } catch (IllegalArgumentException e) {
     205                        Main.trace(e);
    205206                        break;
    206207                    }
     
    235236                        shape.addPoint(atts.getValue("lat"), atts.getValue("lon"));
    236237                    } catch (IllegalArgumentException e) {
     238                        Main.trace(e);
    237239                        break;
    238240                    }
Note: See TracChangeset for help on using the changeset viewer.