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

Ip4 is final but getSortableInteger is protected #9

Open
joelmarty opened this issue Aug 7, 2018 · 1 comment · May be fixed by #10
Open

Ip4 is final but getSortableInteger is protected #9

joelmarty opened this issue Aug 7, 2018 · 1 comment · May be fixed by #10

Comments

@joelmarty
Copy link

Currently it is impossible to access the address field through the getSortableInteger() method because it is protected. It is also impossible to subclass the Ip4 class because it is final.

@joelmarty joelmarty linked a pull request Aug 7, 2018 that will close this issue
@graphex
Copy link

graphex commented Aug 21, 2018

Ugh! Please update! Overprotective classes are no fun for anyone...

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

Successfully merging a pull request may close this issue.

2 participants