Reports cases when a module name contradicts Java Platform Module System recommendations.
One of the recommendations is to avoid using digits at the end of module names.
Example:
module foo1.bar2 {}