"Static Analysis" refers to the software tools (or their use) to analyze application code for arbitrary properties, such as errors (uninitialized variables, possible SQL injection-attack, is this code-dead, can an argument be null,...) or structure (what is the call graph for this code?
I m in process of understanding and building a static code analysis tool for a proprietary language from a big …
static-analysisIt's not very hard to break binary backwards-compatibility of a DSO/shared library with a C++ interface. That said, is …
c++ shared-libraries static-analysis backwards-compatibilityRecieved following warning while capturing the build for my project on Coverity. [WARNING] No files were emitted. This may be …
java static-analysis coverityI want to see class, function and variable/property, dependencies visually, like NDepend, but for ActionScript 2 or AS3 code. Any …
actionscript-3 actionscript code-analysis static-analysisI have a dependency as source in my project that I have no control over. I'm using cmake's clang-tidy integration …
cmake static-analysis cppcheck clang-tidyIn Java is this nice tool called FindBugs. Is there something similar in .Net?
.net static-analysis findbugsLarge projects with multiple developers often result in code that is inconsistent in style. I am looking for a lint-like …
objective-c cocoa static-analysis lintI've recently inherited a large PHP application with NO objects/modules/namespaces...only a lot of files containing functions. Of …
php graph dependencies static-analysis codesnifferI like my code being in order, i.e. properly formatted, readable, designed, tested, checked for bugs, etc. In fact …
unit-testing code-analysis static-analysis software-quality