mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
restore old defaults in tests
This commit is contained in:
+3
-1
@@ -21,8 +21,10 @@ public class JavadocHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
@NotNull
|
||||
@Override
|
||||
protected LocalInspectionTool[] configureLocalInspectionTools() {
|
||||
JavaDocLocalInspection localInspection = new JavaDocLocalInspection();
|
||||
localInspection.setIgnoreDuplicatedThrows(false);
|
||||
return new LocalInspectionTool[]{
|
||||
new JavaDocLocalInspection(),
|
||||
localInspection,
|
||||
new JavaDocReferenceInspection()
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user