Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

FP: Private method is never called #31

Open
ben-manes opened this issue Nov 6, 2016 · 0 comments
Open

FP: Private method is never called #31

ben-manes opened this issue Nov 6, 2016 · 0 comments

Comments

@ben-manes
Copy link

The method CaffeineConfiguration.$deserializeLambda$() is private and never called.
The private method CaffeineConfiguration.$deserializeLambda$() is never explicitly called
and probably should be removed. If it's designed to be called via reflection or via method
handles API, it's a good practice to annotate it by some annotation which will explicitly
signal that the method is necessary.

Seems to not recognize Java serialization yet. Unfortunately required due to the JSR's interface.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant