x22x22 opened a new pull request #5613:
URL: https://github.com/apache/skywalking/pull/5613
Please answer these questions before submitting a pull request
- Why submit this pull request?
- [x] Bug fix
- [ ] New feature provided
- [ ] Improve performance
- Related issues
___
### Bug fix
- Bug description.
Declaring a type parameter that is only used in the return type is a misuse
of generics: operations on the type parameter are unchecked, it hides unsafe
casts at invocations of the method, and it interacts badly with method overload
resolution.
this is false positive
- How to fix?
@SuppressWarnings("TypeParameterUnusedInFormals")
___
### New feature or improvement
- Describe the details and related test reports.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]