SDPepe/AppArt

View on GitHub
app/src/main/java/ch/epfl/sdp/appart/MapActivity.java

Summary

Maintainability
A
1 hr
Test Coverage
B
85%

Method setupMap has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private void setupMap() {
        SupportMapFragment mapFragment =
                (SupportMapFragment) getSupportFragmentManager()
                        .findFragmentById(R.id.map);
        mapFragment.getView().setContentDescription("WAITING");
Severity: Minor
Found in app/src/main/java/ch/epfl/sdp/appart/MapActivity.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status