net.sourceforge.pmd.rules.strictexception

Class AvoidCatchingThrowable

public class AvoidCatchingThrowable extends AbstractRule

Finds catch statements containing throwable as the type definition.

Author: Trond Andersen

Method Summary
Objectvisit(ASTCatchStatement node, Object data)

Method Detail

visit

public Object visit(ASTCatchStatement node, Object data)