报告方法 throws 列表中的重复异常。

示例:


  void f() throws Exception, Exception {}

在应用快速修复后:


  void f() throws Exception {}

使用忽略子类化其他异常的异常选项可以忽略子类化其他异常的异常。