mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
redundant lambda param types: inspection->intention
This commit is contained in:
+1
-12
@@ -15,18 +15,7 @@
|
||||
*/
|
||||
package com.intellij.codeInsight.daemon.quickFix;
|
||||
|
||||
import com.intellij.codeInspection.LocalInspectionTool;
|
||||
import com.intellij.codeInspection.RedundantLambdaParameterTypeInspection;
|
||||
|
||||
|
||||
public class RedundantLambdaParameterTypeInspectionTest extends LightQuickFixTestCase {
|
||||
@Override
|
||||
protected LocalInspectionTool[] configureLocalInspectionTools() {
|
||||
return new LocalInspectionTool[]{
|
||||
new RedundantLambdaParameterTypeInspection(),
|
||||
};
|
||||
}
|
||||
|
||||
public class RedundantLambdaParameterTypeIntentionTest extends LightQuickFixTestCase {
|
||||
public void test() throws Exception { doAllTests(); }
|
||||
|
||||
@Override
|
||||
Reference in New Issue
Block a user