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-01-07 05:09:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
250956f8b0d90f648d76597707b186767f19828c
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
redundantCast
History
Anna Kozlova
605dfb1c3c
redundant cast: ensure cast type compared with ground type (IDEA-174369)
...
remove attempts to emulate that and reuse getGroundTargetType api
2017-06-13 20:27:13 +03:00
..
AnotherInterfaceMethodIsPointed.java
…
CapturedWildcardInCast.java
…
CastInConditionalBranch.java
redundant cast: process branches of conditional expressions with respect to expected type for functional expressions (IDEA-156480)
2016-05-25 18:40:17 +03:00
CastInMethodCallQualifierWithWildcardReturn.java
…
CastInsideLambdaReturnExpressionPassedToEnumConstant.java
ensure enum constants resolved inside enum class
2017-02-17 19:37:21 +01:00
CastToPrimitive.java
…
EnumConstantWithFunctionalExpressionArg.java
redundant cast: special processing for functional expressions as enum args (IDEA-154354)
2016-04-15 18:43:24 +02:00
ExpectedTypeByNestedArrayInitializer.java
…
GroundTargetTypeDiffersFromCastType.java
redundant cast: ensure cast type compared with ground type (IDEA-174369)
2017-06-13 20:27:13 +03:00
IDEA154861.java
testdata for IDEA-154861
2016-04-18 12:54:50 +02:00
Intersection.java
…
InvalidConditional.java
redundant cast: don't highlight conditional with functional branches (IDEA-161971)
2016-10-04 18:45:14 +02:00
InvalidResolveWithoutCast.java
testdata for IDEA-153701
2016-04-21 14:33:04 +02:00
LambdaReturnExpressions1.java
…
LambdaReturnExpressions.java
…
PreventBadReturnTypeInReturnExpression.java
…
QualifierOfMethodWithCast.java
redundant cast: restoring call by top level, let's search by arg list offset in order to avoid finding method calls from qualifiers
2016-04-20 17:49:29 +02:00
RejectReturnTypeChange.java
redundant cast: ensure cast is not removed if operand changes it's type
2016-04-29 14:41:28 +02:00
SecondLevelOverload.java
anonym -> lambda, redundant cast, redundant type args: process top level overloads (IDEA-152766);
2016-04-15 18:43:24 +02:00
Ser.java
…
SerializableLambda.java
…
StopAtMemberLevelDuringWalkUp.java
treeWalkUp: stop at member level to avoid skipping anonymous classes
2016-04-19 20:02:32 +02:00
TopLevelResolutionFailures.java
…
WithAnonymousClasses.java
…