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 {}