Skip to content

WeatherValueTimeseriesInterpolation.java #1308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from

Merge branch 'dev' into pp/#1304-consider-none-equivalent-value-for-m…

dd4df33
Select commit
Loading
Failed to load commit list.
Draft

WeatherValueTimeseriesInterpolation.java #1308

Merge branch 'dev' into pp/#1304-consider-none-equivalent-value-for-m…
dd4df33
Select commit
Loading
Failed to load commit list.
SonarQubeGithubPRChecks / PowerSystemDataModel Sonarqube Results succeeded May 8, 2025 in 12s

Quality Gate success

Passed

Analysis Details

2 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 2 Code Smells

Coverage and Duplications

  • Coverage No coverage information (75.90% Estimated after merge)
  • Duplications 0.00% Duplicated Code (0.10% Estimated after merge)

Project ID: edu.ie3:PowerSystemDataModel

View in SonarQube

Annotations

Check warning on line 18 in src/main/java/edu/ie3/datamodel/io/factory/timeseries/WeatherValueTimeseriesInterpolation.java

See this annotation in the file changed.

@sonarqubegithubprchecks 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.

Check warning on line 96 in src/main/java/edu/ie3/datamodel/io/factory/timeseries/WeatherValueTimeseriesInterpolation.java

See this annotation in the file changed.

@sonarqubegithubprchecks 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()'