Alvaro2112/Money_run

View on GitHub
app/src/main/java/sdp/moneyrun/weather/OpenWeatherMap.java

Summary

Maintainability
A
1 hr
Test Coverage
B
84%

Method getRawForecast has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Nullable
    private String getRawForecast(@NonNull LocationRepresentation location) throws IOException {
        String queryUrl = API_ENDPOINT +
                "?lat=" + location.getLatitude() +
                "&lon=" + location.getLongitude() +
Severity: Minor
Found in app/src/main/java/sdp/moneyrun/weather/OpenWeatherMap.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status