报告不使用完全限定引用的 import 语句。
示例:
package org.something import someInnerPackage
在应用快速修复后:
package org.something import org.something.someInnerPackage