文件名称:NET代码复杂度检查工具
文件大小:4.5MB
文件格式:RAR
更新时间:2013-09-27 15:39:02
检查工具 代码复杂度检查工具 NET代码检查工具 C#代码复杂度检查工具
1.SourceAnalysis (StyleCop)的终极目标是让所有人都能写出优雅和一致的代码,因此这些代码具有很高的可读性。 早就听说了微软内部的静态代码检查和代码强制格式美化工具 StyleCop)不是代码格式化(代码美化)工具,而是代码规范检查工具(Code Review 工具),它不仅仅检查代码格式,而是编码规范,包括命名和注释等。 2.FxCopSetup代码优化查询 SourceAnalysis (StyleCop)检查的规则包括: 布局(Layout of elements, statements, expressions, and query clauses ) 括号位置(Placement of curly brackets, parenthesis, square brackets, etc ) 空格(Spacing around keywords and operator symbols ) 行距(Line spacing ) 参数位置(Placement of method parameters within method declarations or method calls ) 元素标准排列(Standard ordering of elements within a class ) 注释格式(Formatting of documentation within element headers and file headers ) 命名(Naming of elements, fields and variables ) 内置类型的使用(Use of the built-in types ) 访问修饰符的使用(Use of access modifiers ) 文件内容(Allowed contents of files ) Debugging文本(Debugging text)
【文件预览】:
代码检查工具
----StyleCopRules.zip(226KB)
----StyleCopSDK.zip(1.8MB)
----Microsoft.StyleCop.msi(1.2MB)
----说明.txt(296B)
----FxCopSetup.exe(1.96MB)