forked from phoedos/pmd
wrong since attribute
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6843 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
parent
a846ccb014
commit
eb371c24a1
@ -331,7 +331,7 @@ public class Foo {
|
||||
</rule>
|
||||
|
||||
<rule name="AvoidCatchingGenericException"
|
||||
since="4.2.5"
|
||||
since="4.2.6"
|
||||
message="Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block"
|
||||
externalInfoUrl="http://pmd.sourceforge.net/rules/strictexception.html#AvoidCatchingGenericException"
|
||||
class="net.sourceforge.pmd.rules.XPathRule">
|
||||
|
Loading…
x
Reference in New Issue
Block a user