Ignore:
Timestamp:
2016-06-24T01:27:35+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/data/osm/visitor/paint/AbstractMapRenderer.java

    r10303 r10469  
    145145            // On read, it would first check, if the way still has firstIdx+2 nodes, then check if the corresponding way nodes are still
    146146            // the same and report changes in a more controlled manner.
    147             if (Main.isTraceEnabled()) {
    148                 Main.trace(e.getMessage());
    149             }
     147            Main.trace(e);
    150148        }
    151149    }
Note: See TracChangeset for help on using the changeset viewer.