Ignore:
Timestamp:
2016-07-24T14:48:47+02:00 (10 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/plugins/PluginHandler.java

    r10626 r10627  
    257257            sources.add(org.openstreetmap.josm.gui.MainApplication.class.getClassLoader());
    258258        } catch (SecurityException ex) {
     259            Main.debug(ex);
    259260            sources.add(ImageProvider.class.getClassLoader());
    260261        }
Note: See TracChangeset for help on using the changeset viewer.