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-05-05 21:00:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d4e5f5a2c420885259b0a8e1403ce4e4b5a4572d
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
mostSpecific
History
Anna Kozlova
1193a54876
warn about unused parameter if method is used locally as method reference as it could be transformed to equivalent lambda (IDEA-157988)
2016-06-29 20:32:32 +03:00
..
BothVarargs.java
…
BoxingAndOverloadResolution.java
warn about unused parameter if method is used locally as method reference as it could be transformed to equivalent lambda (IDEA-157988)
2016-06-29 20:32:32 +03:00
DifferentParamsLength.java
…
EnsureArgTypesAreNotCalculatedDuringOverload.java
…
FunctionalTypeComparisonWhenMethodsAreNotGeneric.java
…
IDEA121884.java
…
IDEA121999.java
…
IDEA123352.java
…
IDEA125855.java
…
IDEA127584.java
…
IncompatibleSiteSubstitutionBounds.java
…
IncompleteMethodInInterface.java
…
InferSpecificForGenericMethodWhenCallProvidesExplicitTypeArguments.java
…
JDK8034223.java
isApplicability check based on pertinentToApplicability
2015-11-30 15:11:41 +01:00
JDK8042508.java
…
MostSpecificByReturnType.java
…
MostSpecificForSameFunctionalTypes.java
…
NestedLambdaSpecifics.java
…
NestedVarargs.java
…
NoReturnTypeResolutionForThrownException.java
…
RelatedSAMErasures.java
…
SuperMethodsInExactCheck.java
…
TargetTypeParameter.java
isApplicability check based on pertinentToApplicability
2015-11-30 15:11:41 +01:00
VarargsSpecificsDuringMethodReferenceResolve.java
…
VoidConflict.java
…