Skip to content

Updated Path & toggle CLArg shortcuts #33

Updated Path & toggle CLArg shortcuts

Updated Path & toggle CLArg shortcuts #33

GitHub Actions / Qodana Community for JVM completed Dec 5, 2023 in 0s

14 new problems found by Qodana Community for JVM

Community for JVM

14 new problems were found

Inspection name Severity Problems
Call to 'printStackTrace()' 🔶 Warning 5
Unused import 🔶 Warning 3
Commented out code ◽️ Notice 3
Method can be extracted ◽️ Notice 3

💡 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/qodana-action@v2023.2.1
        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 notice on line 1 in src/main/java/com/github/beardyking/simpleclargs/actions/CLArgsActionsInsert.java

See this annotation in the file changed.

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

Commented out code

Commented out code (15 lines)

Check notice on line 1 in src/main/java/com/github/beardyking/simpleclargs/actions/CLArgsActionsDelete.java

See this annotation in the file changed.

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

Commented out code

Commented out code (14 lines)

Check notice on line 12 in src/main/java/com/github/beardyking/simpleclargs/actions/CLArgsActionsEnter.java

See this annotation in the file changed.

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

Commented out code

Commented out code (17 lines)

Check notice on line 412 in src/main/java/com/github/beardyking/simpleclargs/ui/CLArgumentTree.java

See this annotation in the file changed.

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

Method can be extracted

It's possible to extract method returning 'movedNodes' from a long surrounding method

Check notice on line 456 in src/main/java/com/github/beardyking/simpleclargs/ui/CLArgumentTree.java

See this annotation in the file changed.

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

Method can be extracted

It's possible to extract method returning 'movedNodes' from a long surrounding method

Check notice on line 207 in src/main/java/com/github/beardyking/simpleclargs/ui/CLArgumentTree.java

See this annotation in the file changed.

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

Method can be extracted

It's possible to extract method returning 'removeNodeButton' from a long surrounding method

Check warning on line 118 in src/main/java/com/github/beardyking/simpleclargs/transferHandler/CheckboxTreeTransferHandler.java

See this annotation in the file changed.

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

Call to 'printStackTrace()'

Call to `printStackTrace()` should probably be replaced with more robust logging

Check warning on line 56 in src/main/java/com/github/beardyking/simpleclargs/serialization/NodeDataJsonParser.java

See this annotation in the file changed.

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

Call to 'printStackTrace()'

Call to `printStackTrace()` should probably be replaced with more robust logging

Check warning on line 25 in src/main/java/com/github/beardyking/simpleclargs/transferHandler/CheckboxTreeTransferHandler.java

See this annotation in the file changed.

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

Call to 'printStackTrace()'

Call to `printStackTrace()` should probably be replaced with more robust logging

Check warning on line 736 in src/main/java/com/github/beardyking/simpleclargs/ui/CLArgumentTree.java

See this annotation in the file changed.

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

Call to 'printStackTrace()'

Call to `printStackTrace()` should probably be replaced with more robust logging

Check warning on line 38 in src/main/java/com/github/beardyking/simpleclargs/serialization/NodeDataJsonParser.java

See this annotation in the file changed.

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

Call to 'printStackTrace()'

Call to `printStackTrace()` should probably be replaced with more robust logging

Check warning on line 4 in src/main/java/com/github/beardyking/simpleclargs/actions/CLArgsActionsMoveUp.java

See this annotation in the file changed.

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

Unused import

Unused import `import com.github.beardyking.simpleclargs.toolWindow.CLArgumentsToolWindow;`

Check warning on line 4 in src/main/java/com/github/beardyking/simpleclargs/actions/CLArgsActionsMoveDown.java

See this annotation in the file changed.

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

Unused import

Unused import `import com.github.beardyking.simpleclargs.toolWindow.CLArgumentsToolWindow;`

Check warning on line 4 in src/main/java/com/github/beardyking/simpleclargs/actions/CLArgsActionsEsc.java

See this annotation in the file changed.

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

Unused import

Unused import `import com.github.beardyking.simpleclargs.toolWindow.CLArgumentsToolWindow;`