Implement Distributed Hash Table #54
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 warnings
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Result of method call ignored:
src/main/java/jtorrent/domain/manager/Client.java#L48
Result of `Observable.subscribe()` is ignored
|
Result of method call ignored:
src/main/java/jtorrent/presentation/viewmodel/ViewModel.java#L33
Result of `Observable.subscribe()` is ignored
|
Unchecked warning:
src/main/java/jtorrent/domain/util/bencode/BencodedList.java#L51
Unchecked assignment: 'java.util.Map' to 'java.util.Map'
|