Commit Graph
3400 Commits
Author SHA1 Message Date
anna c4132f698d testdata for IDEA-67577 2013-05-02 16:19:00 +02:00
anna 056787c18b testdata for IDEA-67571 2013-05-02 16:18:59 +02:00
peter 61c010be0e IDEA-106583 Preselect the most relevant completion suggestion with alphabetical sorting on 2013-05-02 14:59:51 +02:00
anna abfb8f08d9 testdata for IDEA-57482 2013-05-02 14:53:02 +02:00
anna 1e4fcaaabd testdata for IDEA-67841 2013-05-02 14:53:01 +02:00
anna fb7363e172 testdata for IDEA-67829 2013-05-02 14:53:00 +02:00
anna 3d8ba6e745 testdata for IDEA-57534 2013-05-02 14:52:59 +02:00
anna 7e5b682ab3 local classes visibility scope (IDEA-67798) 2013-04-30 21:09:49 +02:00
anna 4464909657 test data for IDEA-67677 2013-04-30 21:09:48 +02:00
anna 798d7d1a0c testdata for IDEA-57446 2013-04-30 21:09:48 +02:00
anna d49391b689 generics: do not prefer type with more bounds when additional bounds are just subtypes of the rest, discard unchecked conversion (IDEA-67669) 2013-04-30 18:12:22 +02:00
anna 0624cad67f testdata for IDEA-67671 2013-04-30 18:12:21 +02:00
anna b421d595a9 override clone specifics (IDEA-67754) 2013-04-30 18:12:20 +02:00
anna 4e3928010b generics: choose least bound symmetric (IDEA-57500) 2013-04-30 18:12:19 +02:00
anna 504c2c3867 generics: do not prefer type with more bounds when additional bounds are just subtypes of the rest (IDEA-67668) 2013-04-30 18:12:19 +02:00
Dmitry Avdeev 99a2216bad tests fixed 2013-04-30 15:57:45 +04:00
andrey.zaytsev 018775608e refactoring + initial Find test 2013-04-30 15:32:48 +04:00
Gregory.Shrago 1f854a2e31 bombed 2013-04-30 15:08:04 +04:00
anna 5e2184d2d4 implement methods in enum from super interface (IDEA-106310) 2013-04-29 20:26:56 +02:00
Dmitry Avdeev cf8b6d2f3e navigation to class fixed if file not opened (IDEADEV-41617 re-fixed) 2013-04-29 15:16:52 +04:00
nik 308241549d compilation fixed 2013-04-26 17:55:23 +04:00
Alexey Kudravtsev bfbc311d28 cleanup: typo 2013-04-26 15:06:46 +04:00
Dmitry Avdeev 9b00737013 navigation to class fixed if file not opened (IDEADEV-41617 re-fixed): test for GoTo file 2013-04-26 12:09:20 +04:00
Dmitry Avdeev 14762e62af navigation to class fixed if file not opened (IDEADEV-41617 re-fixed): test 2013-04-26 11:58:34 +04:00
anna 92f0e1b91f static import: postpone @deprecated methods if possible; show deprecated if all/acceptable is deprecated (IDEA-98350) 2013-04-25 17:09:31 +02:00
anna e8ef5ea7d7 allow to add static import for containing class when it already contains imported members (IDEA-96156) 2013-04-25 14:14:51 +02:00
anna bca1f12e1e move members: no need to align according to nested classes (IDEA-106175) 2013-04-25 14:14:50 +02:00
anna 7463ed3c9b inline: accept to inline constant from library (IDEA-106167) 2013-04-25 14:14:49 +02:00
batya239 c96285a01c quick fix for find super that has frequently used inheritors 2013-04-25 14:03:43 +04:00
anna b7eff52b83 safe delete: do not insert additional extends item if already present (IDEA-106144) 2013-04-24 20:52:41 +02:00
anna 7c0df8e26f redundant cast: do not report redundant cast if dbl boxing/unboxing is prevented (IDEA-105323) 2013-04-24 19:16:27 +02:00
Roman Shevchenko 44e359d268 IDEA-106119 (more rigorous check for "this" qualifier) 2013-04-24 17:01:31 +02:00
Roman Shevchenko c75897f520 Test cleanup 2013-04-24 17:01:30 +02:00
anna 3d9008c296 add single static import: process nested references (IDEA-94951) 2013-04-24 16:27:01 +02:00
anna 3433d392a3 method applicability: do not check erased types if method was not called on raw type (IDEA-104992) 2013-04-24 14:14:49 +02:00
Roman Shevchenko 7219191352 IDEA-106044 (overcautious assertion dropped) 2013-04-24 14:03:25 +02:00
Denis.Zhdanov 61d158c511 IDEA-106089 Java rearranger: Correct the processing
Don't expand arrangement entry range to the whole line if there are non other non-whitespace elements there
2013-04-24 10:27:13 +04:00
anna 6100f5a690 extract class: do not warn about usages of statics in class initializers, preserve static imports (IDEA-106017) 2013-04-23 16:53:58 +02:00
anna 1b0f032a13 extract class: leave reference parameters untouched after replacement (IDEA-106017) 2013-04-23 16:53:58 +02:00
anna 516a76fa3b provably distinct: ? extends A should be provably distinct from Object until A is not an Object (IDEA-105695) 2013-04-23 15:35:49 +02:00
anna 1874c274e6 name suggestions tweaks (IDEA-105963) 2013-04-23 15:35:48 +02:00
anna d67a21f788 redundant cast: ignore for lambda casts with serializable/intersections (IDEA-105839) 2013-04-22 18:00:30 +02:00
anna 5616d066c5 safe delete: more precise check for top level comments (IDEA-105923) 2013-04-22 18:00:29 +02:00
anna 11f81e0be7 accept this refs inside anonymous classes in java 8 interfaces (IDEA-105892) 2013-04-22 15:50:32 +02:00
anna 566ef9c3ab check for upper bound in wrapped wildcard (IDEA-105846) 2013-04-22 15:50:31 +02:00
anna 599a28d446 move static to interface (IDEA-105844) 2013-04-22 13:55:13 +02:00
Alexey Kudravtsev e84e6246a0 NotNull 2013-04-19 12:43:51 +04:00
Alexey Kudravtsev f877c5cade HighlightInfo memory IDEA-105278 2013-04-18 13:11:19 +04:00
Roman Shevchenko c362124ffd IDEA-105455 (encode type information in type element copy) 2013-04-17 19:35:42 +02:00
Roman Shevchenko dcd8d22ade Test renamed to avoid confusion 2013-04-17 19:35:42 +02:00