Ignore:
Timestamp:
2016-05-29T00:25:43+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S1148 - Throwable.printStackTrace() should not be called

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r10245 r10296  
    415415            CertificateAmendment.addMissingCertificates();
    416416        } catch (IOException | GeneralSecurityException ex) {
    417             ex.printStackTrace();
     417            Main.warn(ex);
    418418            Main.warn(getErrorMessage(Utils.getRootCause(ex)));
    419419        }
Note: See TracChangeset for help on using the changeset viewer.