Changeset 10645 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2016-07-26T00:46:36+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/gui/MainApplication.java

    r10627 r10645  
    588588                        Main.debug("Exception while checking IPv6 connectivity: "+e);
    589589                    }
     590                    Main.trace(e);
    590591                }
    591592                if (wasv6 && !hasv6) {
Note: See TracChangeset for help on using the changeset viewer.