Skip to content

Implement Distributed Hash Table #54

Implement Distributed Hash Table

Implement Distributed Hash Table #54

Triggered via pull request October 29, 2023 15:49
@AshuhAshuh
synchronize #27
dht
Status Success
Total duration 55s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

gradle.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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'