Test coverage for building heights [#205] #429
sonar.yml
on: pull_request
Analyze with Sonar
1m 13s
Annotations
2 warnings
CRITICAL CODE_SMELL:
src/main/java/com/protomaps/basemap/layers/Buildings.java#L52
Define a constant instead of duplicating this literal "min_height" 5 times.
rule: java:S1192 (https://sonarcloud.io/organizations/protomaps/rules?open=java%3AS1192&rule_key=java%3AS1192)
issue url: https://sonarcloud.io/project/issues?pullRequest=208&open=AY0MPQOJtmX1LljXeOxN&id=protomaps_basemaps
|
CRITICAL CODE_SMELL:
src/main/java/com/protomaps/basemap/layers/Buildings.java#L52
Define a constant instead of duplicating this literal "height" 5 times.
rule: java:S1192 (https://sonarcloud.io/organizations/protomaps/rules?open=java%3AS1192&rule_key=java%3AS1192)
issue url: https://sonarcloud.io/project/issues?pullRequest=208&open=AY0MPQOJtmX1LljXeOxO&id=protomaps_basemaps
|