Class UseIsEmptyToTestEmptinessOfStringBuilderCheck
java.lang.Object
org.sonar.java.ast.visitors.SubscriptionVisitor
org.sonar.plugins.java.api.IssuableSubscriptionVisitor
org.sonar.java.checks.methods.AbstractMethodDetection
org.sonar.java.checks.UseIsEmptyToTestEmptinessOfStringBuilderCheck
- All Implemented Interfaces:
JavaCheck, JavaFileScanner, JavaVersionAwareVisitor
public class UseIsEmptyToTestEmptinessOfStringBuilderCheck
extends AbstractMethodDetection
implements JavaVersionAwareVisitor
-
Field Summary
Fields inherited from class SubscriptionVisitor
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MethodMatchersbooleanisCompatibleWithJavaVersion(JavaVersion version) protected voidonMethodInvocationFound(MethodInvocationTree toStringInvocation) Methods inherited from class AbstractMethodDetection
nodesToVisit, onConstructorFound, onMethodReferenceFound, visitNodeMethods inherited from class IssuableSubscriptionVisitor
addIssue, addIssueOnFile, leaveFile, reportIssue, reportIssue, reportIssue, reportIssue, scanFile, scanTree, setContextMethods inherited from class SubscriptionVisitor
leaveNode, visitToken, visitTriviaMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JavaFileScanner
scanWithoutParsing
-
Constructor Details
-
UseIsEmptyToTestEmptinessOfStringBuilderCheck
public UseIsEmptyToTestEmptinessOfStringBuilderCheck()
-
-
Method Details
-
getMethodInvocationMatchers
- Specified by:
getMethodInvocationMatchersin classAbstractMethodDetection
-
isCompatibleWithJavaVersion
- Specified by:
isCompatibleWithJavaVersionin interfaceJavaVersionAwareVisitor
-
onMethodInvocationFound
- Overrides:
onMethodInvocationFoundin classAbstractMethodDetection
-