This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-18 09:34:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f1919cf246ce064ff4eefcf036e7134a462a1c36
openide
/
java
/
java-tests
/
testSrc
/
com
/
intellij
/
codeInsight
/
daemon
/
lambda
T
History
Anna Kozlova
f1919cf246
testdata for IDEA-144386
2015-09-03 17:22:25 +03:00
..
AdvHighlighting8Test.java
…
ChangeSignatureTouchLambdaTest.java
…
ConstraintsInferenceMiscTest.java
…
Diamond8HighlightingTest.java
…
ExceptionVariablesInferenceTest.java
…
FindFunctionalInterfaceTest.java
…
FunctionalExpressionIncompleteHighlightingTest.java
…
FunctionalInterfaceTest.java
functional type: find common super type of intersection type's conjuncts (IDEA-144145)
2015-08-20 16:01:58 +02:00
FunctionalTypeWildcardParameterizationTest.java
…
GenericsHighlighting8Test.java
…
GenericsHighlightingGenerated8Test.java
…
GraphInferenceHighlightingTest.java
new inference: incorporation with capture: treat type param's extends bounds as one as glb (IDEA-142145)
2015-09-02 17:04:31 +03:00
InferredTypeTest.java
…
Interface8MethodsHighlightingTest.java
…
Java8ExpressionsCheckTest.java
testdata for IDEA-144386
2015-09-03 17:22:25 +03:00
Java8RegressionTest.java
…
LambdaHighlightingTest.java
…
LambdaInferenceTest.java
…
LambdaParamsTest.java
…
LambdaRedundantCastTest.java
semantic cast to &Serializable for functional expressions is not redundant even if expression is inside parenthesis (IDEA-143922)
2015-08-20 19:31:05 +02:00
MethodReferencesFindUsagesTest.java
…
MethodRefHighlightingTest.java
fix intersection types in receiver position (IDEA-144472)
2015-08-31 19:09:52 +03:00
MostSpecificResolutionTest.java
overload resolution: reject more specific inference contradicting site substitution
2015-08-26 12:08:47 +03:00
NewInferenceCollectingAdditionalConstraintsTest.java
…
NewLambdaHighlightingTest.java
preserve captured wildcards during non wildcard parameterization (IDEA-132690)
2015-09-01 16:30:52 +03:00
NewMethodRefHighlightingTest.java
don't correct substitution if not applicable, e.g. for unresolved functional types
2015-08-18 19:15:37 +02:00
Normal8CompletionTest.groovy
…
OverloadResolutionTest.java
deoptimize so overriding methods from object marked as abstract won't get lost (IDEA-143141)
2015-08-18 12:34:42 +02:00
PsiPolyExpressionUtilTest.java
…
TarjanTest.java
…
TypeInference18Test.java
…