Manu Sridharan
Manu Sridharan
> @msridhar I can see not supporting 1/2/4, but the way 3 is worded, one of the approaches listed must apply to you, I think. Which is it, I'd be...
We haven't dug into this in as much detail as @artempyanykh but I am 100% in favor of decisions that do not make the difficult inference problem even more so....
@cpovirk @kevinb9n thanks for the discussion and for pointing to #149 (I tried to find one with some searches but failed)! I think I'm convinced that not having a baked-in...
I am seeing the same issue as @blackdiz. Here is my branch: https://github.com/msridhar/tainting-example/tree/called-methods-lombok On that branch, here is what I see: ``` $ ./gradlew compileJava --console=plain --stacktrace Starting a Gradle...
The fix worked for me; thanks!
> Note: This PR can wait until the next release of NullAway (0.10.2). Do you mean until _after_ that release?
It seems like there might be multiple different issues being discussed here, and I haven't read the related source code all that carefully. Let me try to guess at what...
> I think this explains most of the behavior. I still don't understand the second example. Here, we do have a constant string, so I'm assuming WALA's context interpreter can...
This is all great info for debugging, thanks @amordahl! One more ask: can you paste your whole "driver" for building a WALA call graph? I just want to see what...
Thanks! Is there a particular value of `CommandLineOptions.callGraphBuilder` that you were using when reproducing the strange behaviors above?