AuthMe/AuthMeReloaded

View on GitHub
src/main/java/fr/xephi/authme/process/login/AsynchronousLogin.java

Summary

Maintainability
A
0 mins
Test Coverage

Comment matches to-do format 'TODO(?! #\d+:)|FIXME'.
Open

            // TODO: send an update when a messaging service will be implemented (SESSION)

Checks for TODO: comments. Actuallyit is a genericregularexpression matcher on Java comments. To check for otherpatterns in Java comments, set the format property.

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

Distance between variable 'isFirstLogin' declaration and its first usage is 16, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
Open

            boolean isFirstLogin = (auth.getLastLogin() == null);

Checks the distance between declaration of variable and its first usage.

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