You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pulling in #1092 I noticed in framework/src/main/java/org/checkerframework/framework/flow/CFAbstractTransfer.java that there is a new check doesLambdaLeak that interacts with the Aliasing Checker.
I didn't see that this was documented.
Look whether this check has a performance impact and make sure it is documented.
The text was updated successfully, but these errors were encountered:
When pulling in #1092 I noticed in framework/src/main/java/org/checkerframework/framework/flow/CFAbstractTransfer.java that there is a new check
doesLambdaLeak
that interacts with the Aliasing Checker.I didn't see that this was documented.
Look whether this check has a performance impact and make sure it is documented.
The text was updated successfully, but these errors were encountered: