About 50 results
Open links in new tab
  1. Java Static analysis : Getting started - Stack Overflow

    Jan 15, 2015 · Javalib / Sawja is an library for writing static analyzers for Java in Caml. It provides many of the building blocks needed for static analysis, including primitives to: parse Java bytecode create …

  2. Static analysis of Java call graph - Stack Overflow

    Call-path analysis and class hieararchy resolution are performed using the JDT platform Search and Call Hierarchy mechanisms. Sequence diagrams are generated from a static analysis of of the JDT …

  3. Static Analysis tool recommendation for Java? - Stack Overflow

    Sep 19, 2008 · Being vaguely familiar with the Java world I was googling for a static analysis tool that would also was intelligent enough to fix the issues it finds. I ran at CodePro tool but, again, I'm new to ...

  4. static analysis - How can I (statically) analyze java code and extract ...

    Feb 8, 2013 · How can I (statically) analyze java code and extract actual parameter values in constructors or methods? Asked 13 years ago Modified 13 years ago Viewed 589 times

  5. Can static analysis detect memory leaks? - Stack Overflow

    May 9, 2016 · Static analysis is capable of detecting the potential for a memory leak, in the form of a construct that is can be anticipated to lead to memory leaks. It cannot, however, detect the presence …

  6. static analysis - Soot: How to analyze a java file in a package ...

    Oct 23, 2022 · I have two java files under the tests directory. I use the following code to set up Soot for further analysis(i.e., construct a call graph) but meet an error of are ...

  7. static analysis - What's wrong with using System.err in Java? - Stack ...

    Jan 7, 2017 · 7 Whilst I agree with the points above about using a logging framework, I still tend to use System.err output in one place: Within shut-down hooks. This is because I discovered that when …

  8. Coverity for Java static analysis - Stack Overflow

    Oct 6, 2008 · I'd like to get comments from people who have used or evaluated Coverity for statically analysing Java-code. I know it's popular in C/C++ world, but is it worth spending the money for Java …

  9. java - 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 m...

  10. "intermediate directory contains no translation units" error while ...

    May 12, 2016 · Another common problem is that you didn't do a clean build, so no actual compilations were seen. If you've configured Java properly and captured a clean build and still aren't seeing TUs …