Commit Graph
2748 Commits
Author SHA1 Message Date
anna 79c9afb33c testdata for IDEA-116493
(cherry picked from commit 9270256d3bb30a40be89fee9609f49f288a69040)
2013-11-25 16:47:33 +01:00
anna 1f5e19ea8f inference testdata fixed
(cherry picked from commit 684b8905b9b3be10200c855af7b54d543b128f2b)
2013-11-25 16:47:20 +01:00
Bas Leijdekkers 49639e870b IDEA-116508 ("Local variable or parameter can be final" inspection use generates uncompilable code not extracting a really finalizable variable) 2013-11-22 15:25:56 +01:00
Yaroslav Lepenkin 5bd841b2ba IDEA-111702 Java Rearranger illegal forward reference on fields rearrangement [CR-IC-3034] 2013-11-22 14:34:25 +04:00
Yaroslav Lepenkin 2bcd0fb291 IDEA-110654 Change Signature inserts unnecessary new line in comment block 2013-11-21 13:45:44 +04:00
Roman Shevchenko 5b1c00281d Cleanup (misplaced test data) 2013-11-16 19:02:18 +01:00
Roman Shevchenko 4645f02b2b IDEA-113062 (using file naming convention to tell top-level classes from inner)
Allows to correctly identify and parse classes with "$" abuse.
2013-11-16 19:01:13 +01:00
Eugene Zhuravlev 28f2ac317a correctly handle inner classes removal 2013-11-13 16:22:15 +01:00
anna 4496371ca3 testdata 2013-11-12 22:38:06 +01:00
nik 3fb7f32c4c allow to ignore usages from generated file in 'Safe Delete' (IDEA-97579) 2013-11-12 12:30:22 +04:00
anna 06815172d7 testdata fixed 2013-11-11 10:43:19 +01:00
peter a54334794b IDEA-115330 Incorrect "condition is always false" 2013-11-09 18:19:09 +01:00
anna 22cf8deff5 ignore anonymous classes when generating constructors
EA-51713 - assert: CreateConstructorMatchingSuperFix$.run
2013-11-08 19:39:31 +01:00
anna a902c4ee87 testdata fixed 2013-11-08 11:06:57 +01:00
Rustam Vishnyakov 4f9d3f038b Disable formatter ranges in formatter off/on tags [CR-IC-2916] 2013-11-06 15:52:44 +04:00
anna 915fb35af7 new overload resolution: testdata 2013-11-06 12:40:27 +01:00
anna ae7e30edee java 8: forbid super in static methods 2013-11-05 12:56:04 +01:00
anna 483e172728 IDEA-115884 Auto-complete qualified super reference in virtual extension methods. 2013-11-05 10:13:12 +01:00
anna 49042b445f IDEA-115883 Add auto-fix for compiler error "Unqualified super reference is not allowed in extension method" 2013-11-05 10:13:11 +01:00
anna fb98413e84 testdata fixed 2013-11-04 16:16:28 +01:00
anna 4a725b52b3 IDEA-115789 an interface inheriting a default method and an abstract method 2013-11-04 16:16:28 +01:00
anna 9ae4eced85 IDEA-115790 default methods cannot override Object methods 2013-11-04 16:16:27 +01:00
anna 3f2a4dca13 IDEA-115867 Copy to temp final variable does not work correctly inside expression without braces 2013-11-04 16:16:26 +01:00
anna c8f60d695c intersection type presentable name with & (IDEA-115802) 2013-11-04 13:00:54 +01:00
anna 17fbe75287 not initialized problem: fix static fields checks 2013-11-04 11:06:17 +01:00
Eugene Zhuravlev 59de59f776 not only static constants may be inlined by compiler: IDEA-115878 Constants search should work for final fields 2013-11-03 22:13:28 +01:00
peter ad779bf2f9 IDEA-115368 Smart type completion popup offers Object.class ahead of local Class<?> variable 2013-11-03 20:54:48 +01:00
peter f92ce9af06 add "pure" attribute to @Contract (IDEA-107864) 2013-11-02 20:41:17 +01:00
Dmitry Batkovich 627a698370 build fix 2013-11-01 15:39:10 +04:00
Dmitry Batkovich f5ed1c11ea methods chains completion on one index 2013-11-01 15:10:37 +04:00
anna 578826bb30 disable flip intersection conjuncts for equal sides 2013-10-31 16:35:42 +01:00
anna 5bd8b62070 fix to switch intersection types order in casts when one of the last types is not an interface 2013-10-31 16:35:39 +01:00
anna 9286cb4a28 testdata fixed 2013-10-30 17:46:35 +01:00
Bas Leijdekkers e62f352ab9 IDEA-115468 (for loop variables, catch block parameters and resource variables not reported by "local variable or parameter can be final" inspection) 2013-10-28 16:44:04 +01:00
Bas Leijdekkers 2a1ebb5187 IDEA-115516 (Multiple warnings local foreach parameter can be final) 2013-10-28 15:17:57 +01:00
Bas Leijdekkers a0a5570958 IDEA-115452 ("Local variable or parameter can be final" -- "Report local variables" setting doesn't work) 2013-10-26 21:57:24 +02:00
anna cda0ea9783 resolve conflict on type param rename (IDEA-57326) 2013-10-25 14:09:21 +02:00
anna db6463333f nullable stuff: leave buggy assignment to be warned by dfa (IDEA-100172) 2013-10-24 15:37:07 +02:00
anna a7316ca594 lambda: do not suggest to replace with lambda when refs to final fields exist in body (IDEA-111026); final initializer 2013-10-24 14:07:46 +02:00
Dmitry Batkovich ca4af156d6 selection after methods chains completion fixed and chain relevance improved 2013-10-24 12:58:14 +04:00
Dmitry Batkovich 80106fc16c selection after methods chains completion and checking parameters in context 2013-10-24 12:47:33 +04:00
anna fa8eca5d9b quick doc: fix class type params around <> (IDEA-113445) 2013-10-23 20:19:50 +02:00
anna b87472673a IDEA-113526 2013-10-23 19:16:02 +02:00
anna cbe42de147 testdata for IDEA-65377 2013-10-23 19:16:00 +02:00
anna 60dffe3c03 provide common quickfixes for ambiguous constructor calls (IDEA-115255) 2013-10-23 16:31:32 +02:00
anna e3a799dff4 take into account containing class type params when accepting assignability (IDEA-71582) 2013-10-23 16:31:31 +02:00
anna 02a4914ff4 inline with flatten array creation: do not loose leading comment (IDEA-112161) 2013-10-23 16:31:30 +02:00
anna 14b0f287d8 testdata for IDEA-18343 2013-10-23 13:43:48 +02:00
anna 9ba5f92262 testdata for IDEA-54197 2013-10-23 13:43:42 +02:00
anna 1d08cd4400 merge completion variants with same method erasures 2013-10-23 13:43:41 +02:00