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
Covariant return type change detected: java.nio.Buffer java.nio.ByteBuffer.position(int) has been changed to java.nio.ByteBuffer java.nio.ByteBuffer.position(int)
This is not a helpful warning, especially as the return value is discarded :-)
The text was updated successfully, but these errors were encountered:
Actually, I take that back, it's a helpful warning. This causes breakage if you compile if JDK<9 compatibility mode using JDK9+: plasma-umass/doppio#497
Given the code:
Animal Sniffer reports:
This is not a helpful warning, especially as the return value is discarded :-)
The text was updated successfully, but these errors were encountered: