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

Wrong super method called in AssociativeAddressTrie.elementsContaining #44

Closed
spencejackson opened this issue Jun 18, 2020 · 3 comments
Closed

Comments

@spencejackson
Copy link

Currently calling super.elementsContainedBy
Should call super.elementsContaining

@seancfoley
Copy link
Owner

yes, right here, you are correct

@seancfoley
Copy link
Owner

As a work-around you can call getRoot().elementsContaining

@seancfoley
Copy link
Owner

Fixed in version 5.3.2

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

No branches or pull requests

2 participants