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-09-10 05:24:17 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9e99eabbb6a8bba07bcc6a8ad2a5fe47bd616b96
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
methodRef
T
History
Anna Kozlova
9bc2885c4c
new inference: collect during inference substitutor from inference variables and replace them with type parameters at the very end, excluding foreign variables so e.g. no essential dependency would get overridden by type parameter from sibling call (IDEA-140387)
2015-06-03 22:26:28 +02:00
..
findUsages
…
100441.java
…
AbstractMethod.java
…
AccessModifiers.java
…
Ambiguity.java
…
Assignability1.java
…
Assignability.java
…
CapturedWildcards.java
…
ConstructorAssignability.java
…
ConstructorNonAbstractAbstractExpected.java
…
ConstructorRefInnerFromSuper.java
…
ConstructorRefs.java
…
ConstructorRefsInnerClasses.java
…
ConstructorWithoutParams.java
…
CyclicInference.java
…
DefaultConstructor.java
…
ExactReferencesToArrayCreation.java
…
ExprReceiver.java
…
FunctionalInterfaceMethodIsGeneric.java
…
GetClassSpecifics.java
…
IDEA112323.java
…
IDEA127765.java
…
InferenceFromMethodReference.java
…
InferenceFromReturnType.java
new inference: collect during inference substitutor from inference variables and replace them with type parameters at the very end, excluding foreign variables so e.g. no essential dependency would get overridden by type parameter from sibling call (IDEA-140387)
2015-06-03 22:26:28 +02:00
IntersectionTypeInCast.java
…
InvalidFunctionalTypeInReturnStmt.java
…
MethodRefAcceptance.java
…
MethodReferenceReceiver.java
…
MethodRefMisc1.java
…
MethodRefMisc.java
…
MethodTypeParamsInference.java
new inference: reject to infer variables if it's upper bound doesn't agree with lower/equal bound (when present)
2015-02-19 18:07:55 +01:00
NonParameterizedReceiver.java
…
QualifiersInStaticContext.java
…
QualifierTypeArgs.java
…
RawQualifier.java
new inference: reject to infer variables if it's upper bound doesn't agree with lower/equal bound (when present)
2015-02-19 18:07:55 +01:00
ReferenceParameters.java
…
RefOnArrayDeclaration.java
…
ResolveConflicts.java
…
ReturnTypeSpecific.java
new inference: reject to infer variables if it's upper bound doesn't agree with lower/equal bound (when present)
2015-02-19 18:07:55 +01:00
SOE.java
…
StaticMethodOnTypedClassReference.java
…
StaticProblems.java
…
SuperClassSubst.java
…
TypeArgumentsOnMethodRefs.java
…
TypeParameterWithExtendsList.java
…
UnhandledExceptions.java
…
UnknownQualifierClass.java
…
ValidContext.java
…
Varargs1.java
…
Varargs2.java
…
Varargs.java
…
VarargsInReceiverPosition.java
…
VarargsMethodRef.java
…
VoidReturnTypeAmbiguity.java
…
Wildcards.java
…