Move CodeWhispererTelemetryService metrics to OTel #5041
15 new problems found by Qodana Community for JVM
Qodana Community for JVM
15 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Usage of redundant or deprecated syntax or deprecated symbols |
🔶 Warning | 14 |
Nested lambda has shadowed implicit parameter |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendServiceInvocationEvent(String, RequestContext, ResponseContext, Int, Boolean, Double, String?): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendServiceInvocationEvent(String, RequestContext, ResponseContext, Int, Boolean, Double, String?): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendUserDecisionEvent(RequestContextNew, ResponseContext, DetailContextNew, Int, CodewhispererSuggestionState, Int): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendUserTriggerDecisionEvent(SessionContextNew, RequestContextNew, ResponseContext, RecommendationContextNew, CodewhispererSuggestionState, Duration?, Int, Int, Int): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendServiceInvocationEvent(Int, String, RequestContextNew, ResponseContext, Int, Boolean, Double, String?): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendUserDecisionEvent(RequestContextNew, ResponseContext, DetailContextNew, Int, CodewhispererSuggestionState, Int): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendServiceInvocationEvent(String, RequestContext, ResponseContext, Int, Boolean, Double, String?): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendServiceInvocationEvent(Int, String, RequestContextNew, ResponseContext, Int, Boolean, Double, String?): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendFailedServiceInvocationEvent(kotlin.Exception /\* = java.lang.Exception \*/): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendFailedServiceInvocationEvent(kotlin.Exception /\* = java.lang.Exception \*/): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendUserDecisionEvent(RequestContext, ResponseContext, DetailContext, Int, CodewhispererSuggestionState, Int): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendUserDecisionEvent(RequestContext, ResponseContext, DetailContext, Int, CodewhispererSuggestionState, Int): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendUserTriggerDecisionEvent(RequestContext, ResponseContext, RecommendationContext, CodewhispererSuggestionState, Duration?, Int, Int, Int): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Usage of redundant or deprecated syntax or deprecated symbols
'sendServiceInvocationEvent(Int, String, RequestContextNew, ResponseContext, Int, Boolean, Double, String?): Unit' is deprecated. Does not capture entire context of method call
github-actions / Qodana Community for JVM
Nested lambda has shadowed implicit parameter
Implicit parameter 'it' of enclosing lambda is shadowed