Skip to content

Use new overload of `Row.textFieldWithBrowseButton`

Sign in for the full log view
GitHub Actions / Qodana for JVM completed Oct 3, 2024 in 0s

26 new problems found by Qodana for JVM

Qodana for JVM

26 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 21
Unresolved reference in KDoc 🔶 Warning 2
Unused import directive 🔶 Warning 1
Duplicated code fragment ◽️ Notice 1
Class member can have 'private' visibility ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Detected 7 dependencies

Third-party software list

This page lists the third-party software dependencies used in ryecharm

Dependency Version Licenses
com.jetbrains.performanceplugin 243.18137.19+273 Apache-2.0
com.jetbrains.restclient 243.18137.19+880 Apache-2.0
MIT
intellij.jupyter.core 243.18137.19+485 MIT
javascript 243.18137.19+782 MIT
pythoncore 243.18137.19+866 Apache-2.0
tanvd.grazi 243.18137.19+815 Apache-2.0
LGPL-2.0-or-later
LGPL-2.1-only
MIT
training 243.18137.19+769 Apache-2.0
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 50 in src/main/kotlin/insyncwithfoo/ryecharm/ruff/documentation/options/RuffOptionDocumentationTargetProvider.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check warning on line 139 in src/main/kotlin/insyncwithfoo/ryecharm/ruff/documentation/options/RuffOptionDocumentationTarget.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unresolved reference in KDoc

Cannot resolve symbol 'OptionInfoRenderer'

Check warning on line 40 in src/main/kotlin/insyncwithfoo/ryecharm/uv/sdk/UVSDKFlavor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unresolved reference in KDoc

Cannot resolve symbol 'path'

Check warning on line 9 in src/main/kotlin/insyncwithfoo/ryecharm/uv/sdk/UVSDKFlavor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused import directive

Unused import directive

Check notice on line 46 in src/main/kotlin/insyncwithfoo/ryecharm/ruff/linting/RuffDisableRuleComment.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Class member can have 'private' visibility

Property 'codeList' could be private

Check warning on line 47 in src/main/kotlin/insyncwithfoo/ryecharm/rye/commands/Rye.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Property "project" is never used

Check warning on line 23 in src/main/kotlin/insyncwithfoo/ryecharm/Module.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Property "interpreterPath" is never used

Check warning on line 69 in src/main/kotlin/insyncwithfoo/ryecharm/ruff/linting/RuffDisableRuleComment.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Property "colon" is never used

Check warning on line 39 in src/main/kotlin/insyncwithfoo/ryecharm/Progresses.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Function "runInForeground" is never used

Check warning on line 31 in src/main/kotlin/insyncwithfoo/ryecharm/UIExtensions.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Function "applyReturningComponent" is never used

Check warning on line 14 in src/main/kotlin/insyncwithfoo/ryecharm/uv/commands/PythonListCommand.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Class "PythonListCommand" is never used

Check warning on line 185 in src/main/kotlin/insyncwithfoo/ryecharm/Notifications.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Function "noInterpreterFound" is never used

Check warning on line 29 in src/main/kotlin/insyncwithfoo/ryecharm/Messages.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Function "somethingIsWrong" is never used

Check warning on line 48 in src/main/kotlin/insyncwithfoo/ryecharm/Project.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Property "modules" is never used

Check warning on line 38 in src/main/kotlin/insyncwithfoo/ryecharm/NotificationActions.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Function "addCopyTextAction" is never used

Check warning on line 74 in src/main/kotlin/insyncwithfoo/ryecharm/ruff/linting/RuffDisableRuleComment.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Property "codes" is never used

Check warning on line 24 in src/main/kotlin/insyncwithfoo/ryecharm/uv/commands/PythonListCommand.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Function "parseOutput" is never used

Check warning on line 211 in src/main/kotlin/insyncwithfoo/ryecharm/Documentation.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Function "icon" is never used

Check warning on line 9 in src/main/kotlin/insyncwithfoo/ryecharm/uv/commands/PythonListCommand.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Property "downloadable" is never used

Check warning on line 25 in src/main/kotlin/insyncwithfoo/ryecharm/Messages.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Function "somethingIsWrong" is never used

Check warning on line 19 in src/main/kotlin/insyncwithfoo/ryecharm/uv/sdk/UVSDKAdditionalData.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Constructor is never used

Check warning on line 62 in src/main/kotlin/insyncwithfoo/ryecharm/CommandRunners.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Function "runInForeground" is never used

Check warning on line 99 in src/main/kotlin/insyncwithfoo/ryecharm/Documentation.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Function "bottom" is never used

Check warning on line 79 in src/main/kotlin/insyncwithfoo/ryecharm/ruff/linting/RuffDisableRuleComment.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Property "codeListIsNotSpecified" is never used

Check warning on line 29 in src/main/kotlin/insyncwithfoo/ryecharm/APIAvailability.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused symbol

Property "wslIsSupported" is never used