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-01-10 09:39:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
465879cacf68ab9dc20be3a4d67923c837aebcf4
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
overloadResolution
History
Anna Kozlova
a6ef814ce8
java 8 interfaces: default/static preferences (IDEA-136171)
2015-02-10 17:55:56 +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
new overload resolution: check only functional arguments in isFunctionalTypeMoreSpecific (IDEA-134328)
2014-12-17 20:13:42 +01:00
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
…
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
…