有很多的代码分析(FxCop)警告。
静态代码分析可以帮助你找出你软件中可能的代码错误。
Static code analysis can help you to figure out the possible coding errors in your software.
工作空间层是对整个解决方案执行代码分析和重构的起点。
The workspace layer is the starting point for doing code analysis and refactoring over entire solutions.
在此之前,你需要了解关于.NET代码分析的一些情况;
Up front there is something you need to know about . NET code analysis; there is no SDK.
可以利用下一节的代码分析快速启动一个定制项目。
You can use the walkthrough presented in the next section to jump-start a customized project.
在这里和这里,代码分析团队写作了一些帖子描述这个新的功能。
The Code Analysis team has a couple of posts describing the new feature, here and here.
文章中包含了完整的示例源代码,并带有逐行的代码分析。
Complete source code examples will be included, with line-by-line analysis of what the code is doing.
用于文档编制、编译器检查和代码分析的工具可以使用这些额外信息。
This additional information is used by tools for the purposes of documentation, compiler checking, and code analysis.
一般来说,元数据的好处分为三类:文档编制、编译器检查和代码分析。
In general, metadata's benefits fall into three categories: documentation, compiler checking, and code analysis.
代码复查:一个静态代码分析工具可以分析你的代码并报告其中的错误。
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.
但是如果你考虑公司实现代码分析面对的文化阻碍,那它就更具吸引力了。
But if you consider the cultural barriers faced by companies implementing code analysis, it's even more compelling.
代码分析应在开发的早期阶段进行,或将其作为开发后的第一个性能测试。
Code profiling should be done in the early stages of development, or as a first performance test after development.
然而,要提供有效的、包括一切的代码分析及存储,就非常需要这种复杂性。
However, this complexity is needed to provide efficient, all-embracing code analysis and storage.
RubyMine可以在输入代码时进行即时代码分析,并高亮提示错误。
RubyMine performs code analysis as code is typed, highlighting errors.
微软也在为他们提供越来越多的支持,让他们更好地在静态代码分析上做投入。
Microsoft is adding support for contracts, which combine asserts with static code analysis.
静态的代码分析清楚的显示了EmployeeBean使用雇员登录数据源。
A static code analysis clearly shows that EmployeeBean USES the data source with the employee login.
每个人都用运行时调试器调试过代码,或者用代码分析工具找过执行热点。
Everyone has debugged code with a runtime debugger or found performance hotspots with a code profiler.
静态代码分析,在Windows平台上长期受到忽视,近几年却变得越来越重要。
Static code analysis, long neglected on the Windows platform, has been becoming more and more import in the last few years.
因为我们的过程的第三个步骤处理实际的代码分析,所以在RUP中没有等价的规程。
Since the third step of our process deals with actual code analysis, there is no equivalent discipline in RUP.
通过自动代码分析解决方案,能够验证应用程序是否包含许多常见的安全性问题,诸如
With an automated code analysis solution, applications can be validated as to whether or not they contain many common security issues, such as
这种类型的残留代码也可以通过静态代码分析工具如pmd和FindBugs找到。
This sort of vestigial code can also be found by static code analysis tools like PMD and FindBugs.
独一无二的C#代码分析功能——随时随地查找并高亮标识错误,并且提供代码建议;
Unique Code Analysis for C# - finds and highlights errors on the fly and offers code suggestions
他解释说,在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.
本文的目的是逐渐地让您适应自动的代码分析,并且介绍一些为您的软件开发过程带来的好处。
The goals are to gently ease you into automated code analysis and to present some of the benefits that this can bring to your software development process.
清单9给出了用清单8中的代码分析清单1、清单2和清单3中代码的完整结构所生成的输出。
Listing 9 gives the output generated by using the Listing 8 code to analyze the full structure of the code from Listing 1, Listing 2, and Listing 3.
静态代码分析使您能够评审代码基础——全部或者任何一个部分——满足一定标准的代码的出现。
Static code analysis allows you to review the code base — all of it or any part — for the occurrence of code that meets certain criteria.
随着攻击的进化,将会有工具辅助代码分析,代码分析可提供信息以帮助您找到存在漏洞的代码行。
As these attacks evolve there will be tools to assist with code analysis that will give information to help you find the lines of code where the vulnerabilities exist.
微软的程序经理Duke Kamstra写过一篇介绍如何进行代码分析和代码度量的网志。
Duke Kamstra, Program Manager for Microsoft, has a walk-through on his Code Analysis and Code Metrics blog.
应用推荐