Rewrite downloader using virtual threads #1449
sonar.yml
on: pull_request
Analyze with Sonar
6m 34s
Annotations
2 warnings
MAJOR CODE_SMELL:
planetiler-core/src/main/java/com/onthegomap/planetiler/util/Downloader.java#L75
Remove this unused "concurrentDiskWrites" private field.
rule: java:S1068 (https://sonarcloud.io/organizations/onthegomap/rules?open=java%3AS1068&rule_key=java%3AS1068)
issue url: https://sonarcloud.io/project/issues?pullRequest=702&open=AYuADdy1s5iTIkYNnA3n&id=onthegomap_planetiler
|
MAJOR CODE_SMELL:
planetiler-core/src/main/java/com/onthegomap/planetiler/util/Downloader.java#L214
Either log this exception and handle it, or rethrow it with some contextual information.
rule: java:S2139 (https://sonarcloud.io/organizations/onthegomap/rules?open=java%3AS2139&rule_key=java%3AS2139)
issue url: https://sonarcloud.io/project/issues?pullRequest=702&open=AYuADdy1s5iTIkYNnA3m&id=onthegomap_planetiler
|