add tile-copy utility #1614
sonar.yml
on: pull_request
Analyze with Sonar
4m 19s
Annotations
2 warnings
MINOR CODE_SMELL:
planetiler-core/src/main/java/com/onthegomap/planetiler/archive/TileArchiveWriter.java#L263
Remove this unused "lastEncoded" local variable.
rule: java:S1481 (https://sonarcloud.io/organizations/onthegomap/rules?open=java%3AS1481&rule_key=java%3AS1481)
issue url: https://sonarcloud.io/project/issues?pullRequest=772&open=AYzgcPYq8bIpO6x9o_TM&id=onthegomap_planetiler
|
MINOR CODE_SMELL:
planetiler-core/src/main/java/com/onthegomap/planetiler/pmtiles/WriteablePmtiles.java#L95
Remove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from method's body.
rule: java:S1130 (https://sonarcloud.io/organizations/onthegomap/rules?open=java%3AS1130&rule_key=java%3AS1130)
issue url: https://sonarcloud.io/project/issues?pullRequest=772&open=AYzgcPZg8bIpO6x9o_TN&id=onthegomap_planetiler
|