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

Cleanup typecasts and compiler warnings regarding typecasts #301

Open
Zomis opened this issue Jun 21, 2022 · 1 comment
Open

Cleanup typecasts and compiler warnings regarding typecasts #301

Zomis opened this issue Jun 21, 2022 · 1 comment
Labels
refactor Improvements to the code quality, not directly to existing functionality

Comments

@Zomis
Copy link
Owner

Zomis commented Jun 21, 2022

A lot of places are marked with e.g. Unchecked cast: ActionTypeImplEntry<T, Any> to ActionTypeImplEntry<T, A>

This can be cleaned up in many cases by marking the appropriate type parameters in the right places with either out or in (usually out)

@Zomis
Copy link
Owner Author

Zomis commented Jun 21, 2022

@Zomis Zomis added the refactor Improvements to the code quality, not directly to existing functionality label Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Improvements to the code quality, not directly to existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant