Commit Graph
1556 Commits
Author SHA1 Message Date
anna 281a692bff EA-33665 - AIOOBE: IntroduceVariableBase.createArrayCreationExpression 2012-02-14 18:54:07 +01:00
anna 14710359c5 move members: escalate visibility fix in case of overloaded methods (IDEA-81323) 2012-02-14 10:30:01 +01:00
Roman Shevchenko 668afd0260 IDEA-81171 (Surround AutoCloseable - initial implementation) 2012-02-12 23:50:22 +01:00
Roman Shevchenko 3ebed051c8 Test moved 2012-02-12 23:50:21 +01:00
Roman Shevchenko ef6736554a Cleanup 2012-02-12 23:50:21 +01:00
Konstantin Bulenkov 0a1488ecf0 don't go deeper than it's needed when searching 2012-02-10 16:53:47 +01:00
anna ba961d59ad highlight error: access to a private field from a class annotation is not possible 2012-02-10 16:49:46 +01:00
anna cb907f4128 visibility inspection: do not suggest private for constants used in class modifier lists and for inner classes used in extends/implements (IDEA-81161) 2012-02-10 16:49:45 +01:00
anna cb0442de53 IDEA-76599 Quickfix to change a double literal to a float literal 2012-02-10 14:15:09 +01:00
anna d6fbbdfe30 allow to override non-abstract methods (IDEA-69772) 2012-02-09 18:51:13 +01:00
peter 8313dbbbda one more fix for caret position when choosing a class suggestion by dot 2012-02-09 18:36:22 +01:00
peter 979191114e IDEA-58766 Recognize dot as completion prefix part for chained call suggestions 2012-02-08 19:22:39 +01:00
Alexey Kudravtsev 57f889295b get rid of getPsiRoots() usages since they are indeterminate 2012-02-08 16:29:35 +04:00
peter 3cc6bdd92b typing re( shouldn't insert return 2012-02-07 17:02:33 +01:00
peter fc557e6442 move java-dependent test to java-tests 2012-02-07 17:02:32 +01:00
anna d4d1685828 EA-33530 - AIOOBE: ExtractMethodProcessor.doExtract 2012-02-07 11:42:54 +01:00
anna b54dd41ed0 IDEA-78597 Refactoring introduce field introduce silly assignment 2012-02-07 09:15:17 +01:00
peter 4b6a10ee8b remove strange assertion 2012-02-06 16:14:55 +01:00
Rustam.Vishnyakov d957788916 Java custom folding enabled 2012-02-03 13:28:36 +04:00
peter a0e7cb5812 fix lookup start marker invalidation when finishing completion with a char inside a live template 2012-02-02 19:03:13 +01:00
Anna Kozlova 24ec63e74e iterate over: correct offset to detect template applicability 2012-02-02 21:17:52 +04:00
peter 8078ea5689 correctly place dot when chosen a class name in completion with it 2012-02-02 16:11:07 +01:00
Konstantin Bulenkov 926f96e44b file structure filtering tests 2012-02-02 09:22:19 +01:00
Anna Kozlova 7d870ed603 remove redundant casts when extract changed parameter type accordingly (IDEA-79743) 2012-02-02 11:03:55 +04:00
peter 5eb09ef3fa completion tests should reflect real-life item order 2012-02-01 20:56:02 +01:00
peter 57a2a49892 IDEA-80583 Wrong suggestion in qualified field type 2012-01-31 18:30:26 +01:00
Konstantin Bulenkov 80ccdf22ba anonymous tests 2012-01-31 17:21:22 +01:00
peter 5d40c34976 don't insert pair ) when choosing a lookup item by ( before an identifier 2012-01-30 17:07:31 +01:00
peter 685f19cebf skip inserting diamond when choosing class completion variant with ( 2012-01-30 17:07:30 +01:00
Konstantin Bulenkov ae1b0f1a58 selection tests 2012-01-30 16:14:24 +01:00
peter 259f22f1da more tests -> community 2012-01-27 23:35:44 +01:00
peter a459e3beee more tests -> community 2012-01-27 23:32:21 +01:00
peter e1d93313e0 find usages tests -> community 2012-01-27 23:24:53 +01:00
Anna Kozlova c36419f867 inline: warn if assignment with operation (IDEA-80348) 2012-01-27 21:47:55 +04:00
Roman Shevchenko e1ee8e56a8 IDEA-80394 (do not ignore whitespaces on collapsing GT/EQ operators) 2012-01-27 14:31:44 +04:00
Anna Kozlova 09ac72236b IDEA-80097 "Redundant suppression" inspection ability to ignore "ALL" 2012-01-25 15:26:12 +04:00
Anna Kozlova 608afc659e IDEA-79290 Inline Local Variable does not qualify accesses to obscured types 2012-01-25 15:26:11 +04:00
peter 45fb225d89 don't get in the way when typing a label name in java/groovy 2012-01-24 18:05:28 +01:00
peter 2dd04b9c01 IDEA-80186 Completion for 'continue' always inserts semicolon 2012-01-24 13:33:39 +01:00
peter fc48c37193 completion during block selection to handle tab and backspace as expected 2012-01-18 15:28:52 +01:00
anna 2679bf2acb suggest to delete type arguments when they are not expected (IDEA-79300) 2012-01-18 11:47:48 +01:00
peter 95ed19181c move some tests to the platform 2012-01-17 19:40:31 +01:00
peter c975d54b7a typing 'new File(' shouldn't insert some File* imported class when java.io.File is not imported yet 2012-01-17 17:57:53 +01:00
anna face21abec copy package-info with package annotations (IDEA-79980) 2012-01-17 17:54:01 +01:00
Alexey Kudravtsev ce10ef3e1e moved jdk annotations to community 2012-01-17 20:32:28 +04:00
Alexey Kudravtsev a0d5486a92 test fix 2012-01-17 12:34:11 +04:00
anna 4a8e4d4afc replace constant duplicates (IDEA-43784) 2012-01-16 20:12:12 +01:00
anna a71612a457 method duplicates: correctly process qualifiers (IDEA-79954) 2012-01-16 17:12:19 +01:00
Alexey Kudravtsev 3fac1f091f removed aliases from JDK annotations
javadoc
2012-01-16 18:32:15 +04:00
anna bd6b9ca5b5 update mock jdk 1.7 to contain correct @Deprecated version 2012-01-16 15:20:22 +01:00