highlight invalid method call: search for most probable argument-cause (IDEA-151202)

This commit is contained in:
Anna.Kozlova
2016-03-24 15:58:41 +01:00
parent af3365744c
commit 0e808d9aff
7 changed files with 30 additions and 7 deletions
@@ -410,6 +410,10 @@ public class GraphInferenceHighlightingTest extends LightDaemonAnalyzerTestCase
doTest();
}
public void testHighlightArgumentWithProblem() throws Exception {
doTest();
}
public void testVariableNamesOfNestedCalls() throws Exception {
IdeaTestUtil.setTestVersion(JavaSdkVersion.JDK_1_8, getModule(), getTestRootDisposable());
String filePath = BASE_PATH + "/" + getTestName(false) + ".java";