Fix match ordering #2266
sonar.yml
on: pull_request
Analyze with Sonar
5m 28s
Annotations
1 warning
MAJOR CODE_SMELL:
planetiler-core/src/main/java/com/onthegomap/planetiler/expression/MultiExpression.java#L55
Replace this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()' and ensure that the list is unmodified.
rule: java:S6204 (https://sonarcloud.io/organizations/onthegomap/rules?open=java%3AS6204&rule_key=java%3AS6204)
issue url: https://sonarcloud.io/project/issues?pullRequest=1101&open=AZMqagJlQ-Axrsj-_4wF&id=onthegomap_planetiler
|