src/main/java/fr/xephi/authme/task/purge/PurgeExecutor.java
Comment matches to-do format 'TODO(?! #\d+:)|FIXME'. Open
Open
//TODO ljacqu 20160717: We shouldn't output namedBanned.size() but the actual total that was deleted
- 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.