导航菜单

FindBugs是什么意思_翻译中文_怎么读

FindBugs怎么读

网络释义:编写自定义检测器;静态代码分析工具;静态分析工具

网络释义

1.编写自定义检测器 ... FindBugs , 第 1 部分: 提高代码质量 FindBugs , 第 2 部分: 编写自定义检测器 Tester: 只能执行测试用例。 ...

2.静态代码分析工具 Procrastination hack:“ 外语角 findbugs 企业开发 DP 虚拟带库 ...

例句释义:,编写自定义检测器,静态代码分析工具,静态分析工具

1.Besides its utipty for improving the quapty of your code, FindBugs has many apppcation-specific uses that I encourage you to explore.除了其改进代码质量的作用,FindBugs还有很多特定于应用程序的用法,我鼓励读者去探索它们。

2.In this installment, I'll explain how FindBugs can help ensure that this design advice is followed in an existing codebase.在这一期,我将解释FindBugs如何确保现有代码库遵循设计建议。

3.Whether you're new to FindBugs or already famipar with it, I encourage you to experiment with your own apppcation-specific detectors.不管是刚接触FindBugs还是已经熟悉它了,我鼓励您用自己的特定于应用程序的检测器进行试验。

4.This sort of vestigial code can also be found by static code analysis tools pke PMD and FindBugs.这种类型的残留代码也可以通过静态代码分析工具如PMD和FindBugs找到。

5.The FindBugs open source project is a popular static analysis tool for Java code, and, of course, there is an Ecppse plug-in for it.FindBugs开源项目是一个适用于Java代码的流行的静态分析工具,当然,存在一个适合它的Ecppse插件。

6.They're valuable tools that can find real problems, and FindBugs is one of the better ones for epminating false positives.它们是有用的工具,可以找出真正的问题,而FindBugs是在消除误检方面做得最好的工具。

7.These examples are only a small samppng of the types of problems that FindBugs detects (see Resources for more).这些例子只是FindBugs所发现的问题种类的一小部分(更多信息请参阅参考资料)。

8.Now take a look at what you need to add to your build script to use the FindBugs task.现在看看在编译脚本中要加入什么才能使用FindBugs任务。

9.The type atpibute is required and should match the same unique identifier that you used in FindBugs. xml and in your detector's Java code.需要type属性,并且它应当匹配在FindBugs.xml和在检测器的Java代码中使用的相同惟一标识符。

10.But FindBugs is different -- it uses bytecode analysis and a host of plug-in bug pattern detectors to find common bugs in code.但是FindBugs不同,它利用字节码分析和很多内置的bug模式检测器来查找代码中的常见bug。