public class WaitInWhileLoopCheck extends AbstractMethodDetection
context| Constructor and Description |
|---|
WaitInWhileLoopCheck() |
| Modifier and Type | Method and Description |
|---|---|
protected List<MethodMatcher> |
getMethodInvocationMatchers() |
void |
leaveNode(Tree tree) |
List<Tree.Kind> |
nodesToVisit() |
protected void |
onMethodInvocationFound(MethodInvocationTree mit) |
void |
scanFile(JavaFileScannerContext context) |
void |
visitNode(Tree tree) |
onConstructorFoundgetSemanticModeladdIssue, addIssue, addIssue, addIssueOnFile, reportIssue, reportIssuehasSemantic, scanTree, visitToken, visitTriviapublic void scanFile(JavaFileScannerContext context)
scanFile in interface JavaFileScannerscanFile in class SubscriptionBaseVisitorpublic List<Tree.Kind> nodesToVisit()
nodesToVisit in class AbstractMethodDetectionpublic void visitNode(Tree tree)
visitNode in class AbstractMethodDetectionpublic void leaveNode(Tree tree)
leaveNode in class SubscriptionVisitorprotected void onMethodInvocationFound(MethodInvocationTree mit)
onMethodInvocationFound in class AbstractMethodDetectionprotected List<MethodMatcher> getMethodInvocationMatchers()
getMethodInvocationMatchers in class AbstractMethodDetectionCopyright © 2012–2016 SonarSource. All rights reserved.