Class UnnecessaryCastRule

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.ast.AstVisitor, JavaVisitor, net.sourceforge.pmd.lang.rule.Rule, net.sourceforge.pmd.properties.PropertySource

    public class UnnecessaryCastRule
    extends AbstractJavaRulechainRule
    Detects casts where the operand is already a subtype of the context type, or may be converted to it implicitly.