add country-coder json [#44] #883
sonar.yml
on: pull_request
Analyze with Sonar
1m 22s
Annotations
7 warnings
MINOR CODE_SMELL:
src/main/java/com/protomaps/basemap/feature/CountryCoder.java#L33
Reduce the total number of break and continue statements in this loop to use at most one.
rule: java:S135 (https://sonarcloud.io/organizations/protomaps/rules?open=java%3AS135&rule_key=java%3AS135)
issue url: https://sonarcloud.io/project/issues?pullRequest=328&open=AZT5vTknmPS2lTWGP0IB&id=protomaps_basemaps
|
MINOR CODE_SMELL:
src/test/java/com/protomaps/basemap/feature/CountryCoderTest.java#L13
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/protomaps/rules?open=java%3AS1130&rule_key=java%3AS1130)
issue url: https://sonarcloud.io/project/issues?pullRequest=328&open=AZT5xKd9GGIQq751FZEU&id=protomaps_basemaps
|
MINOR CODE_SMELL:
src/test/java/com/protomaps/basemap/feature/CountryCoderTest.java#L20
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/protomaps/rules?open=java%3AS1130&rule_key=java%3AS1130)
issue url: https://sonarcloud.io/project/issues?pullRequest=328&open=AZT5xKd9GGIQq751FZEV&id=protomaps_basemaps
|
MINOR CODE_SMELL:
src/test/java/com/protomaps/basemap/feature/CountryCoderTest.java#L27
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/protomaps/rules?open=java%3AS1130&rule_key=java%3AS1130)
issue url: https://sonarcloud.io/project/issues?pullRequest=328&open=AZT5xKd9GGIQq751FZEW&id=protomaps_basemaps
|
MINOR CODE_SMELL:
src/test/java/com/protomaps/basemap/feature/CountryCoderTest.java#L34
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/protomaps/rules?open=java%3AS1130&rule_key=java%3AS1130)
issue url: https://sonarcloud.io/project/issues?pullRequest=328&open=AZT5xKd9GGIQq751FZEX&id=protomaps_basemaps
|
MINOR CODE_SMELL:
src/test/java/com/protomaps/basemap/feature/CountryCoderTest.java#L41
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/protomaps/rules?open=java%3AS1130&rule_key=java%3AS1130)
issue url: https://sonarcloud.io/project/issues?pullRequest=328&open=AZT5xKd9GGIQq751FZEY&id=protomaps_basemaps
|
MINOR CODE_SMELL:
src/test/java/com/protomaps/basemap/feature/CountryCoderTest.java#L48
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/protomaps/rules?open=java%3AS1130&rule_key=java%3AS1130)
issue url: https://sonarcloud.io/project/issues?pullRequest=328&open=AZT5xKd9GGIQq751FZEZ&id=protomaps_basemaps
|