src/main/java/fr/xephi/authme/process/email/AsyncChangeEmail.java
Comment matches to-do format 'TODO(?! #\d+:)|FIXME'. Open
Open
// TODO: send an update when a messaging service will be implemented (CHANGE_MAIL)
- Read upRead up
- Exclude checks
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.