org.sonar.java.checks
Class RedundantThrowsDeclarationCheck

java.lang.Object
  extended by org.sonar.java.bytecode.visitor.BytecodeVisitor
      extended by org.sonar.java.checks.RedundantThrowsDeclarationCheck
All Implemented Interfaces:
org.sonar.squid.api.CodeVisitor

public class RedundantThrowsDeclarationCheck
extends BytecodeVisitor


Field Summary
static String RULE_KEY
           
 
Constructor Summary
RedundantThrowsDeclarationCheck()
           
 
Method Summary
 String toString()
           
 void visitClass(AsmClass asmClass)
           
 void visitMethod(AsmMethod asmMethod)
           
 
Methods inherited from class org.sonar.java.bytecode.visitor.BytecodeVisitor
getSourceClass, getSourceFile, getSourceMethod, isMainPublicClassInFile, leaveClass, setSquidIndex, visitEdge, visitField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RULE_KEY

public static final String RULE_KEY
See Also:
Constant Field Values
Constructor Detail

RedundantThrowsDeclarationCheck

public RedundantThrowsDeclarationCheck()
Method Detail

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.