Class CipherBlockChainingCheck
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.security.CipherBlockChainingCheck
- All Implemented Interfaces:
JavaCheck, JavaFileScanner
-
Field Summary
Fields inherited from class SubscriptionVisitor
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MethodMatchersvoidprotected voidonConstructorFound(NewClassTree newClassTree) voidMethods inherited from class AbstractMethodDetection
onMethodInvocationFound, onMethodReferenceFoundMethods inherited from class IssuableSubscriptionVisitor
addIssue, addIssueOnFile, leaveFile, reportIssue, reportIssue, reportIssue, reportIssue, scanFile, scanTree, setContextMethods inherited from class SubscriptionVisitor
visitToken, visitTriviaMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JavaFileScanner
scanWithoutParsing
-
Constructor Details
-
CipherBlockChainingCheck
public CipherBlockChainingCheck()
-
-
Method Details
-
nodesToVisit
- Overrides:
nodesToVisitin classAbstractMethodDetection
-
visitNode
- Overrides:
visitNodein classAbstractMethodDetection
-
leaveNode
- Overrides:
leaveNodein classSubscriptionVisitor
-
getMethodInvocationMatchers
- Specified by:
getMethodInvocationMatchersin classAbstractMethodDetection
-
onConstructorFound
- Overrides:
onConstructorFoundin classAbstractMethodDetection
-