remove "Overly broad 'catch' block" and "Overly broad 'throws' clause" from inspection black list

This commit is contained in:
Bas Leijdekkers
2012-09-19 10:52:03 +02:00
parent bcf62495e7
commit d988329fa7
@@ -125,8 +125,6 @@ com.siyeh.ig.errorhandling.BadExceptionThrownInspection
com.siyeh.ig.errorhandling.EmptyCatchBlockInspection
com.siyeh.ig.errorhandling.ExceptionFromCatchWhichDoesntWrapInspection
com.siyeh.ig.errorhandling.ThrowCaughtLocallyInspection
com.siyeh.ig.errorhandling.TooBroadCatchInspection
com.siyeh.ig.errorhandling.TooBroadThrowsInspection
com.siyeh.ig.errorhandling.UnusedCatchParameterInspection
com.siyeh.ig.finalization.FinalizeCallsSuperFinalizeInspection
com.siyeh.ig.finalization.FinalizeInspection