报告可被转换为紧凑源文件的普通类

示例:


  public class Sample {
      public static void main(String[] args) {
          System.out.println("Hello, world!");
      }
  }

在应用快速修复后:


  void main() {
      IO.println("Hello, world!");
  }

配置检查:

2024.1 最新变化