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
2026-06-15 07:25:14 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
88f587d17ce2c85db1c2ecfeb42d5c80c462a185
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
overloadResolution
T
History
Anna Kozlova
895b40432c
lambda: can complete normally: skip empty finally blocks at lambda body end (IDEA-136628; IDEA-135791)
2015-02-17 19:56:04 +01:00
..
DetectNotEqualParametersInFunctionalTypesForExactMethodReferences.java
overload resolution for exact method references: ensure param types are equal in case non-generic methods
2015-02-01 16:30:45 +03:00
DetectPolyExpressionInReturnsOfExplicitlyTypedLambdaWhenPrimitiveCouldWin.java
overload resolution for explicitly typed lambda: poly wins over primitive
2015-02-01 16:07:03 +03:00
IDEA102800.java
…
IgnoreNonFunctionalArgumentsWhenCheckIfFunctionalMoreSpecific.java
…
LambdaIsNotCongruentWithFunctionalTypeWithTypeParams.java
lambda expression isCongruent: ensure target function type has no type parameters
2015-02-01 12:54:19 +03:00
PertinentToApplicabilityOfExplicitlyTypedLambda.java
…
PreferDefaultMethodsOverStatic.java
java 8 interfaces: default/static preferences (IDEA-136171)
2015-02-10 17:55:56 +01:00
ReturnStatementsInsideNestedLambdasDuringVoidValueCompatibilityChecks.java
…
TryCatchWithoutFinallyBlockProcessing.java
lambda: can complete normally: skip empty finally blocks at lambda body end (IDEA-136628; IDEA-135791)
2015-02-17 19:56:04 +01:00
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
…