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-21 17:52:27 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0881cae40ebb3c2aec602ec241bee51f2cff2a35
openide
/
java
/
java-tests
/
testSrc
/
com
/
intellij
/
codeInsight
/
daemon
/
lambda
T
History
Anna.Kozlova
0881cae40e
disable test
2016-09-30 09:33:28 +02:00
..
AdvHighlighting8Test.java
…
ChangeSignatureTouchLambdaTest.java
…
ConstraintsInferenceMiscTest.java
…
Diamond8HighlightingTest.java
java 8 diamonds: include constructor's type parameters in inference constraints (IDEA-160918)
2016-09-19 17:43:55 +03:00
ExceptionVariablesInferenceTest.java
…
FindFunctionalInterfaceTest.java
IDEA-161862 Lambda Expressions not showing as implementations of an interface
2016-09-29 11:31:20 +02:00
FunctionalExpressionIncompleteHighlightingTest.java
…
FunctionalInterfaceTest.java
…
FunctionalTypeWildcardParameterizationTest.java
…
GenericsHighlighting8Test.java
substitute type parameter bounds with current substitution when method signatures in the hierarchy are checked (IDEA-159801)
2016-09-15 18:35:33 +03:00
GenericsHighlightingGenerated8Test.java
…
GraphInferenceHighlightingTest.java
disable test
2016-09-30 09:33:28 +02:00
InferencePerformanceTest.java
…
InferredTypeTest.java
…
Interface8MethodsHighlightingTest.java
fix inheritance of abstract and default methods when multiple defaults are present
2016-08-09 15:52:11 +02:00
Java8ExpressionsCheckTest.java
…
Java8RegressionTest.java
…
LambdaHighlightingTest.java
…
LambdaInferenceTest.java
…
LambdaParamsTest.java
…
LambdaRedundantCastTest.java
…
MethodReferencesFindUsagesTest.java
…
MethodRefHighlightingTest.java
…
MostSpecificResolutionTest.java
…
NewInferenceCollectingAdditionalConstraintsTest.java
…
NewLambdaHighlightingTest.java
inference: when unchecked conversion was applied, resolve variables against raw substitutor
2016-08-17 13:53:02 +03:00
NewMethodRefHighlightingTest.java
method refs: prefer unhandled exception to wrong return type error (IDEA-160251)
2016-08-25 17:36:03 +03:00
OverloadResolutionTest.java
overload resolution: prefer candidates with functional formal type if lambda is passed; this way conflict would be resolved and nested error would be shown instead
2016-09-16 08:34:15 +03:00
PsiPolyExpressionUtilTest.java
…
TarjanTest.java
…
TypeInference18Test.java
…