| Package | Description |
|---|---|
| org.sonar.java.bytecode.visitor | |
| org.sonar.java.squid.check | |
| org.sonar.java.squid.visitor | |
| org.sonar.plugins.squid.bridges |
| Modifier and Type | Method and Description |
|---|---|
protected SourceMethod |
BytecodeVisitor.getSourceMethod(AsmMethod asmMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
SquidCheck.visitMethod(SourceMethod sourceMethod) |
void |
MethodComplexityCheck.visitMethod(SourceMethod sourceMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
SquidVisitor.visitMethod(SourceMethod sourceMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicUndocumentedApiBridge.onMethod(SourceMethod squidMethod,
JavaMethod sonarMethod) |
void |
CopyBasicMeasuresBridge.onMethod(SourceMethod squidMethod,
JavaMethod sonarMethod) |
void |
Bridge.onMethod(SourceMethod squidMethod,
JavaMethod sonarMethod) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.