basbeu/theSofties

View on GitHub
app/src/main/java/ch/epfl/sweng/favors/favors/FavorsMap.java

Summary

Maintainability
A
0 mins
Test Coverage

Method onMapReady has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    @Override
    public void onMapReady(GoogleMap googleMap) {
        mMap = googleMap;

        if(!ExecutionMode.getInstance().isTest() && LocationHandler.getHandler().locationPoint.get() != null){
Severity: Minor
Found in app/src/main/java/ch/epfl/sweng/favors/favors/FavorsMap.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status