Manu Sridharan
Manu Sridharan
@kalhauge can you share what kind of exclusions you were using with this analysis? The default exclusions we use with our regression tests exclude `java.awt.*` entirely. Were you analyzing a...
@RaistlinShu it looks like your call graph doesn't really have any methods in it other than some basic standard library ones. So I'm guessing something is messed up there. Why...
@RaistlinShu sorry for my slow response. Unfortunately I can't really help further without some more details. If you can create an example code in a public repo that exposes the...
Closing due to lack of response
@muscar that change will prevent WALA from fast-failing. I am guessing WALA will mostly work when given JDK 14 bytecodes, but there are definitely features we do not yet support....
I don't know much about IntelliJ. I think you'll have better luck getting help from [the mailing list](https://lists.sourceforge.net/lists/listinfo/wala-wala) than posting an issue here. I'll leave this open for now; if...
Are you analyzing source code or bytecode? On Thu, Oct 24, 2019 at 00:02 Jiawei Qin wrote: > jdk: 1.8 > > my example is a spring demo. I write...
Ok, yes, this is using the source front end. @juliandolby are annotations supported in the source front end?
Annotations are definitely supported in the bytecode frontend. @juliandolby would know about source front end.
@juliandolby how is it possible to exclude `AnalysisCache` from TeaVM builds but include `AnalysisCacheImpl`, since `AnalysisCacheImpl extends AnalysisCache`? Can TeaVM load `AnalysisCacheImpl` even though its superclass is missing?