Skip to content
New issue

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

CachedHashCodeInitializer does not support protected or package-local cachedHashCode #110

Closed
npgall opened this issue Mar 31, 2015 · 1 comment
Labels

Comments

@npgall
Copy link

npgall commented Mar 31, 2015

The new 1.7.2 release is working great - many thanks!

One minor problem though is it does not support cached hash codes fields which have protected, or package-local access. The patch I submitted for this feature before did support that, so something might have gotten lost in the merge. It would be great if it allowed any access modified except public, for example.

@jqno jqno added the accepted label Apr 1, 2015
@jqno
Copy link
Owner

jqno commented Jul 18, 2015

I've just released version 1.7.3, which fixes this.

@jqno jqno closed this as completed Jul 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants