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-08-20 11:36:16 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c798f3ab6b0a24deac4ecdbcd7125670874dd32e
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
highlighting
T
History
Anna Kozlova
773e192f1a
recursive getLambdaParameterType problem: don't check nested lambda body for unchecked exceptions, that's impossible anyway (IDEA-146161)
2015-10-09 17:17:09 +02: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
recursive getLambdaParameterType problem: don't check nested lambda body for unchecked exceptions, that's impossible anyway (IDEA-146161)
2015-10-09 17:17:09 +02: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
ensure correct expression is checked during read before write variable check (IDEA-135937)
2015-02-20 21:37:28 +01:00
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
…