Skip to content

fix: compatibility with intellij 243+

Sign in for the full log view
GitHub Actions / Qodana Community for JVM completed Dec 18, 2024 in 0s

703 new problems found by Qodana Community for JVM

Qodana Community for JVM

703 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 3
Unstable API Usage 🔶 Warning 553
Deprecated API usage 🔶 Warning 45
Nullability and data flow problems 🔶 Warning 14
Field may be 'final' 🔶 Warning 13
Constant values 🔶 Warning 9
Unchecked warning 🔶 Warning 6
Field can be local 🔶 Warning 5
Result of method call ignored 🔶 Warning 5
@NotNull/@Nullable problems 🔶 Warning 5
Redundant semicolon 🔶 Warning 5
Magic constant 🔶 Warning 3
Unused import 🔶 Warning 3
Incorrect string capitalization 🔶 Warning 2
Minimum 'switch' branches 🔶 Warning 2
Redundant 'if' statement 🔶 Warning 2
Condition is covered by further condition 🔶 Warning 1
Duplicate throws 🔶 Warning 1
Functional expression can be folded 🔶 Warning 1
Number of placeholders does not match number of arguments in logging call 🔶 Warning 1
Non-final field in 'enum' 🔶 Warning 1
Redundant type cast 🔶 Warning 1
Redundant character escape 🔶 Warning 1
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 1
Unnecessary unicode escape sequence 🔶 Warning 1
Commented out code ◽️ Notice 9
Constant values ◽️ Notice 4
Method can be extracted ◽️ Notice 2
Logger initialized with foreign class ◽️ Notice 2
Non-distinguishable logging calls ◽️ Notice 2

💡 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/[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 143 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/issues/overview/IssueComponent.java

See this annotation in the file changed.

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

Commented out code

Commented out code (4 lines)

Check notice on line 204 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/review/PatchReviewThreadComponentFactory.java

See this annotation in the file changed.

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

Commented out code

Commented out code (2 lines)

Check notice on line 293 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/timeline/TimelineComponentFactory.java

See this annotation in the file changed.

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

Commented out code

Commented out code (2 lines)

Check notice on line 212 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/review/PatchReviewThreadComponentFactory.java

See this annotation in the file changed.

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

Commented out code

Commented out code (2 lines)

Check notice on line 167 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/review/PatchReviewThreadComponentFactory.java

See this annotation in the file changed.

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

Commented out code

Commented out code (4 lines)

Check notice on line 220 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/timeline/TimelineComponentFactory.java

See this annotation in the file changed.

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

Commented out code

Commented out code (4 lines)

Check notice on line 85 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/review/PatchReviewThreadComponentFactory.java

See this annotation in the file changed.

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

Commented out code

Commented out code (3 lines)

Check notice on line 285 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/timeline/TimelineComponentFactory.java

See this annotation in the file changed.

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

Commented out code

Commented out code (2 lines)

Check notice on line 190 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/PatchProposalPanel.java

See this annotation in the file changed.

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

Commented out code

Commented out code (2 lines)

Check warning on line 85 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/PatchComponentFactory.java

See this annotation in the file changed.

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

Condition is covered by further condition

Condition 'c == null' covered by subsequent condition '!(c instanceof GitCommit gc)'

Check warning on line 215 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/config/RadicleSettingsView.java

See this annotation in the file changed.

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

Constant values

Condition `!isRadHomeValidPath` is always `true`

Check warning on line 144 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/review/PatchReviewThreadComponentFactory.java

See this annotation in the file changed.

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

Constant values

Condition `res != null` is always `false`

Check warning on line 224 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/config/RadicleSettingsView.java

See this annotation in the file changed.

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

Constant values

Condition `!isRadHomeValidPath` is always `true`

Check warning on line 336 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/services/RadicleCliService.java

See this annotation in the file changed.

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

Constant values

Condition `gitResult.getOutput() != null` is always `true`

Check warning on line 212 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/timeline/TimelineComponentFactory.java

See this annotation in the file changed.

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

Constant values

Condition `success` is always `false`

Check notice on line 148 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/review/PatchReviewThreadComponentFactory.java

See this annotation in the file changed.

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

Constant values

Value `success` is always 'false'

Check warning on line 336 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/services/RadicleCliService.java

See this annotation in the file changed.

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

Constant values

Condition `gitResult != null` is always `true`

Check notice on line 215 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/timeline/TimelineComponentFactory.java

See this annotation in the file changed.

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

Constant values

Value `success` is always 'false'

Check notice on line 125 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/services/RadicleCliService.java

See this annotation in the file changed.

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

Constant values

Value `active` is always 'true'

Check notice on line 68 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/actions/rad/RadCobShow.java

See this annotation in the file changed.

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

Constant values

Value `patch` is always 'null'

Check warning on line 157 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/review/PatchReviewThreadComponentFactory.java

See this annotation in the file changed.

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

Constant values

Condition `success` is always `false`

Check warning on line 211 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/timeline/TimelineComponentFactory.java

See this annotation in the file changed.

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

Constant values

Condition `edited != null` is always `false`

Check warning on line 145 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/patches/review/PatchReviewThreadComponentFactory.java

See this annotation in the file changed.

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

Constant values

Condition `success` is always `false`

Check warning on line 74 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/dialog/PublishDialog.java

See this annotation in the file changed.

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

Nullability and data flow problems

Dereference of `((Visibility) visibilitySelect.getSelectedItem())` may produce `NullPointerException`

Check warning on line 172 in src/main/java/network/radicle/jetbrains/radiclejetbrainsplugin/dialog/TrackDialog.java

See this annotation in the file changed.

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

Nullability and data flow problems

Dereference of `((RadTrack.RadTrackType) trackActionSelect.getSelectedItem())` may produce `NullPointerException`