SDPepe/AppArt

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

Summary

Maintainability
A
1 hr
Test Coverage
D
67%

Method loadImage has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private void loadImage() {
        PLSphericalPanorama panorama = new PLSphericalPanorama();

        CompletableFuture<Bitmap> bitmapFuture = new CompletableFuture<>();
        if(isLocal) {
Severity: Minor
Found in app/src/main/java/ch/epfl/sdp/appart/PanoramaActivity.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status