net.sourceforge.pmd.typeresolution.rules |
|
Java Source File Name | Type | Comment |
CloneMethodMustImplementCloneable.java | Class | The method clone() should only be implemented if the class implements the
Cloneable interface with the exception of a final method that only throws
CloneNotSupportedException. |
LooseCoupling.java | Class | |
SignatureDeclareThrowsException.java | Class | A method/constructor shouldn't explicitly throw java.lang.Exception, since it
is unclear which exceptions that can be thrown from the methods. |