Modifier and Type | Method and Description |
---|---|
Object |
JavaParserVisitorAdapter.visit(ASTMethodDeclaration node,
Object data) |
Object |
JavaParserVisitor.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
VariableAccessVisitor.compute(ASTMethodDeclaration node) |
Object |
DataFlowFacade.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
UselessAssignment.visit(ASTMethodDeclaration node,
Object data) |
Object |
AbstractJavaRule.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
DoubleCheckedLockingRule.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
NcssTypeCountRule.visit(ASTMethodDeclaration node,
Object data) |
Object |
CyclomaticComplexityRule.visit(ASTMethodDeclaration node,
Object data) |
Object |
NcssMethodCountRule.visit(ASTMethodDeclaration node,
Object data) |
Object |
NPathComplexityRule.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
DataflowAnomalyAnalysisRule.visit(ASTMethodDeclaration methodDeclaration,
Object data) |
Object |
OnlyOneReturnRule.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
LawOfDemeterRule.visit(ASTMethodDeclaration node,
Object data)
That's a new method.
|
Modifier and Type | Method and Description |
---|---|
Object |
SimplifyBooleanReturnsRule.visit(ASTMethodDeclaration node,
Object data) |
Object |
UnnecessaryLocalBeforeReturnRule.visit(ASTMethodDeclaration meth,
Object data) |
Object |
CloseResourceRule.visit(ASTMethodDeclaration node,
Object data) |
Object |
GodClassRule.visit(ASTMethodDeclaration node,
Object data) |
Object |
NonThreadSafeSingletonRule.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractJUnitRule.isJUnitMethod(ASTMethodDeclaration method,
Object data) |
Object |
JUnitTestsShouldIncludeAssertRule.visit(ASTMethodDeclaration method,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
JUnitUseExpectedRule.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
SuspiciousHashcodeMethodNameRule.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
MethodArgumentCouldBeFinalRule.visit(ASTMethodDeclaration meth,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
SignatureDeclareThrowsExceptionRule.visit(ASTMethodDeclaration methodDeclaration,
Object o) |
Modifier and Type | Method and Description |
---|---|
Object |
UseStringBufferLengthRule.visit(ASTMethodDeclaration acu,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
MethodReturnsInternalArrayRule.visit(ASTMethodDeclaration method,
Object data) |
Object |
ArrayIsStoredDirectlyRule.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
UnnecessaryReturnRule.visit(ASTMethodDeclaration node,
Object data) |
Object |
UselessOverridingMethodRule.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
UnusedFormalParameterRule.visit(ASTMethodDeclaration node,
Object data) |
Object |
UnusedModifierRule.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
ScopeAndDeclarationFinder.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
SignatureDeclareThrowsException.visit(ASTMethodDeclaration methodDeclaration,
Object o) |
Object |
CloneMethodMustImplementCloneable.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
List<ASTMethodDeclaration> |
DFAGraphRule.getMethods() |
Modifier and Type | Method and Description |
---|---|
Object |
DFAGraphRule.visit(ASTMethodDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
DFAPanel.resetTo(List<ASTMethodDeclaration> newNodes,
LineGetter lines) |
Copyright © 2002-2015 InfoEther. All Rights Reserved.