Class MethodReturnsInternalArrayRule

  • All Implemented Interfaces:
    JavaParserVisitor, net.sourceforge.pmd.lang.rule.ImmutableLanguage, net.sourceforge.pmd.properties.PropertySource, net.sourceforge.pmd.Rule

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