org.sonar.java.checks
Class RedundantThrowsDeclarationCheck
java.lang.Object
org.sonar.java.bytecode.visitor.BytecodeVisitor
org.sonar.java.checks.RedundantThrowsDeclarationCheck
- All Implemented Interfaces:
- org.sonar.squid.api.CodeVisitor
public class RedundantThrowsDeclarationCheck
- extends BytecodeVisitor
RULE_KEY
public static final String RULE_KEY
- See Also:
- Constant Field Values
RedundantThrowsDeclarationCheck
public RedundantThrowsDeclarationCheck()
visitClass
public void visitClass(AsmClass asmClass)
- Overrides:
visitClass in class BytecodeVisitor
visitMethod
public void visitMethod(AsmMethod asmMethod)
- Overrides:
visitMethod in class BytecodeVisitor
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012-2014 SonarSource. All Rights Reserved.