Skip to content

Update dependencies #87

Update dependencies

Update dependencies #87

Triggered via push March 15, 2024 09:12
Status Success
Total duration 2m 18s
Artifacts 1

release.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
release
Importing nested classes/static methods/static fields with commonly-used names can make code harder to read, because it may not be clear from the context exactly which type is being referred to. Qualifying the name with that of the containing class can make the code clearer. Here we recommend using qualified class: GitTransactionHandle.
release
Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
release
Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
release: src/main/java/pl/net/was/trino/git/GitConnector.java#L53
Importing nested classes/static methods/static fields with commonly-used names can make code harder to read, because it may not be clear from the context exactly which type is being referred to. Qualifying the name with that of the containing class can make the code clearer. Here we recommend using qualified class: GitTransactionHandle.
release: src/main/java/pl/net/was/trino/git/GitSplitManager.java#L112
Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
release: src/test/java/pl/net/was/trino/git/TestGitClient.java#L88
Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.

Artifacts

Produced during runtime
Name Size
test report release Expired
35.6 KB