Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure findbugs plugin in eclipse?

Can anyone help me to configure findbugs plugin in eclipse , so that i can create an xml file and import it and export it as well?? i configured the PMD and CheckStyle plugins by creating a xml file for both and imported it in eclipse but in findbugs there is no such option of importing files or to configure as well. I tried the option filter files in findbugs but it did not work. If anyone have done it before or know anything about it your suggestions are deeply appreciated.

Thanks in advance!

like image 318
Codeby Avatar asked Feb 17 '12 15:02

Codeby


1 Answers

Got the same Problem. Actually its really simple.

In Eclipse:

File -> Export -> General -> Preferences

If you click next you will find several Preferences to export. You will also find Findbugs Preferences.

If you want to import the settings to another Eclipse just use:

File -> Import -> General -> Preferences and select the exported File ;)

Hope that helps! Sorry cant post any images because im new here...

like image 99
Hannes Avatar answered Sep 19 '22 02:09

Hannes