Ignore:
Timestamp:
2014-05-02T02:37:08+02:00 (10 years ago)
Author:
Don-vip
Message:

sonar - Throwable and Error classes should not be caught

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r7025 r7048  
    571571                        + "Delete from preferences?</html>", plugin.name, plugin.className);
    572572            }
    573         }  catch (Throwable e) {
     573        }  catch (Exception e) {
    574574            Main.error(e);
    575575        }
Note: See TracChangeset for help on using the changeset viewer.