Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] right click the mouse and the toolbar will display the corresp… #8

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Merge branch 'feautre_dev_0.1' of https://github.com/RAOE/CodeSnap.id…

40db024
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[Feat] right click the mouse and the toolbar will display the corresp… #8

Merge branch 'feautre_dev_0.1' of https://github.com/RAOE/CodeSnap.id…
40db024
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Nov 17, 2024 in 0s

21 new problems found by Qodana Community for JVM

Qodana Community for JVM

21 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 10
Unused import directive 🔶 Warning 4
Redundant semicolon 🔶 Warning 3
Obvious explicit type 🔶 Warning 1
Redundant nullable return type 🔶 Warning 1
Package name does not match containing directory ◽️ Notice 1
Accessor call that can be replaced with property access syntax ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.2.5
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 6 in src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 3 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 9 in src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check warning on line 5 in src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt

See this annotation in the file changed.

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

Unused import directive

Unused import directive

Check notice on line 9 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt

See this annotation in the file changed.

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

Package name does not match containing directory

Package directive does not match the file location

Check warning on line 50 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt

See this annotation in the file changed.

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

Obvious explicit type

Explicitly given type is redundant here

Check warning on line 27 in src/main/kotlin/com/github/raoe/codesnapidea/configuration/CodeSnap.kt

See this annotation in the file changed.

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

Redundant nullable return type

'getHelpTopic' always returns non-null type

Check warning on line 50 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 33 in src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 1 in src/main/kotlin/com/github/raoe/codesnapidea/configuration/CodeSnap.kt

See this annotation in the file changed.

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

Redundant semicolon

Redundant semicolon

Check warning on line 26 in src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt

See this annotation in the file changed.

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

Unused symbol

Constructor is never used

Check warning on line 90 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt

See this annotation in the file changed.

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

Unused symbol

Function "loadSettings" is never used

Check warning on line 15 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettings.kt

See this annotation in the file changed.

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

Unused symbol

Class "CodeSnapSettings" is never used

Check warning on line 32 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettings.kt

See this annotation in the file changed.

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

Unused symbol

Property "shortcut" is never used

Check warning on line 86 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt

See this annotation in the file changed.

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

Unused symbol

Function "saveSettings" is never used

Check warning on line 28 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettings.kt

See this annotation in the file changed.

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

Unused symbol

Property "shortcutEnabled" is never used

Check warning on line 21 in src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt

See this annotation in the file changed.

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

Unused symbol

Constructor is never used

Check warning on line 14 in src/main/kotlin/icons/SdkIcons.kt

See this annotation in the file changed.

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

Unused symbol

Object "SdkIcons" is never used

Check warning on line 36 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettings.kt

See this annotation in the file changed.

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

Unused symbol

Property "defaultSavePath" is never used

Check warning on line 18 in src/main/kotlin/com/github/raoe/codesnapidea/ui/CodeSnapSettingsUI.kt

See this annotation in the file changed.

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

Unused symbol

Property "basicSettingTitle" is never used

Check notice on line 33 in src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt

See this annotation in the file changed.

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

Accessor call that can be replaced with property access syntax

Use of getter method instead of property access syntax