Class CodeSonarHubAnalysisDataLoader


  • public class CodeSonarHubAnalysisDataLoader
    extends Object
    Loads and caches data related to a single analysis, for use by "Condition" classes. This class implements two distinct modes for loading data: a "legacy" mode, and the current mode. The legacy mode loads large lists of warnings and procedures into main memory. This was the only mode implemented through plugin version 3.3.x. The current mode fetches analysis data in a more memory-safe way, but it requires CodeSonar hub JSON APIs, available only in CodeSonar 7.3 and later (i.e. with the "gridConfigJson" capability).
    Author:
    aseno