public class FunctionComplexityCheck extends SubscriptionVisitorCheck
| Constructor and Description |
|---|
FunctionComplexityCheck() |
| Modifier and Type | Method and Description |
|---|---|
Set<Tree.Kind> |
nodesToVisit() |
void |
setMaximumFunctionComplexityThreshold(int threshold) |
void |
visitNode(Tree tree) |
addIssue, addIssue, addLineIssue, scanFilegetContext, isSubscribed, leaveFile, leaveNode, scanTree, scanTree, visitFilepublic Set<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorpublic void visitNode(Tree tree)
visitNode in class SubscriptionVisitorpublic void setMaximumFunctionComplexityThreshold(int threshold)
Copyright © 2011–2018 SonarSource and Eriks Nukis. All rights reserved.