Class CheckResultSetRule

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

    public class CheckResultSetRule
    extends AbstractJavaRule
    Rule that verifies, that the return values of next(), first(), last(), etc. calls to a java.sql.ResultSet are actually verified.