cowbell/cordova-plugin-geofence

View on GitHub
src/android/AddGeofenceCommand.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    @Override
    public void ExecuteCustomCode() {
        logger.log(Log.DEBUG, "Adding new geofences...");
        if (geofencesToAdd != null && geofencesToAdd.size() > 0) try {
            LocationServices.GeofencingApi
Severity: Minor
Found in src/android/AddGeofenceCommand.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status