module-info.java 中报告违反 Java 平台模块系统 建议的模块名称,以 避免通过在模块名称末尾添加一个或多个数字来编码版本信息。

示例:


 module foo.bar2 {}

在应用快速修复后:


  module foo.bar {}