This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2025-12-24 17:51:09 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
658607d9c2b54d45e8f2cceea571a149322ace57
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
overloadResolution
History
Anna Kozlova
658607d9c2
new overload resolution: reject complete normally when last instruction is return (IDEA-134808)
2014-12-29 18:57:39 +01:00
..
IDEA102800.java
new overload resolution: integrate isPotentiallyCompatible in isApplicable checks
2014-11-26 17:42:30 +01:00
IgnoreNonFunctionalArgumentsWhenCheckIfFunctionalMoreSpecific.java
new overload resolution: check only functional arguments in isFunctionalTypeMoreSpecific (IDEA-134328)
2014-12-17 20:13:42 +01:00
PertinentToApplicabilityOfExplicitlyTypedLambda.java
new overload resolution: integrate isPotentiallyCompatible in isApplicable checks
2014-11-26 17:42:30 +01:00
ReturnStatementsInsideNestedLambdasDuringVoidValueCompatibilityChecks.java
do not drill inside lambda body during return statement search (IDEA-130123)
2014-09-29 14:08:36 +02:00
VoidValueCompatibilityCachedControlFlow.java
new inference: do not cache control flow during conflict resolution (IDEA-130226)
2014-10-07 18:25:03 +02:00
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
new overload resolution: integrate isPotentiallyCompatible in isApplicable checks
2014-11-26 17:42:30 +01:00