I am doing static code analysis (Using Gimpel PC- Lint) of my source code. In code analysis, i am getting a warning \'Suspicious Truncation in arithmetic expression combining with pointer\'.
Is there a way to obtain a list of all classe开发者_高级运维s that implement a certain Interface inside a directory?In the directory:
I am in need of running static code analysis using fxCop for C#..NET projects and display its results in Sonar? I am new to Sonar. Can I run FxCop from S开发者_运维问答onar on .NET code. How would I d
im searching for any tool 开发者_Go百科that can detect any missing dispose calls on classes that do data access and file operations. And if it checks another performance issues it will be nice.
I just read about the LLVM project and that it could be used to do static an开发者_开发技巧alysis on C/C++ codes using the analyzer Clang which the front end of LLVM. I wanted to know if it is possibl
I have a Java project which consists of a couple of modules. I am using Sonar to statically analyse my code. Currently I am using sonar-runner to analyse each of the modules, and they appear as differ
I have the following example code and would like to know what kind of annotations I can use to avoid them.
I am looking for the best way to convert large amounts of code to 64bit.It was suggested to me that I look into some static code analysis tools such as cpptest to spot the portab开发者_JAVA百科ility p
I\'m working on a large legacy PHP project. The problem that we are facing is that many of the php scripts are tightly coupled to the database which makes managing and changing the application very di
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.