Interface ImmutableAnalysis.ViolationReporter
- Enclosing class:
ImmutableAnalysis
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Accepts
violations
that are found during the analysis.-
Method Summary
Modifier and TypeMethodDescriptiondescribe
(com.sun.source.tree.Tree tree, ThreadSafety.Violation info) default Description
report
(com.sun.source.tree.Tree tree, ThreadSafety.Violation info, Optional<SuggestedFix> suggestedFix)
-
Method Details
-
describe
-
report
@CheckReturnValue default Description report(com.sun.source.tree.Tree tree, ThreadSafety.Violation info, Optional<SuggestedFix> suggestedFix)
-