on Process Complete
open fun onProcessComplete(file: KtFile, findings: Map<String, List<Finding>>, bindingContext: BindingContext)
Called when processing of a file completes. This method is called from a thread pool thread. Heavy computations allowed.
Deprecated
Use alternative with a binding context.
Replace with
onProcessComplete(file, findings, bindingContext)
Content copied to clipboard
Called when processing of a file completes. This method is called from a thread pool thread. Heavy computations allowed.