maoni-common/src/main/java/org/rm3l/maoni/common/model/DeviceInfo.java

Summary

Maintainability
A
1 hr
Test Coverage

Method buildImmutableMapView has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private Map<String, Object> buildImmutableMapView() {
        final SortedMap<String, Object> output = new DeviceInfoSortedMap();

        output.put(SDK_VERSION, sdkVersion);

    There are no issues that match your filters.

    Category
    Status