new inference: proceed nested calls of the same method with dependencies between...
authorAnna Kozlova <anna.kozlova@jetbrains.com>
Wed, 25 Feb 2015 15:58:34 +0000 (16:58 +0100)
committerAnna Kozlova <anna.kozlova@jetbrains.com>
Wed, 25 Feb 2015 16:32:10 +0000 (17:32 +0100)
commit3f27bb4d63bcab1327695b5ab2098aa051d34baa
tree571b00b4f54b6144f044487f20f9dc4f48f1921a
parent9489dae76399b871d5a7b5f55cc26a10132fc1b5
new inference: proceed nested calls of the same method with dependencies between inference variables from different calls (IDEA-136716; IDEA-135286)
java/java-psi-impl/src/com/intellij/psi/impl/source/resolve/graphInference/InferenceSession.java
java/java-tests/testData/codeInsight/daemonCodeAnalyzer/genericsHighlighting8/IDEADEV15534.java
java/java-tests/testData/codeInsight/daemonCodeAnalyzer/genericsHighlighting8/SuperWildcardWithBoundPromotion.java
java/java-tests/testData/codeInsight/daemonCodeAnalyzer/lambda/graphInference/IDEA128101.java
java/java-tests/testData/codeInsight/daemonCodeAnalyzer/lambda/graphInference/NestedMethodCallsWithVarargs.java [new file with mode: 0644]
java/java-tests/testData/codeInsight/daemonCodeAnalyzer/lambda/graphInference/SameMethodCalledWithDifferentArgsResultingInDependenciesBetweenSameTypeParams.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/GraphInferenceHighlightingTest.java