Commit Graph

724 Commits

Author SHA1 Message Date
peter 06262ae78b IDEA-86286 Java: bad completion (interface without package?) 2012-05-30 17:34:19 +02:00
Danila Ponomarenko 0f472ce8b2 IDEA-28534 Intention enhancement: "Make class Foo implement interface Bar" implemented 2012-05-30 17:57:14 +04:00
Danila Ponomarenko 216f420f72 IDEA-85987 inner anonymous classes cannot implement interfaces fixed 2012-05-30 14:52:09 +04:00
peter 10d695a002 IDEA-85760 completion menu shouldn't offer null where it makes no sense 2012-05-29 18:11:53 +02:00
Anna Kozlova 2faacc7488 inner classes shadowing: jls 8.5: private classes are not visible in inheritors; all non-private inner classes from superclass and superinterfaces are available (IDEA-67594) 2012-05-29 18:35:43 +04:00
Anna Kozlova cc65b6f067 private inner is not visible in type param bounds (IDEA-67517) 2012-05-29 18:35:42 +04:00
Roman Shevchenko fd7212ec69 Uniform language feature error messages 2012-05-28 20:54:36 +04:00
Roman Shevchenko eba132876e IDEA-86690 (highlight unqualified super expressions in extension methods) 2012-05-28 20:54:36 +04:00
Roman Shevchenko 01b37e3e42 'default' completion in extension methods 2012-05-28 18:56:52 +04:00
Roman Shevchenko 19e18e3f59 Cleanup 2012-05-28 18:56:50 +04:00
Roman Shevchenko bacbe8edf2 Java 8 style of qualified super expressions 2012-05-28 18:56:48 +04:00
Danila Ponomarenko 021ff89aff IDEA-36326 "set" support added 2012-05-28 14:55:25 +04:00
Danila Ponomarenko c152ac976f IDEA-62374 Suggest ternary operation to avoid NPE implemented 2012-05-28 14:55:25 +04:00
Anna Kozlova 997f409e1a method type params should be excluded from signature when overriding from raw type (IDEA-67585;IDEA-67582) 2012-05-25 14:16:47 +04:00
Danila Ponomarenko 2f9deb86eb IDEA-36326 Quickfix for converting erroneous array access to list access implemented 2012-05-25 13:36:01 +04:00
Roman Shevchenko 7a6e19486a Fix error text 2012-05-24 21:43:36 +04:00
Roman Shevchenko 3f4aca11bd Extension methods aren't abstract 2012-05-24 21:43:35 +04:00
Roman Shevchenko 5a7dd97108 Do not highlight extension methods' bodies 2012-05-24 21:43:35 +04:00
peter ca0caaa698 disprefer return before statement 2012-05-24 19:29:50 +02:00
peter efdf0ca923 prefer better matching constants to methods 2012-05-24 19:29:49 +02:00
peter 4f841ee461 avoid completing new HashSet<String><String>(); 2012-05-24 19:29:48 +02:00
Anna Kozlova 114127cf50 prefer method with more specific return type (IDEA-67729) 2012-05-24 19:11:27 +04:00
Anna Kozlova a21cde8072 add error on qualified anonymous class creation when base type interface is (IDEA-57305) 2012-05-24 19:11:25 +04:00
Anna Kozlova 26c733b37a ignore type substitution on override (IDEABKL-6365) 2012-05-23 21:45:54 +04:00
Danila Ponomarenko ca3ef2eaaa IDEA-31831 Intention aciton: Move initializer to setUp(). Implemented 2012-05-21 17:28:26 +04:00
Bas Leijdekkers 9dfc44532d Move externalizable check to inspection
(IDEABKL-3776 "Externalizable class should have public no-args constructor" warning false negative)
2012-05-16 21:21:58 +02:00
Maxim.Medvedev 764a7bd65c copyright in testdata 2012-05-16 12:26:08 +04:00
Maxim.Medvedev e5b412d4c3 'create groovy method from usage' position caret at the beginning of selection 2012-05-16 10:45:35 +04:00
Roman Shevchenko 2bcfa96ad8 Fix highlighting performance tests; show a difference if failing 2012-05-16 00:57:07 +04:00
Anna Kozlova dde04a403d preserve javadoc refs during inplace rename (IDEA-85817) 2012-05-15 15:05:50 +04:00
Danila Ponomarenko b77df01a2c RemoveRedundantArgument tests fix 2012-05-12 21:07:25 +04:00
Roman Shevchenko fedd867f19 Two heavyweight tests replaced 2012-05-11 23:42:55 +04:00
Roman Shevchenko 7115bb9787 Replace parser conditionals with language level highlighting 2012-05-11 21:09:41 +04:00
Danila Ponomarenko 46c3023f9b IDEA-19519 no 'create getter and setter' and 'create setter' intention for final fields. Also no 'create getter' intention for static final (const) fields 2012-05-11 14:40:43 +04:00
Anna Kozlova 55b7c0f4fe testdata for IDEA-85887 2012-05-11 14:10:46 +04:00
Danila Ponomarenko 6b29efe29a IDEA-17535 Quickfix to remove extra argument in method call implemented 2012-05-10 17:57:58 +04:00
anna f80ca08fe4 public not allowed for local inner classes 2012-05-07 09:03:16 +02:00
Danila Ponomarenko 19d5580e34 IDEA-16027 implemented 2012-05-05 20:14:22 +04:00
Danila Ponomarenko a653ed878a IDEA-20892 tests added 2012-05-05 12:58:00 +04:00
anna 75c174955f warn about private/static modifiers inside local classes (IDEA-85567) 2012-05-03 11:36:21 +02:00
anna 20a7302fcd good code red: illegal generic type in instanceof fixed 2012-05-03 10:11:23 +02:00
anna 7c3f532d9c do not create another capture when not necessary; capture should be the same when substitutor define such dependency (IDEA-57340; IDEA-5731) 2012-05-03 09:19:02 +02:00
anna cf8ab78b59 testdata for IDEA-57339 2012-05-03 09:19:01 +02:00
anna 0ee759c3b8 test data fo IDEA-57337 2012-05-03 09:19:01 +02:00
anna e8b5fad3f6 IDEA-84377: check for recursive bounds 2012-05-02 12:07:12 +02:00
peter cbf7e5e193 middle-matching-agnostic tests 2012-04-27 19:01:20 +02:00
peter 9684af1c5a don't force braces when completing in if condition 2012-04-27 16:48:01 +02:00
peter 8d05ebc967 preselect the most relevant item (e.g. finally>final, swing getComponents>getComponent, IDEA-82206) 2012-04-26 20:20:58 +02:00
peter a58b97b936 IDEA-83714 Non-existent class in generic arguments trips the smart auto-completion component 2012-04-25 23:44:37 +02:00
peter 39b1487491 IDEA-83918 Error completion behaviour for methods in imports. 2012-04-25 22:12:42 +02:00