davidmigloz/go-bees

View on GitHub
app/src/main/java/com/davidmiguel/gobees/data/model/MeteoRecord.java

Summary

Maintainability
A
3 hrs
Test Coverage

MeteoRecord has 30 methods (exceeds 20 allowed). Consider refactoring.
Open

@SuppressWarnings("unused")
public class MeteoRecord extends RealmObject {

    @PrimaryKey
    private long id;
Severity: Minor
Found in app/src/main/java/com/davidmiguel/gobees/data/model/MeteoRecord.java - About 3 hrs to fix

    Line is longer than 100 characters (found 105).
    Open

                            @Nullable String weatherConditionIcon, double temperature, double temperatureMin,

    Checks for long lines.

    Rationale: Long lines are hard to read in printouts or if developershave limited screen space for the source code, e.g. if the IDEdisplays additional information like project tree, class hierarchy,etc.

    This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

    There are no issues that match your filters.

    Category
    Status