Push on main #14
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
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
github-actions / Qodana Community for JVM
Unchecked warning
Unchecked cast: 'java.lang.Object' to 'java.util.Map'
github-actions / Qodana Community for JVM
Unchecked warning
Unchecked cast: 'java.lang.Object' to 'java.util.List\>'