@FunctionalInterface public static interface ImmutableAnalysis.ViolationReporter
violations
that are found during the analysis.Modifier and Type | Method and Description |
---|---|
Description.Builder |
describe(com.sun.source.tree.Tree tree,
ThreadSafety.Violation info) |
default Description |
report(com.sun.source.tree.Tree tree,
ThreadSafety.Violation info,
Optional<SuggestedFix> suggestedFix) |
Description.Builder describe(com.sun.source.tree.Tree tree, ThreadSafety.Violation info)
@CheckReturnValue default Description report(com.sun.source.tree.Tree tree, ThreadSafety.Violation info, Optional<SuggestedFix> suggestedFix)
Copyright © 2019. All rights reserved.