Skip to content

Implement Distributed Hash Table #54

Implement Distributed Hash Table

Implement Distributed Hash Table #54

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Qodana Community for JVM completed Oct 29, 2023 in 0s

3 new problems found by Qodana Community for JVM

Qodana Community for JVM

3 new problems were found

Inspection name Severity Problems
Result of method call ignored 🔶 Warning 2
Unchecked warning 🔶 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 48 in src/main/java/jtorrent/domain/manager/Client.java

See this annotation in the file changed.

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

Result of method call ignored

Result of `Observable.subscribe()` is ignored

Check warning on line 33 in src/main/java/jtorrent/presentation/viewmodel/ViewModel.java

See this annotation in the file changed.

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

Result of method call ignored

Result of `Observable.subscribe()` is ignored

Check warning on line 51 in src/main/java/jtorrent/domain/util/bencode/BencodedList.java

See this annotation in the file changed.

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

Unchecked warning

Unchecked assignment: 'java.util.Map' to 'java.util.Map'