WeatherValueTimeseriesInterpolation.java #1308
Draft
SonarQubeGithubPRChecks / PowerSystemDataModel Sonarqube Results
succeeded
May 8, 2025 in 12s
Quality Gate success
Annotations
sonarqubegithubprchecks / PowerSystemDataModel Sonarqube Results
src/main/java/edu/ie3/datamodel/io/factory/timeseries/WeatherValueTimeseriesInterpolation.java#L18
Add a private constructor to hide the implicit public one.
sonarqubegithubprchecks / PowerSystemDataModel Sonarqube Results
src/main/java/edu/ie3/datamodel/io/factory/timeseries/WeatherValueTimeseriesInterpolation.java#L96
Replace this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()'
Loading