Class MethodReturnsInternalArrayRule

java.lang.Object
net.sourceforge.pmd.properties.AbstractPropertySource
net.sourceforge.pmd.lang.rule.AbstractRule
net.sourceforge.pmd.lang.java.rule.AbstractJavaRule
net.sourceforge.pmd.lang.java.rule.AbstractJavaRulechainRule
net.sourceforge.pmd.lang.java.rule.bestpractices.MethodReturnsInternalArrayRule
All Implemented Interfaces:
net.sourceforge.pmd.lang.ast.AstVisitor, JavaVisitor, net.sourceforge.pmd.lang.rule.Rule, net.sourceforge.pmd.properties.PropertySource

public class MethodReturnsInternalArrayRule extends AbstractJavaRulechainRule
Implementation note: this rule currently ignores return types of y.x.z, currently it handles only local type fields. Created on Jan 17, 2005
  • Constructor Details

    • MethodReturnsInternalArrayRule

      public MethodReturnsInternalArrayRule()
  • Method Details