Loading

Use FindBugs Plugin to generate a report

 Here is a simple way to generate a analyze report by using FindBugs plugins in RSA:

  • Using FindBugs to scan the code and save the result as XML file
  • the XML report is in a bad format for reading, we can use XSL file to make it easy and clear to read:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="summary.xsl"?>
  • Use Internet Explore to open the XML report, now we get a report:

Note: FindBugs provided following xsl files for different format:

1default.xsl
2
fancy.xsl
3
fancy-hist.xsl
4
plain.xsl
5
summary.xsl

posted @ 2011-10-25 15:08  zJun  阅读(206)  评论(0编辑  收藏  举报