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

Remove redundant casts #13509

Merged
merged 2 commits into from
Jul 24, 2023
Merged

Remove redundant casts #13509

merged 2 commits into from
Jul 24, 2023

Conversation

hyperxpro
Copy link
Contributor

Motivation:
We should remove unnecessary redundant type casing for primitive types of byte, int and long.

Modification:
Removed unnecessary redundant type casing

Result:
No more redundant casting

@normanmaurer normanmaurer added this to the 4.1.96.Final milestone Jul 24, 2023
@normanmaurer normanmaurer merged commit c07dec1 into netty:4.1 Jul 24, 2023
14 checks passed
@hyperxpro hyperxpro deleted the casting branch July 24, 2023 06:38
@normanmaurer
Copy link
Member

@hyperxpro thanks a lot!

@hyperxpro
Copy link
Contributor Author

Anytime @normanmaurer :)

normanmaurer pushed a commit that referenced this pull request Jul 24, 2023
Motivation:
We should remove unnecessary redundant type casing for primitive types
of byte, int and long.

Modification:
Removed unnecessary redundant type casing

Result:
No more redundant casting
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 this pull request may close these issues.

None yet

2 participants