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-06 05:02:27 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8c3bbd3b2cef4fa849312e20862704812caaa178
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
redundantCast
T
History
Anna Kozlova
7f8b5f8952
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
..
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
…
CastToPrimitive.java
…
EnumConstantWithFunctionalExpressionArg.java
…
ExpectedTypeByNestedArrayInitializer.java
…
IDEA154861.java
testdata for IDEA-154861
2016-04-18 12:54:50 +02:00
Intersection.java
…
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
…