njomeau/zuluzulu

View on GitHub
app/src/androidTest/java/ch/epfl/sweng/zuluzulu/Utility.java

Summary

Maintainability
A
1 hr
Test Coverage

Method createMapWithAll has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static Map<String, Object> createMapWithAll() {
        HashMap<String, Object> map = new HashMap<>();
        map.put("id", "");
        map.put("name", "");
        map.put("short_description", "");
Severity: Minor
Found in app/src/androidTest/java/ch/epfl/sweng/zuluzulu/Utility.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status