mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
compilation fix
(cherry picked from commit 5cb6b451c14dfccb7d89ae4a1e23840b763a032d)
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ import com.intellij.codeInsight.intention.IntentionAction;
|
||||
* User: anna
|
||||
* Date: 3/20/13
|
||||
*/
|
||||
public abstract class AbstractJavaFXQuickFixTestCase extends AbstractJavaFXTestCase {
|
||||
public abstract class AbstractJavaFXQuickFixTest extends AbstractJavaFXTestCase {
|
||||
protected abstract String getHint(String tagName);
|
||||
|
||||
protected void doLaunchQuickfixTest(final String tagName) throws Exception {
|
||||
+1
-1
@@ -23,7 +23,7 @@ import org.jetbrains.plugins.javaFX.fxml.codeInsight.inspections.JavaFxDefaultTa
|
||||
* User: anna
|
||||
* Date: 1/10/13
|
||||
*/
|
||||
public class JavaFXDefaultTagInspectionTest extends AbstractJavaFXQuickFixTestCase {
|
||||
public class JavaFXDefaultTagInspectionTest extends AbstractJavaFXQuickFixTest {
|
||||
|
||||
@Override
|
||||
protected void enableInspections() {
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ import org.jetbrains.plugins.javaFX.fxml.codeInsight.inspections.JavaFxUnresolve
|
||||
* User: anna
|
||||
* Date: 1/10/13
|
||||
*/
|
||||
public class JavaFXUnresolvedFxIdReferenceInspectionTest extends AbstractJavaFXQuickFixTestCase {
|
||||
public class JavaFXUnresolvedFxIdReferenceInspectionTest extends AbstractJavaFXQuickFixTest {
|
||||
|
||||
@Override
|
||||
protected void enableInspections() {
|
||||
|
||||
Reference in New Issue
Block a user