Manu Sridharan
Manu Sridharan
Does the `SourceDirCallGraph` driver work for people having this issue? https://github.com/wala/WALA/blob/master/com.ibm.wala.cast.java.ecj/src/com/ibm/wala/cast/java/ecj/util/SourceDirCallGraph.java I have tested that before. If it doesn't work, can you provide a small example that shows the crash?
Looked into this a bit. It looks like there are a couple of issues going on with WALA master. But regarding the `factory.getLoader failed java.lang.NullPointerException` issue, I think this is...
On WALA master the example from @Anemone95 fails as follows: ``` Exception in thread "main" com.ibm.wala.ipa.cha.ClassHierarchyException: factory.getLoader failed at com.ibm.wala.ipa.cha.ClassHierarchy.(ClassHierarchy.java:291) at com.ibm.wala.ipa.cha.ClassHierarchy.(ClassHierarchy.java:203) at com.ibm.wala.ipa.cha.ClassHierarchyFactory.make(ClassHierarchyFactory.java:81) at com.ibm.wala.ipa.cha.ClassHierarchyFactory.make(ClassHierarchyFactory.java:67) at com.ibm.wala.cast.java.ecj.util.SourceDirCallGraph.main(SourceDirCallGraph.java:63) Caused by:...
Thanks for the report, @meciarm. For now, I *believe* you should be able to make WALA run on Java 9+ by modifying the property file to point to a JDK...
FWIW, I believe the WALA `master` branch should at least not crash now for input programs using Java 11 bytecodes. We still don't have full support for all features, like...
FYI I think there is a workaround for this issue at https://github.com/javaparser/javaparser/issues/3403#issuecomment-960509150
I don't know this code. @juliandolby can you take a look?
Oof it's been a long time since I've been in this code. @juliandolby any thoughts here?
Link works for me. Try again? On Fri, Apr 27, 2018 at 8:38 AM Ameerah89 wrote: > Hi, > > Why does this link does not work suddenly? > I...
Honestly I have no idea why the `MethodExit` nodes are disconnected. Can you see if they get connected if you add control dependencies? If they are still disconnected maybe we...