static-analysis
Side-effect free methods in the Java Standard Library
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[详细]
2023-01-05 03:24 分类:问答Static Thread Analysis: Good idea?
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[详细]
2023-01-04 18:19 分类:问答When are global static const variables being initialized?
I tried to search the site for this 开发者_开发知识库question but didn\'t find this exactly, although this subject is being discussed a lot...[详细]
2023-01-04 08:22 分类:问答Detect pointer arithmetics because of LARGEADDRESSAWARE
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.[详细]
2023-01-03 10:26 分类:问答How to use cppcheck's inline suppression filter option for C++ code?
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.[详细]
2023-01-01 17:16 分类:问答Locating multiple nested If statements using regular expressions
Is there a way to search for multiple nested if statements in code using a regular exp开发者_开发百科ression?[详细]
2023-01-01 07:22 分类:问答When to stop following the advice of static code analysis?
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[详细]
2022-12-31 22:52 分类:问答Static code analysis for new language. Where to start? [closed]
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[详细]
2022-12-31 14:15 分类:问答Statically checking a Java app for link errors
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[详细]
2022-12-31 07:25 分类:问答Can ASM method-visitors be used with interfaces?
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[详细]
2022-12-30 16:56 分类:问答