Interface EndOfAnalysisCheck

All Superinterfaces:
JavaCheck

@Beta public interface EndOfAnalysisCheck extends JavaCheck
Common interface for checks that are triggered at the end of the analysis, after all files have been scanned. Warning: keeping state between files can lead to memory leaks. Implement with care.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method called at the end of analysis, after all files have been scanned
  • Method Details

    • endOfAnalysis

      void endOfAnalysis()
      Method called at the end of analysis, after all files have been scanned