Skip to content

Roadmap

Kengo TODA edited this page Dec 8, 2021 · 8 revisions

2021/Dec/8 UPDATE: This roadmap page is inactive.

Roadmap (WIP)

Backlog

  • Run analysis in parallel, to use multiple CPU cores
  • Try to get rid of BCEL and migrate detectors one by one to ASM (BCEL is memory/perofomance killer)
  • SpotBugs detector targeting static files
  • Move built-in detectors to plugin
  • Support Incremental Build (to run in pull-request build etc.)
  • Support JSR330 and JSR250 for detector (e.g. use @Inject for BugReporter and AnalysisContext)
  • Support ServiceLoader to load plugin and/or detector
  • Support plugin developers to use Jigsaw module system
Clone this wiki locally