Try-with-resource support: reuse variable quick fix

This commit is contained in:
Roman Shevchenko
2011-02-22 12:25:07 +01:00
parent d9bce4699a
commit 2bc8375a90
7 changed files with 125 additions and 45 deletions

View File

@@ -1,9 +1,7 @@
package com.intellij.codeInsight.daemon.quickFix;
public class ReuseVariableDeclarationtTest extends LightQuickFixTestCase {
public class ReuseVariableDeclarationTest extends LightQuickFixTestCase {
public void test() throws Exception { doAllTests(); }
@@ -11,6 +9,4 @@ public class ReuseVariableDeclarationtTest extends LightQuickFixTestCase {
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/reuseVariableDeclaration";
}
}