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-08-17 21:15:58 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e41b02e27780ef25736d97b11ae730561df63b99
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
overloadResolution
T
History
Anna Kozlova
012e57d2ea
lambda isValueCompatible check: ensure throws is not treated as normal completion (IDEA-135581)
2015-01-26 20:19:16 +03:00
..
IDEA102800.java
…
IgnoreNonFunctionalArgumentsWhenCheckIfFunctionalMoreSpecific.java
new overload resolution: check only functional arguments in isFunctionalTypeMoreSpecific (IDEA-134328)
2014-12-17 20:13:42 +01:00
PertinentToApplicabilityOfExplicitlyTypedLambda.java
…
ReturnStatementsInsideNestedLambdasDuringVoidValueCompatibilityChecks.java
…
ValueCompatibleWithThrowsStatement.java
lambda isValueCompatible check: ensure throws is not treated as normal completion (IDEA-135581)
2015-01-26 20:19:16 +03:00
VoidValueCompatibilityCachedControlFlow.java
…
VoidValueCompatibilityCanCompleteNormallyWithCallWithExceptionAsLastStatement.java
new overload resolution: block can complete normally if the last statement could throw exception (IDEA-134103)
2014-12-17 20:51:47 +01:00
VoidValueCompatibilityCantCompleteNormallyWithCallWithExceptionAsLastReturnStatement.java
new overload resolution: reject complete normally when last instruction is return (IDEA-134808)
2014-12-29 18:57:39 +01:00
VoidValueCompatibilityOfImplicitlyTypedLambda.java
…