cowbell/cordova-plugin-geofence

View on GitHub
src/android/GeoNotificationNotifier.java

Summary

Maintainability
A
1 hr
Test Coverage

Method notify has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public void notify(Notification notification) {
        notification.setContext(context);
        NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(context)
            .setVibrate(notification.getVibrate())
            .setSmallIcon(notification.getSmallIcon())
Severity: Minor
Found in src/android/GeoNotificationNotifier.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status