redundant lambda param types: inspection->intention

This commit is contained in:
Anna Kozlova
2012-09-03 18:27:50 +04:00
parent c7781bb05f
commit 01ed7837b9
8 changed files with 145 additions and 176 deletions
@@ -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