Bump ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin from 1.0.25 to 1.1.1 in the dependency-updates group across 1 directory #194
Annotations
5 warnings
Build with Maven:
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.
|
Build with Maven:
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.
|
Build with Maven:
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.
|
Build with Maven:
src/test/java/pl/net/was/trino/git/TestGitMetadata.java#L100
Caught exceptions should not be ignored
|
Build with Maven:
src/test/java/pl/net/was/trino/git/TestGitMetadata.java#L144
Caught exceptions should not be ignored
|
Loading