Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Integration of sb-contrib in spotbugs and ant #414

Open
cosmoJFH opened this issue May 1, 2021 · 1 comment
Open

Question: Integration of sb-contrib in spotbugs and ant #414

cosmoJFH opened this issue May 1, 2021 · 1 comment

Comments

@cosmoJFH
Copy link

cosmoJFH commented May 1, 2021

I am trying to make use of sb-contrib extension in spotbugs for the first time. I am running spotbugs with ant.

I downloaded the jar file from https://mvnrepository.com/artifact/com.mebigfatguy.sb-contrib/sb-contrib/7.4.7 and copied it to the directory plugin of the the project spotbugs.

The following message is displayed:

 [spotbugs] Executing SpotBugs FindBugsTask from ant task
 [spotbugs] Running SpotBugs...
 [spotbugs] The following classes needed for analysis were missing:
 [spotbugs]   org.custommonkey.xmlunit.DetailedDiff
 [spotbugs]   com.lowagie.text.pdf.FontMapper
 [spotbugs] Java Result: 3

What other dependencies should I use?

@mebigfatguy
Copy link
Owner

the plugin doesn't need those classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants