代码复查:一个静态代码分析工具可以分析你的代码并报告其中的错误。
Code Review: a static code analysis tool that analyzes your code and reports problems.
在测量工具部分,Jaibeer解释了使用静态代码分析工具的理由。
In the Measurement tools part, Jaibeer explains the reasons to use static code analysis tools.
每个人都用运行时调试器调试过代码,或者用代码分析工具找过执行热点。
Everyone has debugged code with a runtime debugger or found performance hotspots with a code profiler.
在大多数情况下,只要确保您具有最新版本的代码分析工具就可以解决此问题。
In most cases, the issue can be resolved by making sure that you have the most recent version of the code analysis tools.
他解释说,在Klocwork的观点来看,写一个好的代码分析工具的基础在于编译器。
He explained that the cornerstone of good code analysis in Klocwork's view is their compiler.
SQLite使用全面覆盖的测试来保证质量,而不是依靠编译器警告或静态代码分析工具。
Quality assurance in SQLite is done using full-coverage testing, not by compiler warnings or other static code analysis tools.
这种类型的残留代码也可以通过静态代码分析工具如pmd和FindBugs找到。
This sort of vestigial code can also be found by static code analysis tools like PMD and FindBugs.
由于代码分析工具针对代码缺陷执行广泛的检查,因此对不同的警告有基本了解是很有用的。
Because code analysis tools perform extensive checks for code defects, it is useful to have a basic understanding of the different warnings.
进行全面性能测试之前,请考虑使用代码分析工具对应用程序进行分析,以发现潜在的效率低下问题和瓶颈问题。
Before moving into full performance testing, consider using a code profiling tool to analyze the application for potential inefficiencies and bottlenecks.
在这两种情况中,元数据可以指示代码分析工具,虽然参数类型是Object,但Integer才是真正需要的。
In both cases, metadata can instruct a code-analysis tool that although the parameter type is Object, an Integer is what's really desired.
为静态代码分析工具(如FindBugs)编写自定义bug检测器可以显著提高代码质量,并且有许多乐趣。
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.
这个少为人知的代码分析工具,可以检查。NET托管代码装配件,查看其是否符合Microsoft . NETFramework设计指南。
This little-known code analysis tool checks.net managed code assemblies for conformance to the Microsoft.net Framework Design Guidelines.
不得不提的两个插件是进行源代码控制的RationalClearCase插件以及静态代码分析工具FindBugs,eBay使用FindBugs来部分验收其所有源代码。
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.
你可以使用fxcop,或者StyleCop、clonedetective、ndepend、 Visual Studio 2008 附带的codemetricsfeature, 或者其他自选的静态代码分析工具。
Use fxcop, or StyleCop, clone detective, ndepend, the code metrics feature of VS 2008, or any other static analysis tool of your choice.
可以说,任何好的注释或元数据工具的最大优点是能够使用额外的数据来分析代码。
Arguably, the nicest feature of any good annotation or metadata tool is the ability to use the extra data to analyze code.
用于文档编制、编译器检查和代码分析的工具可以使用这些额外信息。
This additional information is used by tools for the purposes of documentation, compiler checking, and code analysis.
JDT提供了几个工具来帮助您分析代码。
静态分析工具是提供总体代码质量的唯一途径。
Static analysis tools are one way of improving overall code quality.
制造代码工具一个必须的东西是AST,用来分析源码。
One necessity for making code tools is the AST, to analyze source.
对它可理解的代码的局限性:例如,静态分析工具需要构建所使用的每种语言以及每个开发平台的完全支持。
Limited to code it can understand: for example, static analysis tools need to build dedicated support for each language and every development platform used.
分析、验证和代码更正工具。
通过本文提供的代码和工具,您可以创建各种视图,帮助分析社会网络的特征。
With the code and tools presented here, you can create a variety of visualizations to help analyze attributes of your social network.
工具还能用它来分析代码,例如,可以提供自动化重构。
It is also used by tools that analyze code, for example to provide automated refactorings.
软件度量和复杂性分析 工具比较了编码代码以构建软件度量功能,以决定它是否是不必要的复杂性。
Software metrics and complexity analysis tools compare program code to established software metrics to determine whether it is unnecessarily complex.
在您收集了响应时间分解数据后,就可以使用性能分析工具对数据进行分析,以便确定哪部分代码导致了问题。
After you have collected response time breakdown data, you can analyze the results in the profiling tools to identify exactly what part of the code is causing the problem.
在清单8中,我调用PMD静态分析工具来搜索代码库中的长方法。
In Listing 8, I'm calling the PMD static analysis tool to search for long methods in the code base.
这个工具分析内核代码的覆盖率,并报告哪些行、函数和分支被覆盖以及它们被访问了多少次。
This tool analyzes the coverage of the kernel, and reports what lines, functions, and branches are covered and how many times they were hit.
现在所使用的新工具为内核提供了代码覆盖分析的功能。
New tools are now being used that instrument the kernel in such a way that code coverage analysis can be performed.
FindBugs就是一个能够查找代码中可能的缺陷模式的开源静态分析工具。
FindBugs is an open source static analysis tool that looks for likely bug patterns in code.
我鼓励读者对自己的代码试用静态分析工具,不管是FindBugs、PMD还是其他的。
I encourage you to try some form of static analysis tool on your code, whether it's FindBugs, PMD, or something else.
应用推荐