Skip to content

Dev -> Main for 0.5.1 #93

Dev -> Main for 0.5.1

Dev -> Main for 0.5.1 #93

GitHub Actions / Qodana Community for JVM completed Nov 13, 2023 in 0s

66 new problems found by Qodana Community for JVM

Community for JVM

66 new problems were found

Inspection name Severity Problems
Field may be 'final' 🔶 Warning 33
Field can be local 🔶 Warning 20
Unchecked warning 🔶 Warning 4
Magic Constant 🔶 Warning 2
Unstable API Usage 🔶 Warning 2
Nullability and data flow problems 🔶 Warning 1
Deprecated API usage 🔶 Warning 1
String concatenation in loop 🔶 Warning 1
Call to 'printStackTrace()' 🔶 Warning 1
Unnecessary 'return' statement 🔶 Warning 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 warning on line 166 in src/main/java/org/overengineer/inlineproblems/DocumentMarkupModelScanner.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `getPath` may produce `NullPointerException`

Check warning on line 127 in src/main/java/org/overengineer/inlineproblems/ProblemManager.java

See this annotation in the file changed.

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

Deprecated API usage

'INFO' is deprecated

Check warning on line 16 in src/main/java/org/overengineer/inlineproblems/entities/DrawDetails.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 15 in src/main/java/org/overengineer/inlineproblems/entities/DrawDetails.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 19 in src/main/java/org/overengineer/inlineproblems/entities/InlineProblem.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 42 in src/main/java/org/overengineer/inlineproblems/settings/SettingsState.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 36 in src/main/java/org/overengineer/inlineproblems/settings/SettingsState.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 33 in src/main/java/org/overengineer/inlineproblems/settings/SettingsState.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 23 in src/main/java/org/overengineer/inlineproblems/entities/InlineProblem.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 22 in src/main/java/org/overengineer/inlineproblems/entities/DrawDetails.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 30 in src/main/java/org/overengineer/inlineproblems/entities/InlineProblem.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 17 in src/main/java/org/overengineer/inlineproblems/entities/DrawDetails.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 41 in src/main/java/org/overengineer/inlineproblems/entities/InlineProblem.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 21 in src/main/java/org/overengineer/inlineproblems/entities/DrawDetails.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 25 in src/main/java/org/overengineer/inlineproblems/entities/InlineProblem.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 19 in src/main/java/org/overengineer/inlineproblems/entities/DrawDetails.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 37 in src/main/java/org/overengineer/inlineproblems/InlineProblemLabel.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 24 in src/main/java/org/overengineer/inlineproblems/entities/InlineProblem.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 34 in src/main/java/org/overengineer/inlineproblems/InlineProblemLabel.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 26 in src/main/java/org/overengineer/inlineproblems/entities/InlineProblem.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 44 in src/main/java/org/overengineer/inlineproblems/entities/InlineProblem.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 39 in src/main/java/org/overengineer/inlineproblems/settings/SettingsState.java

See this annotation in the file changed.

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

Field can be local

Field can be converted to a local variable

Check warning on line 39 in src/main/java/org/overengineer/inlineproblems/settings/SettingsState.java

See this annotation in the file changed.

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

Field may be 'final'

Field `showWeakWarningsInGutter` may be 'final'

Check warning on line 96 in src/main/java/org/overengineer/inlineproblems/settings/SettingsState.java

See this annotation in the file changed.

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

Field may be 'final'

Field `problemLineLengthOffsetPixels` may be 'final'

Check warning on line 38 in src/main/java/org/overengineer/inlineproblems/entities/InlineProblem.java

See this annotation in the file changed.

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

Field may be 'final'

Field `inlineProblemLabelHashCode` may be 'final'