static-analysis
Warning -- Suspicious Truncation in arithmetic expression combining with pointer
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\'.[详细]
2023-04-12 02:37 分类:问答Get classes in a directory with PHP
Is there a way to obtain a list of all classe开发者_高级运维s that implement a certain Interface inside a directory?In the directory:[详细]
2023-04-11 00:32 分类:问答Code analysis using fxCop for C#..NET projects to display its results in Sonar
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[详细]
2023-04-10 18:11 分类:问答Tool to detect missing disposes
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.[详细]
2023-04-06 19:30 分类:问答Instrumenting C/C++ codes using LLVM
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[详细]
2023-04-06 18:09 分类:问答Sonar - how to create sub projects with sonnar-runner
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[详细]
2023-04-06 13:59 分类:问答Annotations for NULL Dereference in Prefast and Compiling on GCC
I have the following example code and would like to know what kind of annotations I can use to avoid them.[详细]
2023-04-06 09:47 分类:问答static code analysis tools for spotting 64bit portability problems?
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[详细]
2023-04-06 08:49 分类:问答Static Analysis tool to detect table dependencies in PHP application
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[详细]
2023-04-02 16:41 分类:问答Is there a tool to test the conciseness of c program? [closed]
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.[详细]
2023-03-31 20:38 分类:问答