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(Tree tree, ThreadSafety.Violation info) default Descriptionreport(Tree tree, ThreadSafety.Violation info, Optional<SuggestedFix> suggestedFix)  
- 
Method Details
- 
describe
 - 
report
@CheckReturnValue default Description report(Tree tree, ThreadSafety.Violation info, Optional<SuggestedFix> suggestedFix)  
 -