Move tileset version into Basemap.java [#59] #378
sonar.yml
on: pull_request
Analyze with Sonar
1m 23s
Annotations
4 warnings
CRITICAL CODE_SMELL:
src/main/java/com/protomaps/basemap/layers/Earth.java#L13
Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
rule: java:S1186 (https://sonarcloud.io/organizations/protomaps/rules?open=java%3AS1186&rule_key=java%3AS1186)
issue url: https://sonarcloud.io/project/issues?pullRequest=178&open=AYu2n7aav3POhCEEtq7W&id=protomaps_basemaps
|
MAJOR CODE_SMELL:
src/main/java/com/protomaps/basemap/layers/Earth.java#L20
Remove this unused method parameter "sf".
rule: java:S1172 (https://sonarcloud.io/organizations/protomaps/rules?open=java%3AS1172&rule_key=java%3AS1172)
issue url: https://sonarcloud.io/project/issues?pullRequest=178&open=AYu2n7aav3POhCEEtq7X&id=protomaps_basemaps
|
CRITICAL CODE_SMELL:
src/main/java/com/protomaps/basemap/layers/Water.java#L15
Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
rule: java:S1186 (https://sonarcloud.io/organizations/protomaps/rules?open=java%3AS1186&rule_key=java%3AS1186)
issue url: https://sonarcloud.io/project/issues?pullRequest=178&open=AYu2n7Z3v3POhCEEtq7U&id=protomaps_basemaps
|
MAJOR CODE_SMELL:
src/main/java/com/protomaps/basemap/layers/Water.java#L22
Remove this unused method parameter "sf".
rule: java:S1172 (https://sonarcloud.io/organizations/protomaps/rules?open=java%3AS1172&rule_key=java%3AS1172)
issue url: https://sonarcloud.io/project/issues?pullRequest=178&open=AYu2n7Z3v3POhCEEtq7V&id=protomaps_basemaps
|