Update dependencies #77
Annotations
20 warnings
|
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: AwsTransactionHandle.
|
|
|
|
|
toString overrides method in Object; expected @OverRide
|
|
getTableHandle implements method in ConnectorMergeTableHandle; expected @OverRide
|
getSupportedFilters implements method in FilterApplier; expected @OverRide
|
trino-cloud-aws/src/main/java/pl/net/was/cloud/aws/AwsColumnHandle.java#L52
Prefer instanceof to getClass when implementing Object#equals.
|
trino-cloud-aws/src/main/java/pl/net/was/cloud/aws/AwsConnector.java#L58
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: AwsTransactionHandle.
|
trino-cloud-aws/src/main/java/pl/net/was/cloud/aws/AwsMetadata.java#L126
The field 'LEGACY_UPDATE_DELETE_IMPLEMENTATION' is never read.
|
trino-cloud-aws/src/main/java/pl/net/was/cloud/aws/AwsRecordSetProvider.java#L274
Method 'encodeRow' is never used.
|
trino-cloud-aws/src/main/java/pl/net/was/cloud/aws/AwsRecordSetProvider.java#L78
The field 's3' is never read.
|
trino-cloud-aws/src/main/java/pl/net/was/cloud/aws/AwsRecordSetProvider.java#L94
The local variable 'columns' is never read.
|
trino-cloud-aws/src/main/java/pl/net/was/cloud/aws/AwsTableHandle.java#L63
toString overrides method in Object; expected @OverRide
|
trino-cloud-aws/src/main/java/pl/net/was/cloud/aws/AwsMergeSink.java#L91
Execution may fall through from the previous case; add a `// fall through` comment before this line if it was deliberate
|
trino-cloud-aws/src/main/java/pl/net/was/cloud/aws/AwsOutputTableHandle.java#L53
getTableHandle implements method in ConnectorMergeTableHandle; expected @OverRide
|
trino-cloud-aws/src/main/java/pl/net/was/cloud/aws/filters/BucketFilter.java#L24
getSupportedFilters implements method in FilterApplier; expected @OverRide
|
This job succeeded
Loading