AuthMe/AuthMeReloaded

View on GitHub
src/main/java/fr/xephi/authme/command/executable/authme/PurgeLastPositionCommand.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 (QUITLOC)

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.

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

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

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.

There are no issues that match your filters.

Category
Status