Skip to content
GitHub Actions / Qodana Community for JVM completed Apr 22, 2024 in 0s

4 new problems found by Qodana Community for JVM

Qodana Community for JVM

4 new problems were found

Inspection name Severity Problems
Nullability and data flow problems 🔶 Warning 2
Result of method call ignored 🔶 Warning 1
Unused assignment 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 229 in src/main/java/team/elrant/bubbles/xmpp/ConnectedUser.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `equals` may produce `NullPointerException`

Check warning on line 183 in src/main/java/team/elrant/bubbles/xmpp/ConnectedUser.java

See this annotation in the file changed.

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

Nullability and data flow problems

Argument `this.getPassword()` might be null

Check warning on line 177 in src/main/java/team/elrant/bubbles/xmpp/ConnectedUser.java

See this annotation in the file changed.

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

Result of method call ignored

Result of `File.delete()` is ignored

Check warning on line 101 in src/main/java/team/elrant/bubbles/gui/ChatViewController.java

See this annotation in the file changed.

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

Unused assignment

The value `"\n" + tokenizer.nextToken()` assigned to `line` is never used