Misc Checks

To-do comments

The property checkstyle.pattern.todo specifies the pattern to match for to-do comments. The property type is regular expression and defaults to TODO:.

Integer Literals

The property checkstyle.ignore.longell specifies whether to not require that long integer literals use an uppercase L. For example 40L instead of 40l. This is in accordance to the Java Language Specification, Section 3.10.1. The property type is boolean and defaults to false.

  • checkstyle.illegal.instantiations"