Dhruv Agrawal

Results 1 issues of Dhruv Agrawal

``` @NullMarked class Test { private static class Inner { Inner identity() { return this; } } Inner mThing = new Inner(); void foo() { mThing = mThing.identity(); } }...

jspecify
false negative