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-27 04:08:01 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7cb4480fd1e1232cfae16cd0c528df671f889c11
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
highlighting
T
History
Anna Kozlova
c95ba9968d
testdata
2016-09-22 17:25:47 +03:00
..
AcceptRawSubstForLambda.java
…
AlreadyUsedParamName.java
…
Ambiguity1.java
…
Ambiguity2.java
…
AmbiguityRawGenerics.java
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
AmbiguityReturnValueResolution1.java
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
AmbiguityReturnValueResolution2.java
isApplicability check based on pertinentToApplicability
2015-11-30 15:11:41 +01:00
AmbiguityReturnValueResolution3.java
testdata
2016-09-22 17:25:47 +03:00
AmbiguityReturnValueResolution.java
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
AmbiguitySpecificReturn.java
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
AmbiguityVarargs.java
lambda: highlight containing method ambiguity on method name: this avoids lots of lines of lambda body to be highlighted and it would show errors even if lambda body contains errors actually caused by the ambiguity on the parent level (IDEA-141580)
2015-06-18 17:54:23 +03:00
BreakContinueInside.java
…
CastInContexts.java
…
CheckFunctionalInterfaceAccess.java
…
ConditionalExpr.java
…
ConditionalInferenceFromOppositePart.java
…
ConflictResolution.java
overload resolution: reject java 8 varargs methods when they are checked by fixed arity and number of parameters doesn't match
2015-04-24 20:33:40 +02:00
DeclaredTypeParameterBoundsAndUnboundedWildcard.java
…
DefaultMethod.java
…
DiamondInference.java
…
EffectiveFinal.java
Cleanup (i18n; text corrected)
2015-07-20 12:06:25 +03:00
EnumConstants.java
…
FieldInitializedUsedInLambda.java
…
FinalInitializer.java
…
FunctionalInterfaceAnnotation2.java
…
FunctionalInterfaceAnnotation3.java
…
FunctionalInterfaceAnnotation.java
…
FunctionalInterfaceCheck.java
…
GenericNotGenericInterfaceMethod.java
…
IDEA108195.java
…
IDEA123308.java
…
IncompatibleFormalParameterTypes.java
…
IncompatibleReturnTypes.java
do not open capture when method call type is calculated
2015-12-03 12:18:25 +01:00
IncompleteSubst.java
…
InContexts.java
…
InferenceFromArgs.java
…
InferenceFromSecondLambda.java
…
InferenceOnMethodCallSite.java
…
InferFromTypeArgs.java
…
InferredFromCast.java
…
Intersection.java
…
IntersectionTypeInCast.java
…
LambdaContext.java
…
LambdaOnVarargsPlace1.java
…
LambdaOnVarargsPlace.java
…
LambdaRawOrNot.java
…
NestedLambdas.java
…
NoBoxingInLambdaFormalParams.java
…
NoInferenceResult.java
new inference: don't push resolved vars in case of failed substitution
2015-11-24 10:30:21 +01:00
RawWhenNoParams.java
…
ReassignUsedVars.java
Cleanup (i18n; text corrected)
2015-07-20 12:06:25 +03:00
RecursiveAccess.java
…
ReferencedFromSelf.java
…
ReturnTypeAmbiguity.java
…
ReturnTypeCompatibility1.java
do not open capture when method call type is calculated
2015-12-03 12:18:25 +01:00
ReturnTypeCompatibility.java
do not open capture when method call type is calculated
2015-12-03 12:18:25 +01:00
ReturnTypeCompatibilityBeforeSpecificsCheck.java
…
ReturnValue.java
…
SameLambdaParamNames.java
…
StaticAccess.java
…
TypeArgsConsistency.java
new inference: provide diagnostics on failed inference (strict subtyping constraints); don't resolve vars before incorporate - this way captures won't be opened too early
2015-11-24 10:30:21 +01:00
TypeArgsConsistencyMisc1.java
do not open capture when method call type is calculated
2015-12-03 12:18:25 +01:00
TypeArgsConsistencyMisc2.java
…
TypeArgsConsistencyWithoutParams.java
new inference: provide diagnostics on failed inference (checked exceptions)
2015-11-24 10:30:21 +01:00
Underscores.java
…
UnhandledException.java
…
UnhandledExceptions.java
…
UnreachableStatement.java
…
UseIncompleteParentSubstitutor.java
…
VariableInitialization.java
…
VoidCompatibility.java
clear error message (IDEA-154419)
2016-04-08 18:44:25 +02:00
WildcardBounds.java
…
WildcardsAndFormalLambdaParams.java
…