ci: UI test for feature availability in chat panel #194
3 new problems found by Qodana Community for JVM
Qodana Community for JVM
3 new problems were found
| Inspection name | Severity | Problems |
|---|---|---|
Unstable API Usage |
🔴 Failure | 1 |
Unused symbol |
🔶 Warning | 1 |
Function or property has platform type |
◽️ 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
Check notice on line 40 in ui-tests-starter/build.gradle.kts
github-actions / Qodana Community for JVM
Function or property has platform type
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Check failure on line 21 in ui-tests-starter/tst-prep/PreAmazonQUiTest.kt
github-actions / Qodana Community for JVM
Unstable API Usage
'com.intellij.testFramework.ApplicationExtension' is scheduled for removal in a future version
Check warning on line 26 in ui-tests-starter/tst-prep/PreAmazonQUiTest.kt
github-actions / Qodana Community for JVM
Unused symbol
Property "disposable" is never used