Edward Poot

Results 87 comments of Edward Poot

@msridhar OK. Regarding the availability in the Maven repository, I am trying to add the missing projects but I am not that experienced with Maven and the setup is a...

Hi @msridhar, Did you have any opportunity yet to change how missing library jars are handled? This would be a great case for the use of Optionals in Java 8,...

OK. I can certainly temporary fix it, although doing it in a proper way requires much knowhow of how the library operates. Tomorrow I will put some example code in...

Hi @msridhar Finally had some time to provide an example displaying the issue. This is the tiny system I want to create a callgraph for: https://github.com/edwardmp/wala-issue-example This tiny example depends...

@msridhar is it OK if a open a pull request in which some null checks are added?

@msridhar That is very convenient, but what is more important is the problem mentioned above leading to a NPE. I've been pulling my hair out the last few hours trying...

@msridhar Unfortunately, the company I conduct my research at only has certain clients' systems source code available and (usually) not any binaries. I tried a few other call graph libraries...

@msridhar Well basically because I have checked that I have jars of all dependencies. Also, in the PMD case I deleted most source files and traced it to 1 specific...

@msridhar spent the last few hours adding checks but this is not really a solution; sometimes you can skip a part of a method but other times you can only...