Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

memo #1

@KengoTODA

Description

@KengoTODA

Basic Implementation

  • An EngineRegistrar that implements IAnalysisEngineRegistrar and specified in /FindbugsPlugin/EngineRegistrar of findbugs.xml
    • see FindBugs2#registerPluginAnalysisEngines() that registers analysis engine in plugin
  • An DatabaseFactory that implements IDatabaseFactory and calls databaseFactory.registerWith(analysisCache) in #registerAnalysisEngines(IAnalysisCache)
  • An Database that is accessible via analysisCache#getDatabase(Class), and stores nullness info (module, package, class, field and other types) on memory
  • Detectors to report potential problems based on the data in database
  • (optional) build data in batch for class files in classpath (not aux classpath) before the analysis

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions