GeometryPipeline #2340
sonar.yml
on: pull_request
Analyze with Sonar
5m 35s
Annotations
3 warnings
Analyze with Sonar
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CRITICAL BUG:
planetiler-core/src/main/java/com/onthegomap/planetiler/geo/DualMidpointSmoother.java#L183
Make sure "sin" can't be zero before doing this division.
rule: java:S3518 (https://sonarcloud.io/organizations/onthegomap/rules?open=java%3AS3518&rule_key=java%3AS3518)
issue url: https://sonarcloud.io/project/issues?pullRequest=1118&open=AZOR6g9U3cbatTPvm6KP&id=onthegomap_planetiler
|
MINOR CODE_SMELL:
planetiler-core/src/main/java/com/onthegomap/planetiler/render/FeatureRenderer.java#L73
Reduce the total number of break and continue statements in this loop to use at most one.
rule: java:S135 (https://sonarcloud.io/organizations/onthegomap/rules?open=java%3AS135&rule_key=java%3AS135)
issue url: https://sonarcloud.io/project/issues?pullRequest=1118&open=AZNtSguGl82vLXeF5ZYO&id=onthegomap_planetiler
|