Skip to content

Feature/upgrade it to latest intellij version #96

Feature/upgrade it to latest intellij version

Feature/upgrade it to latest intellij version #96

GitHub Actions / Qodana Community for JVM completed Nov 26, 2024 in 0s

71 new problems found by Qodana Community for JVM

Community for JVM

71 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 35
Unused import directive 🔶 Warning 15
Unstable API Usage 🔶 Warning 6
Incorrect string capitalization 🔶 Warning 1
Inconsistent comment for Java parameter 🔶 Warning 1
Usage of redundant or deprecated syntax or deprecated symbols 🔶 Warning 1
Redundant 'Unit' return type 🔶 Warning 1
Property naming convention ◽️ Notice 5
Const property naming convention ◽️ Notice 2
Non-distinguishable logging calls ◽️ Notice 2
Join declaration and assignment ◽️ Notice 1
Package name does not match containing directory ◽️ 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:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

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/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 24 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/data/GlobalData.kt

See this annotation in the file changed.

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

Const property naming convention

Const property name `refactorMachineRolePromptDescription` should not contain lowercase letters

Check notice on line 25 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/data/GlobalData.kt

See this annotation in the file changed.

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

Const property naming convention

Const property name `virtuousCircleRolePromptDescription` should not contain lowercase letters

Check warning on line 20 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/actions/CopyPromptAction.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Copy prompt' is not properly capitalized. It should have title capitalization

Check warning on line 56 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/managers/PsiManager.kt

See this annotation in the file changed.

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

Inconsistent comment for Java parameter

Inconsistent parameter name for 'p0'

Check notice on line 23 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/services/ChatGPTService.kt

See this annotation in the file changed.

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

Join declaration and assignment

Can be joined with assignment

Check warning on line 85 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/toolWindow/MoneyPennyToolWindow.kt

See this annotation in the file changed.

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

Usage of redundant or deprecated syntax or deprecated symbols

Unnecessary non-null assertion (!!) on a non-null receiver of type JPanel

Check warning on line 5 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/actions/EditorReplaceTextAction.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/sloppylopez/moneypennyideaplugin/helper/ToolWindowHelper.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/sloppylopez/moneypennyideaplugin/toolWindow/PostStartupActivity.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 7 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/actions/EditorReplaceTextAction.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/sloppylopez/moneypennyideaplugin/actions/EditorReplaceTextAction.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/sloppylopez/moneypennyideaplugin/intentions/ComparatorComparisonFix.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 25 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/helper/ToolWindowHelper.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 12 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/helper/ToolWindowHelper.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 4 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/toolWindow/TextAreaFactory.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 6 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/actions/EditorReplaceTextAction.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 20 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/helper/ToolWindowHelper.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 8 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/actions/EditorReplaceTextAction.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 19 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/helper/ToolWindowHelper.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 10 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/helper/ToolWindowHelper.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 11 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/helper/ToolWindowHelper.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 65 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/actions/RunAllPromptAction.kt

See this annotation in the file changed.

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

Non-distinguishable logging calls

Similar log messages

Check notice on line 56 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/actions/RunAllPromptAction.kt

See this annotation in the file changed.

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

Non-distinguishable logging calls

Similar log messages

Check notice on line 1 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/constants/Constants.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 notice on line 27 in src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/client/ChatGPTData.kt

See this annotation in the file changed.

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

Property naming convention

Property name `total_tokens` should not contain underscores