SDPepe/AppArt

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

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Method setupLocationUpdate has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    @SuppressLint("MissingPermission")
    @Override
    public CompletableFuture<Void> setupLocationUpdate(Consumer<List<Location>> callback) {
        CompletableFuture<Void> futureSuccess = new CompletableFuture<>();

    There are no issues that match your filters.

    Category
    Status