Skip to content

Implement Remaining Peer Protocol Features #60

Implement Remaining Peer Protocol Features

Implement Remaining Peer Protocol Features #60

GitHub Actions / Qodana Community for JVM completed Dec 5, 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 1
Optional.get() is called without isPresent() check 🔶 Warning 1
Unused import 🔶 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 330 in src/main/java/jtorrent/torrent/domain/handler/TorrentHandler.java

See this annotation in the file changed.

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

Result of method call ignored

Result of `LinkedBlockingQueue.remove()` is ignored

Check warning on line 436 in src/main/java/jtorrent/torrent/domain/handler/TorrentHandler.java

See this annotation in the file changed.

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

Optional.get() is called without isPresent() check

`OptionalInt.getAsInt()` without 'isPresent()' check

Check warning on line 15 in src/main/java/jtorrent/incoming/domain/InboundConnectionListener.java

See this annotation in the file changed.

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

Unused import

Unused import `import jtorrent.common.domain.Constants;`