I have findbugs plugin for eclipse which when run on my project will show results in Bugs explorer clubbed by the type of bug.
I need to be able to do two things:
- Export all these to excel sheet
- Find out the bugs reported in a set of files (and be able to do it recursively w/o running for whole project and exporting and finding out the classes to be modified.
Any suggestions?
FYI, I am using MyEclipse v 6.0.1 and FindBugs 1.3.4