Anna Kozlova
|
6d7cfc99c2
|
java 8: anonymous class fields could be available later in next lambdas (IDEA-123731)
|
2014-04-09 19:27:16 +02:00 |
|
Anna Kozlova
|
33f6d78833
|
testdata for IDEA-64103
|
2014-04-09 13:29:02 +02:00 |
|
Anna Kozlova
|
e860377181
|
testdata for IDEA-123366
|
2014-04-09 13:29:01 +02:00 |
|
Anna Kozlova
|
6e4249e5e1
|
diamonds: wrong constructor selected (IDEA-123518)
|
2014-04-09 11:29:27 +02:00 |
|
Anna Kozlova
|
6fd18d16b3
|
unused parameter: do not highlight if method is used locally by method reference (IDEA-123265)
|
2014-04-08 18:28:27 +02:00 |
|
Anna Kozlova
|
2fa8491e90
|
IDEA-112552 "Replace with lambda" should use expression lambda when possible
|
2014-04-08 18:28:25 +02:00 |
|
Anna Kozlova
|
c8bbd66850
|
anonym -> lambda, method ref: do not suggest replacement when default method is called out of functional interface context
|
2014-04-08 16:45:38 +02:00 |
|
Anna Kozlova
|
d8ed05dbfa
|
functional expressions: allow to delete/change signature of default methods of functional interfaces
|
2014-04-08 12:18:32 +02:00 |
|
Alexander Zolotov
|
2f3d180fbd
|
IDEA-123355 Postfix template expansions .null/.notnull after 'else' fail to provide a valid Java output
allow JavaWithIfExpressionSurrounder just after else keywords
|
2014-04-07 19:05:34 +04:00 |
|
Anna Kozlova
|
ec1d4927bd
|
search for functional interface implementations by lambdas and method references: change signature/find usages; to be continued (IDEA-104286; IDEA-90824)
|
2014-04-07 16:59:16 +02:00 |
|
 Alexander ZolotovandSergey Ignatov
|
edb1f6b86f
|
suppress postfix templates [r=ignatov]
|
2014-04-07 15:08:10 +04:00 |
|
Anna Kozlova
|
fcd50614bb
|
name suggestions for static non-final fields should escape _ (IDEA-123441)
|
2014-04-04 17:55:26 +02:00 |
|
Alexander Zolotov
|
c3a806c92d
|
EA-55600
|
2014-04-04 17:14:38 +04:00 |
|
Anna Kozlova
|
7bb8868ef2
|
smart completion of method references (IDEA-123293; IDEA-123291)
|
2014-04-03 17:15:57 +02:00 |
|
Anna Kozlova
|
1daf8f50df
|
ambiguity (IDEA-123352)
|
2014-04-03 17:15:53 +02:00 |
|
Anna Kozlova
|
edf024ca23
|
ensure assert inserted in correct place (IDEA-123296)
|
2014-04-02 20:54:10 +02:00 |
|
Anna Kozlova
|
565b28a089
|
check for assignment to final field inside lambda (IDEA-123308)
|
2014-04-02 20:54:08 +02:00 |
|
Anna Kozlova
|
9cfa60146c
|
allow unchecked generics in comparing unrelated return types (IDEA-123316)
|
2014-04-02 13:52:33 +02:00 |
|
Anna Kozlova
|
cbe0d6d860
|
create method from method reference (IDEA-112556)
|
2014-04-02 13:52:31 +02:00 |
|
Anna Kozlova
|
2cc9842ac2
|
method references: highlight separately non-instantiated classes, not resolved methods (IDEA-123279)
|
2014-04-02 10:51:27 +02:00 |
|
Anna Kozlova
|
06d6ad7180
|
static in interfaces before 1.8 (IDEA-123252)
|
2014-04-01 17:04:14 +02:00 |
|
Anna Kozlova
|
5bc8717dc9
|
EA-55507 - IOE: PsiJavaParserFacadeImpl.createStatementFromText
|
2014-04-01 14:17:07 +02:00 |
|
Anna Kozlova
|
d33575878b
|
new inference: substitute resolved vars which e.g. did not participate in initial session (IDEA-123248)
|
2014-04-01 14:17:06 +02:00 |
|
Anna Kozlova
|
5518b93bd2
|
method reference constraints (IDEA-123223)
|
2014-04-01 14:17:05 +02:00 |
|
Anna Kozlova
|
e28d3f5c95
|
method reference: use site substitutor if nothing else was inferred
|
2014-04-01 10:19:02 +02:00 |
|
Anna Kozlova
|
990094f360
|
new inference: collect nested calls from lambda return statements (JDK-8038747)
|
2014-04-01 10:19:01 +02:00 |
|
Anna Kozlova
|
39ec50333b
|
testdata for IDEA-120498
|
2014-03-28 20:47:26 +01:00 |
|
Anna Kozlova
|
123ba34507
|
create enum constant: support constant creation when static import is used, process varargs method candidates as vararg/basic separately (IDEA-121287)
|
2014-03-28 20:31:52 +01:00 |
|
Anna Kozlova
|
f89a7938fc
|
IDEA-122974 expected type suggester should ignore 'null' types
|
2014-03-28 17:42:11 +01:00 |
|
Anna Kozlova
|
fddab7b0c0
|
IDEA-123034 Unused assignment inspection - Remove quick fix
|
2014-03-28 17:42:10 +01:00 |
|
Anna Kozlova
|
84451e644a
|
IDEA-121400
|
2014-03-27 20:54:28 +01:00 |
|
Anna Kozlova
|
b55c83742b
|
new inference: processing of compound bounds
|
2014-03-27 20:54:27 +01:00 |
|
Anna Kozlova
|
e55a20cc24
|
raw substitutor when erasure happened during inference
|
2014-03-27 20:54:26 +01:00 |
|
Anna Kozlova
|
c7eb840149
|
new inference: use available in stack methods, do not cache if this info was used (IDEA-122406)
|
2014-03-26 18:54:41 +01:00 |
|
Anna Kozlova
|
a4f36f237c
|
anonym to lambda: rename conflicting locals (IDEA-120221)
|
2014-03-26 18:54:40 +01:00 |
|
Anna Kozlova
|
72203e26ef
|
default methods: check for super class is now needed (IDEA-122720)
|
2014-03-26 18:54:39 +01:00 |
|
Dmitry Batrak
|
eb997fbc03
|
multi-caret typing fixes for Java files
|
2014-03-26 12:41:22 +04:00 |
|
Anna Kozlova
|
9f58257359
|
new inference: String::length should be exact (IDEA-122191)
|
2014-03-25 14:47:59 +01:00 |
|
Anna Kozlova
|
f8b3fa2aac
|
testdata fixed
|
2014-03-24 21:18:34 +01:00 |
|
Anna Kozlova
|
40424a1615
|
wildcard substitution partly reverted (IDEA-122700)
|
2014-03-24 20:22:26 +01:00 |
|
Anna Kozlova
|
aa6dbcd24a
|
collapse statement lambda to expression lambda: enable for value compatible lambdas (IDEA-122785)
|
2014-03-24 20:22:24 +01:00 |
|
Anna Kozlova
|
b19b34af63
|
shorten qNames on adding explicit type arguments (IDEA-122667)
|
2014-03-24 20:22:23 +01:00 |
|
Anna Kozlova
|
43b8f9cdf4
|
stream migration: collapse identity matching (IDEA-122706)
|
2014-03-24 20:22:22 +01:00 |
|
Anna Kozlova
|
5bd221386d
|
inference: ensure nested methods lift their bounds (IDEA-122681)
|
2014-03-24 12:54:15 +01:00 |
|
Anna Kozlova
|
60acb4b9b2
|
IDEA-122616
|
2014-03-21 18:28:36 +01:00 |
|
Anna Kozlova
|
9845ef2fd8
|
new inference: capture nested call case fixed (~Collections)
|
2014-03-21 13:16:46 +01:00 |
|
Anna Kozlova
|
4686315880
|
A class may not at the same time be a subtype of two interface types which are different parameterizations of the same generic interface(IDEA-122475); revert workarounds for javac 6 bug
|
2014-03-20 20:05:27 +01:00 |
|
Anna Kozlova
|
5461aa27e4
|
IDEA-122519 No enclosing instance of type XXX in scope
|
2014-03-20 15:25:53 +01:00 |
|
Anna Kozlova
|
a6218a4c11
|
process declarations for cls file should provide classes, otherwise cls classes in default packages have no chance to be found from inside cls (IDEA-122486)
|
2014-03-20 15:25:50 +01:00 |
|
Sergey Ignatov
|
bf098f6e8f
|
IDEA-121693 Postfix completion for System.out.println()
IDEA-122459 Postfix completion: template for String.format
|
2014-03-20 16:51:11 +04:00 |
|