Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stéphane Nicoll opened SPR-13824 and commented
For some reason, Animal Sniffer is unable to detect that Function (introduced in Java 1.8) is used against a Java6 signature.
Function
CaffeineCache makes such a use and this got left unnoticed until Brian saw it. No idea where that could come from.
CaffeineCache
Referenced from: commits 7d0ebdd
The text was updated successfully, but these errors were encountered:
Stéphane Nicoll commented
I've added @UsesJava8 on CaffineCache in 7d0ebdd
@UsesJava8
CaffineCache
Sorry, something went wrong.
This is an issue in Animal Sniffer that was reported on their tracker
snicoll
No branches or pull requests
Stéphane Nicoll opened SPR-13824 and commented
For some reason, Animal Sniffer is unable to detect that
Function
(introduced in Java 1.8) is used against a Java6 signature.CaffeineCache
makes such a use and this got left unnoticed until Brian saw it. No idea where that could come from.Referenced from: commits 7d0ebdd
The text was updated successfully, but these errors were encountered: