Reports module names in
module-info.java
that violate the Java Platform Module System
recommendation
to avoid encoding version information in module names by ending the name with one or more digits.
예:
module foo.bar2 {}
빠른 수정을 적용한 후:
module foo.bar {}