静态代码分析工具-记录

雨点打透心脏的1/2处 2022-07-21 01:18 328阅读 0赞

1、FindBugs

FindBugs分析代码漏洞

http://www.cnblogs.com/hyddd/archive/2009/02/13/1390362.html

Findbugs 缺陷详解与英文代号的对照表

http://blog.csdn.net/kuyuyingzi/article/details/38352723

数据类型异常

  1. String is incompatible with expected argument type Long in com.*.paas.support.pricing.repo.impl.PriceFillUtilComp.strategyFill(PriceFillDTO) [com.*.paas.support.pricing.repo.impl.PriceFillUtilComp, com.*.paas.support.pricing.repo.impl.PriceFillUtilComp] At PriceFillUtilComp.java:[line 108]Another occurrence at PriceFillUtilComp.java:[line 111]

2、PMD

3、CheckStyle

4、整合JIRA,FishEye,Crucible进行CodeReview

5、SonarQube代码质量管理平台

发表评论

表情:
评论列表 (有 0 条评论,328人围观)

还没有评论,来说两句吧...

相关阅读

    相关 C++静态代码分析工具横向对比

    1 前言 静态代码分析是指无需运行被测代码,通过词法分析、语法分析、控制流、数据流分析等技术对程序代码进行扫描,找出代码隐藏的错误和缺陷,如参数不匹配,有歧义的嵌套语句,