spotbugs / discuss

SpotBugs mailing list
6 stars 1 forks source link

How can I use your code? #97

Closed leila-you closed 3 years ago

leila-you commented 4 years ago

Hi. I want to use your code in my project but I can not execute the code in eclipse and I can not find the main class for testing java code. I want to use this code for my java project. please help me to run this code. thanks.

KengoTODA commented 4 years ago

edu.umd.cs.findbugs.LaunchAppropriateUI is the main class described in the MANIFEST.MF file. FindBugs and FindBugs2 are also important classes to run SpotBugs.

BTW if you're running SpotBugs by the Eclipse plugin, you may refer the official Eclipse Plugin manual.

KengoTODA commented 3 years ago

I'll close this inactive issue. Please repost a new one if necessary.