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 22:09:38 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f5228ff75b0036ad43786611b26423d329371970
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
redundantCast
History
Anna Kozlova
a93ad570ca
semantic cast to &Serializable for functional expressions is not redundant even if expression is inside parenthesis (IDEA-143922)
2015-08-20 19:31:05 +02:00
..
AnotherInterfaceMethodIsPointed.java
redundant cast: don't warn if functional expression corresponds to another interface method (IDEA-140218)
2015-05-13 14:39:06 +02:00
CastToPrimitive.java
testdata for IDEA-139318
2015-04-16 20:30:37 +02:00
ExpectedTypeByNestedArrayInitializer.java
detect expected type by parent for nested array initializers (IDEA-139280)
2015-04-16 20:30:31 +02:00
Intersection.java
semantic cast to &Serializable for functional expressions is not redundant even if expression is inside parenthesis (IDEA-143922)
2015-08-20 19:31:05 +02:00
LambdaReturnExpressions1.java
redundant cast: ensure lambda return statements are not mixed with those from containing method (IDEA-138724)
2015-04-02 18:06:41 +02:00
LambdaReturnExpressions.java
…
PreventBadReturnTypeInReturnExpression.java
redundant cast: do not raise if result in bad return type in lambda expression (IDEA-138927)
2015-04-08 21:14:33 +02:00
Ser.java
…
SerializableLambda.java
semantic cast to &Serializable for functional expressions is not redundant even if expression is inside parenthesis (IDEA-143922)
2015-08-20 19:31:05 +02:00