davidmigloz/go-bees

View on GitHub
app/src/main/java/com/davidmiguel/gobees/logging/DebugTree.java

Summary

Maintainability
A
0 mins
Test Coverage

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

        Matcher m = ANONYMOUS_CLASS.matcher(tag);

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