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