Anna Kozlova
|
4a63204f8b
|
don't open capture if reference expression is returned from lambda expression (IDEA-139089)
|
2015-05-12 21:42:53 +02:00 |
|
Anna Kozlova
|
6a6b9f5226
|
java.util.Objects equals/hashCode: use Arrays for array fields, ensure single array is not passed to Objects.hashCode vararg to avoid confusion (IDEA-140111)
|
2015-05-12 17:07:09 +02:00 |
|
Anna Kozlova
|
fdbfd64350
|
ensure enum constructors are private (IDEA-139065)
|
2015-05-12 17:07:08 +02:00 |
|
Anna Kozlova
|
f9fd72ebac
|
captured wildcard in subtyping constraints: use upper bound only (IDEA-139046)
|
2015-05-12 17:07:07 +02:00 |
|
Anna Kozlova
|
1d6a1bf27e
|
accept casts as unchecked from generic types with type parameter with upper bounds as type argument: check parameter bounds first
|
2015-05-12 17:07:05 +02:00 |
|
Anna Kozlova
|
90dd4c5a31
|
EA-68330 - AIOOBE: RedundantLambdaParameterTypeIntention.isAvailable
process lambdas with formal param types at vararg position
|
2015-05-12 12:26:42 +02:00 |
|
Anna Kozlova
|
8b320ba8a7
|
disjunction type equals/hashCode, essential for new inference (IDEA-140150)
|
2015-05-12 11:39:47 +02:00 |
|
Anna Kozlova
|
b0f1e6f2be
|
determining enclosing instances for inner class instance creation expressions: accept all qualified super exprs, invalid are checked separately (IDEA-139880)
|
2015-05-11 18:04:31 +02:00 |
|
Anna Kozlova
|
90e240041a
|
functional expression type: ensure no capture conversion is performed over target type of cast expression (IDEA-139824)
|
2015-05-11 18:04:30 +02:00 |
|
Anna Kozlova
|
570a188199
|
method refs: non-raw receiver type should influence collected constraints (IDEA-140002)
|
2015-05-11 18:04:29 +02:00 |
|
Anna Kozlova
|
2f47f0caf0
|
migration to stream api: disable for raw types (IDEA-140095)
|
2015-05-08 21:01:45 +02:00 |
|
peter
|
6afb1cb83f
|
java completion: don't use statistics when completing a super method call
|
2015-05-08 15:15:17 +02:00 |
|
Anna Kozlova
|
84a06d86a9
|
testdata for IDEA-139875
|
2015-05-04 15:01:34 +02:00 |
|
Anna Kozlova
|
e86c7dcb25
|
new inference: assert that no resolve is performed on the "inference-in-progress" reference
|
2015-04-30 09:47:12 +02:00 |
|
Anna Kozlova
|
3c5b94f461
|
testdata to check additional constraints
|
2015-04-29 19:18:19 +02:00 |
|
Anna Kozlova
|
c411468b07
|
new inference: skip lambda return expression additional constraints during overload resolution
|
2015-04-29 18:41:34 +02:00 |
|
Anna Kozlova
|
4587a18b23
|
testdata fixed
|
2015-04-28 16:46:37 +02:00 |
|
Anna Kozlova
|
95dfffccb0
|
replace with collect: insert cast for method reference and simplify when redundant (IDEA-139704)
|
2015-04-28 13:04:58 +02:00 |
|
Anna Kozlova
|
02e86e0ab9
|
static interface method: if called on wrong qualifier mark as static problem (IDEA-139651)
|
2015-04-28 13:04:57 +02:00 |
|
Anna Kozlova
|
b0a5c89d74
|
test data for nested overloaded method calls in lambda body
|
2015-04-28 10:05:53 +02:00 |
|
Anna Kozlova
|
1233bccf4e
|
new inference: avoid prohibit cashing, don't check exceptions during overload resolution instead (IDEA-139531)
|
2015-04-27 17:26:24 +02:00 |
|
Andrey Starovoyt
|
373deb8475
|
java postfix templates: '.format' template should be expression-based IDEA-139659
|
2015-04-27 17:06:08 +03:00 |
|
Anna Kozlova
|
ad26842083
|
non-reifiable type check: testdata for IDEA-139091
|
2015-04-27 09:32:26 +02:00 |
|
Anna Kozlova
|
21f187bd44
|
separate capture conversion from substitution
|
2015-04-27 09:32:20 +02:00 |
|
Anna Kozlova
|
e424def657
|
generate equals: compare primitive and enums without boxing (IDEA-139622)
|
2015-04-24 20:33:42 +02:00 |
|
Anna Kozlova
|
553ad77e46
|
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 |
|
Anna Kozlova
|
511a356788
|
reifiable types: ensure that generic types with only all type params as unbound wildcards are treated as reifiable (IDEA-139577)
|
2015-04-24 20:33:37 +02:00 |
|
Yaroslav Lepenkin
|
3f5ec7cc68
|
revert e86902e
|
2015-04-24 18:48:27 +03:00 |
|
Yaroslav Lepenkin
|
e86902ebcc
|
Do not wrap first parameter in expression list
|
2015-04-24 15:52:51 +03:00 |
|
Anna Kozlova
|
b61e8bdb39
|
access static via instance: ensure type params are attached to the class reference (IDEA-139440)
|
2015-04-24 13:46:13 +02:00 |
|
Anna Kozlova
|
e5097dfc24
|
lambda -> method ref: ensure that capture is checked according to the param ref; avoid wildcards in method ref qualifiers (IDEA-139529)
|
2015-04-24 13:46:11 +02:00 |
|
Dmitry Batrak
|
e01b4da393
|
IDEA-138967 \unnnn notation doesn't work in quick docs
|
2015-04-22 11:10:54 +03:00 |
|
Yaroslav Lepenkin
|
4e78447b73
|
Options: Place new line after '(' and "Place line before ')' works only if parameter list is wrapped.
|
2015-04-21 18:27:17 +03:00 |
|
Anna Kozlova
|
f0fae34076
|
intersection types in cast: provide "delete repeated interface" fix
|
2015-04-20 10:19:24 +02:00 |
|
Anna Kozlova
|
f5cec5e24a
|
intersection in cast type: repeat interface, different parameterization checks
|
2015-04-20 10:19:22 +02:00 |
|
Anna Kozlova
|
2318a3a58c
|
capture conversion: collect all type parameter's bounds during capture conversion; make sure collected upper bound is used after capture type is normalized
|
2015-04-20 10:19:20 +02:00 |
|
Anna Kozlova
|
232b479b23
|
testdata for IDEA-139318
|
2015-04-16 20:30:37 +02:00 |
|
Anna Kozlova
|
09f4d7ea1f
|
detect expected type by parent for nested array initializers (IDEA-139280)
|
2015-04-16 20:30:31 +02:00 |
|
Anna Kozlova
|
fd11949634
|
new inference: accept inferred equals bounds even when additional constraints lead to failure to get more appropriate error message (IDEA-139275)
|
2015-04-16 20:30:29 +02:00 |
|
peter
|
a577297f81
|
a bombed test for IDEA-126629 java.io.Closeable is not AutoCloseable in some cases
|
2015-04-16 19:11:48 +03:00 |
|
peter
|
6c8750291f
|
IDEA-124359 Add Inspection for detecting nullable values passed into Optional.of()
test that it correctly works with Guava
|
2015-04-14 23:12:39 +03:00 |
|
peter
|
1b7a05e26f
|
IDEA-138553 Inspection for usages of Optinoal.ofNullable() for values known to be null or non-null
|
2015-04-14 23:12:38 +03:00 |
|
Anna Kozlova
|
4ee27fecce
|
can complete normally for nested try-with-resources (IDEA-138961)
|
2015-04-09 17:02:25 +02:00 |
|
Anna Kozlova
|
778952b6e3
|
dataflow inspection: suggest to replace Optional.of with Optional.ofNullable if value could be null (IDEA-124359)
|
2015-04-08 21:14:35 +02:00 |
|
Anna Kozlova
|
6047478cae
|
redundant cast: do not raise if result in bad return type in lambda expression (IDEA-138927)
|
2015-04-08 21:14:33 +02:00 |
|
peter
|
8bf079ca59
|
prefer instanceofed variants in java completion (IDEA-138937)
|
2015-04-08 18:13:15 +02:00 |
|
Anna Kozlova
|
765f6faa19
|
SOE on infinite types with super wildcards (IDEA-138880; IDEA-77600)
|
2015-04-08 13:12:21 +02:00 |
|
Anna Kozlova
|
b62f3b746c
|
change return type fix: ensure parameter types are untouched (IDEA-138748)
|
2015-04-08 12:06:01 +02:00 |
|
Anna Kozlova
|
822934d37a
|
new overload resolution: do not accept primitive type as target of second search (IDEA-138839)
|
2015-04-08 12:05:58 +02:00 |
|
Anna Kozlova
|
dfcebe315b
|
new inference: check bounds problems for all variables acceptable in current context (IDEA-138407); reject complicated dependencies (see JDK-8039299)
|
2015-04-02 21:19:54 +02:00 |
|