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 15:17:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
75f04d0383e9a5ef56f17e42358aaed7328e43b9
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
method reference: exact reference check fixed for methods with the signatures without generics (IDEA-127765)
2014-08-05 18:54:32 +02:00
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
…