Dev@Free

zJun's Tech Weblog

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:

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

posted on 2012-03-17 22:46 zJun's帛罗阁 阅读(437) 评论(0)  编辑  收藏 所属分类: 开发环境


只有注册用户登录后才能发表评论。


网站导航:
 

导航

<2012年3月>
26272829123
45678910
11121314151617
18192021222324
25262728293031
1234567

统计

常用链接

留言簿(15)

随笔分类

随笔档案

相册

收藏夹

博客

文档

站点

论坛

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜