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-23 20:05:01 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1154b6f0965227365dcf6c5b4a28a21af019593b
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
highlighting
T
History
Roman Shevchenko
32a6761ede
Cleanup (i18n; text corrected)
2015-07-20 12:06:25 +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
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
AmbiguityReturnValueResolution3.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
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
…
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
…
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
…
RawWhenNoParams.java
…
ReassignUsedVars.java
Cleanup (i18n; text corrected)
2015-07-20 12:06:25 +03:00
RecursiveAccess.java
…
ReferencedFromSelf.java
…
ReturnTypeAmbiguity.java
…
ReturnTypeCompatibility1.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
ReturnTypeCompatibility.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
ReturnTypeCompatibilityBeforeSpecificsCheck.java
…
ReturnValue.java
…
SameLambdaParamNames.java
…
StaticAccess.java
…
TypeArgsConsistency.java
…
TypeArgsConsistencyMisc1.java
…
TypeArgsConsistencyMisc2.java
…
TypeArgsConsistencyWithoutParams.java
…
Underscores.java
…
UnhandledException.java
…
UnhandledExceptions.java
…
UnreachableStatement.java
…
UseIncompleteParentSubstitutor.java
…
VariableInitialization.java
…
VoidCompatibility.java
…
WildcardBounds.java
…
WildcardsAndFormalLambdaParams.java
…