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

Cast in ScopeGraphUtils #106

Open
AZWN opened this issue Oct 5, 2022 · 0 comments
Open

Cast in ScopeGraphUtils #106

AZWN opened this issue Oct 5, 2022 · 0 comments

Comments

@AZWN
Copy link
Contributor

AZWN commented Oct 5, 2022

Short description
Remove cast in ScopeGraphUtils.

Problem description.
In order to keep Java 11 type inference happy, an cast was inserted in

t -> (Map.Entry<L, Iterable<S>>)new AbstractMap.SimpleImmutableEntry<L, Iterable<S>>(t.getKey().getValue(), t.getValue()), Collectors.toSet())));

Describe the solution you'd like
It would be better to fin the correct type bounds, and add those explicitly

Describe alternatives you've considered

Additional context
Not having the cast works in Java 8

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

No branches or pull requests

1 participant