static-code-analysis
I am looking for a recursion analysis tool [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-18 00:30 分类:问答Finding Design patterns by Static Analysis of C# code by creating a Plugin for Resharper?
I wanted to verify few design patterns in C# code by static analysis. I found that by creating a plugin for Resharper I can verify the patterns on-the-fly while i am coding. But I did not find good do[详细]
2023-02-17 07:11 分类:问答Enforce that a code snippet is always present on a set of Java classes
I have to be sure that a snippet of code get executed in all public methods of classes under a certain package:[详细]
2023-02-16 13:35 分类:问答Gendarme unsafe code detection
Anyone familiar with Gendarme kn开发者_如何学JAVAow if it\'s possible to create a rule that detects C# unsafe code?Yes, this would be possible and fairly easy to do so.[详细]
2023-02-14 21:45 分类:问答Writing a R lint program
When I program in python, I find using pylint very useful. However, when I program in R, there is nothing comparable.[详细]
2023-02-14 17:46 分类:问答Has anybody built a C-file for verifying the code-checking tools for MISRA-2004?
We are using PC-Lint for code-checking our sources for compliance with MISRA-2004. As this is a safety-relevant project and we\'re heading for a certificate by TUV, we need to show pr开发者_如何转开发[详细]
2023-02-03 09:31 分类:问答How to parse an C# assembly and extract every method
For my application I\'d like to parse through an assembly and extract every method and store the name of the method and the source code in one of my objects (I defined in my code).[详细]
2023-01-26 02:50 分类:问答Should I declare these methods const?
I\'m working on some C++ code where I have several manager objects with private methods such as void NotifyFooUpdated();[详细]
2023-01-20 23:07 分类:问答Code analysis fails on project referencing obfuscated assembly
Visual Studio 2010 code analysis fails to run now that we\'ve incor开发者_如何学Goporated a 3rd-party assembly into our project.[详细]
2023-01-12 12:47 分类:问答visual studio 2010 static code analysis migration
I am updating my projects from visual studio 2008 to visual studio 2010, but I\'m st开发者_开发问答ill using TFS 2008.[详细]
2023-01-11 23:25 分类:问答
加载中,请稍侯......