Ignore:
Timestamp:
2016-06-23T02:35:10+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/actions/ShowStatusReportAction.java

    r10446 r10463  
    136136            }
    137137        } catch (SecurityException e) {
    138             if (Main.isTraceEnabled()) {
    139                 Main.trace(e.getMessage());
    140             }
     138            Main.trace(e);
    141139        }
    142140        List<String> commandLineArgs = Main.getCommandLineArgs();
Note: See TracChangeset for help on using the changeset viewer.