We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ScopeGraphUtils
Short description Remove cast in ScopeGraphUtils.
Problem description. In order to keep Java 11 type inference happy, an cast was inserted in
nabl/scopegraph/src/main/java/mb/scopegraph/oopsla20/ScopeGraphUtil.java
Line 23 in 3ee894a
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
The text was updated successfully, but these errors were encountered:
AZWN
No branches or pull requests
Short description
Remove cast in
ScopeGraphUtils
.Problem description.
In order to keep Java 11 type inference happy, an cast was inserted in
nabl/scopegraph/src/main/java/mb/scopegraph/oopsla20/ScopeGraphUtil.java
Line 23 in 3ee894a
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
The text was updated successfully, but these errors were encountered: