I\'m working on an analysis for Java programs that requires side-effect information about method calls.For standard library classes, I would like to compile a list of methods with read-only parameters
I help maintain and build on a fairly large Swing GUI, with a lot of complex interaction.Often I find myself fixing bugs that are the result of things getting into odd states due to some race conditio
I tried to search the site for this 开发者_开发知识库question but didn\'t find this exactly, although this subject is being discussed a lot...
I would like to switch my application to LARGEADDRESSAWARE. One of issues to watch for is pointer arithmetic, as pointer difference can no longer be represented as signed 32b.
I would like to use Cppcheck for static code analysis of my C++ code. I learned that I can suppress some kind of warnings with --inline-suppr command.
Is there a way to search for multiple nested if statements in code using a regular exp开发者_开发百科ression?
I do use static code analysis on a project with more than 100.000 lines of Java code for quite a while now. I started with Findbugs, which gave me around 1500 issues at the beginning. I fixed the most
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I have a scenario where I have code written against version 1 of a library but I want to ship version 2 of the library instead. The code has shipped and is therefore not changeable. 开发者_Python百科I
I need to write a tool that lists the classes that call methods of specified interfaces. It will be used as part of the build process of a large java application consisting of many modules. The goal i