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

示例:


  void f() throws Exception, Exception {}

在应用快速修复后:


  void f() throws Exception {}

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