Skip to content

Push on main

Push on main #14

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

16 new problems found by Qodana Community for JVM

Qodana Community for JVM

16 new problems were found

Inspection name Severity Problems
Result of method call ignored 🔶 Warning 9
Unchecked warning 🔶 Warning 3
Field can be local 🔶 Warning 1
Possibly lossy implicit cast in compound assignment 🔶 Warning 1
Method is identical to its super method 🔶 Warning 1
Method can be extracted ◽️ Notice 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 notice on line 56 in src/main/java/jtorrent/domain/model/tracker/http/HttpTracker.java

See this annotation in the file changed.

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

Method can be extracted

It's possible to extract method returning 'map' from a long surrounding method

Check warning on line 24 in src/main/java/jtorrent/presentation/JTorrent.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/jtorrent/presentation/model/UiPeer.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 53 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 32 in src/main/java/jtorrent/presentation/model/UiPeer.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 54 in src/main/java/jtorrent/presentation/model/UiTorrent.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 56 in src/main/java/jtorrent/presentation/model/UiTorrent.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 58 in src/main/java/jtorrent/presentation/model/UiTorrent.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 89 in src/main/java/jtorrent/domain/handler/tracker/TrackerHandler.java

See this annotation in the file changed.

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

Result of method call ignored

Result of `ExecutorService.awaitTermination()` is ignored

Check warning on line 57 in src/main/java/jtorrent/presentation/model/UiTorrent.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 35 in src/main/java/jtorrent/domain/model/peer/message/typed/Bitfield.java

See this annotation in the file changed.

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

Possibly lossy implicit cast in compound assignment

Implicit cast from 'int' to 'byte' in compound assignment can be lossy

Check warning on line 78 in src/main/java/jtorrent/domain/model/tracker/udp/message/request/UdpAnnounceRequest.java

See this annotation in the file changed.

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

Method is identical to its super method

Method `getTransactionId()` is identical to its super method

Check warning on line 35 in src/main/java/jtorrent/data/util/MapUtil.java

See this annotation in the file changed.

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

Unchecked warning

Unchecked cast: 'java.lang.Object' to 'java.util.List'

Check warning on line 31 in src/main/java/jtorrent/data/util/MapUtil.java

See this annotation in the file changed.

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

Unchecked warning

Unchecked cast: 'java.lang.Object' to 'java.util.Map'

Check warning on line 34 in src/main/java/jtorrent/domain/model/tracker/http/response/HttpAnnounceResponse.java

See this annotation in the file changed.

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

Unchecked warning

Unchecked cast: 'java.lang.Object' to 'java.util.List\>'