RLC unsoundness at (pseudo?) assignments to `@MustCallUnknown` · Issue #6990 · typetools/checker-framework · GitHub
More Web Proxy on the site http://driver.im/
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
This is definitely an unsoundness bug. Thanks for the report, @Calvin-L.
The manual suggests that this code should result in a required.method.not.known warning, although that doesn't seem to be the case.
I agree that that's the right behavior here. An @Owning pointer with that type should always produce that warning, so I'm not sure what's going on here. I'll investigate.
The RLC reports no violations on this code, although the
resource
parameter is clearly dropped without being closed:The manual suggests that this code should result in a
required.method.not.known
warning, although that doesn't seem to be the case.The text was updated successfully, but these errors were encountered: