Skip to content

ci: UI test for feature availability in chat panel #194

ci: UI test for feature availability in chat panel

ci: UI test for feature availability in chat panel #194

GitHub Actions / Qodana Community for JVM completed Feb 24, 2025 in 0s

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]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 40 in ui-tests-starter/build.gradle.kts

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Property "disposable" is never used