Run a static analysis tool against your code.
使用静态代码分析工具来检查自己的代码。
Identify areas for review and inspection with a source-code static analysis tool.
使用源代码静态分析工具识别检查区域。
FindBugs is an open source static analysis tool that looks for likely bug patterns in code.
FindBugs就是一个能够查找代码中可能的缺陷模式的开源静态分析工具。
In Listing 8, I'm calling the PMD static analysis tool to search for long methods in the code base.
在清单8中,我调用PMD静态分析工具来搜索代码库中的长方法。
An additional benefit of the static analysis tool is that it enables developers to learn from the best practices.
静态分析工具的额外的好处是它使得开发人员了解了最佳实践。
I encourage you to try some form of static analysis tool on your code, whether it's FindBugs, PMD, or something else.
我鼓励读者对自己的代码试用静态分析工具,不管是FindBugs、PMD还是其他的。
With over a million lines of code, how long do you think it would take to run a static analysis tool against the code?
对于一百万行代码,您认为运行静态分析工具要花多长时间?
However I would expect that a static analysis tool would be much better approach as the source code size becomes large.
不过我希望,静态分析工具将更好的方法随着源代码的大小变得很大。
CPD, which is part of the popular open source static analysis tool PMD, reports the number of duplicate lines in a code base.
CPD是流行的开源静态分析工具pmd的一部分,它报告代码基中重复行的数量。
To work around this problem a number of static analysis tool developers are exploring using annotations to define these details.
为了解决这些问题,有些静态分析工具开发人员试图使用注解来定义相关细节。
Use fxcop, or StyleCop, clone detective, ndepend, the code metrics feature of VS 2008, or any other static analysis tool of your choice.
你可以使用fxcop,或者StyleCop、clonedetective、ndepend、 Visual Studio 2008 附带的codemetricsfeature, 或者其他自选的静态代码分析工具。
This article provides a pattern of correlating a code smell to a measure that can be configured to be flagged from an automated static analysis tool.
本文提供了一种使代码味道与一种度量方法相关的模式,这种度量方法可以配置为通过自动静态分析工具标记。
Static analysis tools may produce a large number of warning messages, which need to be well managed to allow the most effective use of the tool.
静态分析工具会生成很多告警信息,需要很好的进行管理以更有效地利用工具。
The phrase "source-code static analysis tool" is a general term for a tool that extracts information from the source code itself without executing the program.
词组“源代码静态分析工具”是一个通用的词汇,它表示用于在未执行程序的情况下从源代码提取信息的工具。
FindBugs is a static analysis tool that examines your class or JAR files looking for potential problems by matching your bytecodes against a list of bug patterns.
FindBugs是一个静态分析工具,它检查类或者JAR文件,将字节码与一组缺陷模式进行对比以发现可能的问题。
This is possible because the static analysis tool provides examples of each of the issues that it can identify, along with a description of how the issue can be resolved.
这是可能的,因为静态分析工具提供了它可以识别的每个问题的实例,以及如何解决该问题的描述。
By using a static analysis tool such as PMD's CPD or CheckStyle, you can determine areas of high code duplication on a continual basis as part of running an automated build.
使用诸如pmd的CPD或CheckStyle这样的静态分析工具,您能够将整个分析过程作为自动构建的一部分,持续分析,确定代码重复度高的区域。
Based on the practice, it has proved that the static analysis tool has made evidence effective when it collects data and distills the program's system information and models information.
初步的实践证明上述静态分析器可以提高数据采集效率,能够对程序系统信息及模块信息进行有效提取。
Finally, there is a static code analysis tool for T-SQL.
最后,有一个面向t - SQL的静态代码分析工具。
Code Review: a static code analysis tool that analyzes your code and reports problems.
代码复查:一个静态代码分析工具可以分析你的代码并报告其中的错误。
Static analysis is a valuable tool used by many organizations to help manage large code bases.
静态分析是许多企业都使用的很有价值的工具,可以帮助管理大型代码库。
Getting started with static analysis is more then just buying a tool and adding it into your environment.
开始静态分析不只是购买一个工具并将其添加到环境中。
Example: Static analysis and inspection tool
示例:静态分析和检查工具
CheckStyle: CheckStyle is an open source static source code analysis tool.
CheckStyle: CheckStyle是一个开源静态资源代码分析工具。
The new emphasis on static analysis started with FX Cop, an internal Microsoft tool that was so successful that they released it to the public.
静态分析重新获得关注,始于一款Microsoft内部的工具——FXCop,由于它非常受欢迎,所以微软将其公开发布。
Two which get a mention are the Rational ClearCase plug-in for source-code control and static code analysis tool FindBugs which is used by eBay as part of their acceptance of any source code.
不得不提的两个插件是进行源代码控制的RationalClearCase插件以及静态代码分析工具FindBugs,eBay使用FindBugs来部分验收其所有源代码。
For example, static analysis can be used to determine all of the Web entry points to an application, and feed that information to a dynamic analysis tool.
例如,静态分析可以用来决定到应用程序的所有We b入口点,并为动态分析工具提供信息。
Writing custom bug detectors for a static code analysis tool such as FindBugs can offer tremendous leverage in improving code quality, and it can be a lot of fun.
为静态代码分析工具(如FindBugs)编写自定义bug检测器可以显著提高代码质量,并且有许多乐趣。
Microsoft has released version 1.36 of FxCop, the popular static code analysis and policy enforcement tool.
FxCop是一个广泛使用的静态代码分析器和策略优化工具,最近微软发布了该产品的1.36版本。
Besides, ANSYS is a large general-purpose software, which can be used to analyze static, dynamic, harmonic response and transient dynamic analysis of the machine tool.
ANSYS软件是一种大型通用的有限元分析软件,可以准确的进行机床的静力、模态、谐响应以及瞬态动力学的有限元分析。
应用推荐