org.sonar.java.checks
Class CycleBetweenPackagesCheck
java.lang.Object
org.sonar.java.bytecode.visitor.BytecodeVisitor
org.sonar.java.checks.CycleBetweenPackagesCheck
- All Implemented Interfaces:
- org.sonar.squid.api.CodeVisitor
public class CycleBetweenPackagesCheck
- extends BytecodeVisitor
Companion of org.sonar.plugins.javang.bridges.DesignBridge which actually does the job on finding cycles and creation of violations.
- Since:
- 3.2
RULE_KEY
public static final String RULE_KEY
- See Also:
- Constant Field Values
CycleBetweenPackagesCheck
public CycleBetweenPackagesCheck()
getActiveRule
@CheckForNull
public static org.sonar.api.rules.ActiveRule getActiveRule(org.sonar.api.checks.CheckFactory checkFactory)
- Returns:
- null, if this check is inactive
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012-2014 SonarSource. All Rights Reserved.