onProcessComplete

open fun onProcessComplete(file: KtFile, findings: Map<String, List<Finding>>)
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.