davidmigloz/go-bees

View on GitHub
app/src/main/java/com/davidmiguel/gobees/utils/NotificationsHelper.java

Summary

Maintainability
A
0 mins
Test Coverage

Empty line should be followed by <p> tag on the next line.</p>
Open

     *

Checks the Javadoc paragraph.

Checks that:

  • There is one blank line between each of two paragraphs.
  • Each paragraph but the first has <p> immediately before the first word, withno space after.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

Local variable name 'pMonitoringIntent' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.
Open

        PendingIntent pMonitoringIntent = PendingIntent.getActivity(this, 0,

Checks that local, non-final variable names conform to a specified pattern.A catch parameter is considered to be a local variable.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

There are no issues that match your filters.

Category
Status