This repository was archived by the owner on Mar 22, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
memo #1
Copy link
Copy link
Open
Description
Basic Implementation
- An EngineRegistrar that implements
IAnalysisEngineRegistrarand specified in/FindbugsPlugin/EngineRegistraroffindbugs.xml- see
FindBugs2#registerPluginAnalysisEngines()that registers analysis engine in plugin
- see
- An DatabaseFactory that implements
IDatabaseFactoryand callsdatabaseFactory.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
Labels
No labels