spotbugs / spotbugs

SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.

Home Page:https://spotbugs.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Release

keyvankhademi opened this issue · comments

I am running SpotBugs on a single Java file using the command line interface. However, the entire package size is too large at around 15MB. I believe there are many dependencies that are not needed for running the command line interface with text-based user interface. Is there a way to reduce the package size to only include the necessary dependencies for this purpose?

Thanks for opening your first issue here! 😃
Please check our contributing guideline. Especially when you report a problem, make sure you share a Minimal, Complete, and Verifiable example to reproduce it in this issue.