您要查找的是不是:
- Contains the code analysis tool that you can opt to run on your code. 包含代码分析工具,可以选择它在代码上运行。
- If you selected Code Analysis, the Code Analysis Policy Editor appears. 如果选择“代码分析”,则会出现“代码分析策略编辑器”对话框。
- Gain hands-on experience by performing code analysis on a managed project. 通过对托管项目执行代码分析获得实践经验。
- The check-in policy passes because the build is up to date and there are no code analysis errors. 由于生成是最新的,并且没有代码分析错误,因此可通过签入策略。
- Visual Studio Team System includes an additional property page for Code Analysis. Visual Studio Team System中包括用于代码分析的附加属性页。
- To manage warning state, list all code analysis warnings in a separate header file. 若要管理警告状态,请在单独的头文件中列出所有代码分析警告。
- During code analysis, errors, warnings, and messages are reported in the Error List window. 在代码分析期间,在“错误列表”窗口中报告错误、警告和消息。
- However, the code analysis part of check-in policy is unavailable on Visual Studio Professional Edition. 但是,签入策略的代码分析部分在Visual Studio专业版中不可用。
- The simplest way to catch bugs early is by increasing the warning level in your compiler and using code analysis tools. 尽早捕获bug的最简单的方法是在编译器中提高警告级别并使用代码分析工具。
- The following list provides several guidelines to help you select and manage code analysis warnings. 下面的列表提供了几条准则,以帮助您选择和管理代码分析警告。
- You can set up code check-in policy to require code analysis to be run as part of the check-in policy. 您可以设置代码签入策略,要求将代码分析作为签入策略的一部分运行。
- By default, violations of Code Analysis rules are displayed in the Visual StudioError List as warnings. 默认情况下,代码分析规则的冲突作为警告显示在Visual Studio的“错误列表”中。
- Code Analysis is designed to help you improve the quality of your code and avoid common pitfalls. 代码分析旨在帮助您提高代码的质量,并避免常见错误。
- To correct this, rebuild the modified project to make sure that it passes the code analysis policy set by the project lead. 若要更正该问题,请重新生成修改后的项目,以确保通过由项目负责人设置的代码分析策略。
- In the list box under Check-in Policy, select the desired policy type, Code Analysis, Testing Policy or Work Items, and click OK. 在“签入策略”下的列表框内,选择所需的策略类型(“代码分析”、“测试策略”或“工作项”),然后单击“确定”。
- In the list box under Check-in Policy, select the desired policy type; Builds, Code Analysis, Testing Policy, or Work Items, and click OK. 在“签入策略”下的列表框内,选择所需的策略类型,即“生成”、“代码分析”、“测试策略”或“工作项”,然后单击“确定”。
- Written a very good book on the Linux source code analysis for the research and learning Linux operating system friends, a great help! 详细说明:这是一个博士写的一本好书,关于Linux系统的源码分析的,对研究Linux系统和学习操作系统的朋友,有很大的帮助!
- For example, you can direct Code Analysis to apply one set of rules to your project for debug builds and a different set for release builds. 例如,可以指示代码分析对项目的调试版本应用一组规则,而对发布版本应用另一组规则。
- You can enable code analysis as part of the check-in policy to control and improve the quality of the code that is checked into the code base. 您可以启用代码分析作为签入策略的一部分,以控制和改进签入代码库的代码的质量。
- Is a free as in beer, closed source static code analysis tool that detects some of the same issues as PMD and FindBugs - and some unique ones. 是一个免费的、非开源静态代码分析工具,它检查的一些问题与PMD和FindBugs的相同,它还可以检查一些独特的问题。