checkstyle、findbug、codetemplate各自的配置文档编写,以及checkstyle、findbug集成到maven中

http://beattyson.iteye.com/blog/1925985
http://blog.csdn.net/kongxx/article/details/7750015

限制编码规范,控制编码质量可用下面几个工具:
findbugs
checkstyle
codetemplate
codeformatter

其中
checkstyle
codetemplate
codeformatter
这几个的配置规范文档都可以自定义编写


codetemplate是开发代码的格式
formatter是代码格式化


想要自定义生成codetemplate格式化模板、formatter格式化模板,可以使用eclipse进行操作,生成新的文档之后导出来,转发给组内其他人,导入即可。
http://blog.csdn.net/coslay/article/details/46894979
http://www.cnblogs.com/exmyth/p/3528410.html

猜你喜欢

转载自fangguanhong.iteye.com/blog/2371454
今日推荐