method refs: static testdata, apply qualifier substitutor

This commit is contained in:
anna
2012-09-27 19:25:40 +02:00
parent b130fcba63
commit ac4a96fc03
5 changed files with 47 additions and 1 deletions

View File

@@ -45,6 +45,10 @@ public class MethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testStaticProblems() throws Exception {
doTest();
}
private void doTest() throws Exception {
doTest(BASE_PATH + "/" + getTestName(false) + ".java", false, false);
}