Commit Graph
1202 Commits
Author SHA1 Message Date
Anna Kozlova 7d870ed603 remove redundant casts when extract changed parameter type accordingly (IDEA-79743) 2012-02-02 11:03:55 +04:00
Dmitry Boulytchev (dboulytchev@gmail.com) b0c8a7cada Merge branch 'master' of git.labs.intellij.net:idea/community 2012-02-02 01:24:44 +04:00
Dmitry Boulytchev (dboulytchev@gmail.com) f2fabd3bf1 renamed: ../../../../../jps/testData/incremental/fieldProperties/nonIncremental3/src/A/A.java -> fieldProperties/nonIncremental3/A$A.java.new~ 2012-02-02 01:23:39 +04:00
Dmitry Boulytchev (dboulytchev@gmail.com) 7d194f269e Finishing setting up tests (compiler server). 2012-02-02 01:13:16 +04:00
peter 5eb09ef3fa completion tests should reflect real-life item order 2012-02-01 20:56:02 +01:00
peter 9fd14da9af IDEA-79862 Java: auto-insert space after completing "extends" and "implements" 2012-02-01 20:56:01 +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 2c7e86f405 find usages tests -> community 2012-01-27 23:28:35 +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
Roman Shevchenko f214f99337 [ann] IDEA-80335 (more precise check for exceptions from AutoClosable types) 2012-01-26 20:33:48 +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
Maxim.Mossienko b2909fb378 detect old header too 2012-01-24 19:18:10 +04:00
Maxim.Mossienko b7a6ac3ce8 fix test data 2012-01-24 19:18:09 +04:00
peter 2dd04b9c01 IDEA-80186 Completion for 'continue' always inserts semicolon 2012-01-24 13:33:39 +01:00
Alexey Kudravtsev 8f4258d45d performance, bit operations 2012-01-24 12:10:39 +04:00
Alexey Kudravtsev f5ebabb673 assertions added, annotations for method parameter 2012-01-20 13:40:07 +04: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
anna face21abec copy package-info with package annotations (IDEA-79980) 2012-01-17 17:54:01 +01: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
anna 90bdbd8764 IDEA-77607 Introduce refactoring looses annotation 2012-01-15 17:58:02 +01:00
anna 8b9dd33ed5 fix name case 2012-01-15 14:54:17 +01:00
anna f63576f878 create constructor matching super: insert braces when no present (IDEA-77194) 2012-01-13 21:33:58 +01:00
anna 4fe09fbead create subclass: for private inner classes create implementation in the same containing class (IDEA-18954); IDEA-76741 2012-01-13 21:21:38 +01:00
anna 46a1d47c02 quick doc: do not escape - leave it as in javadoc tool 2012-01-13 19:59:15 +01:00
Alexey Kudravtsev a87146dc5b Magic constant inspection 2012-01-12 16:41:32 +04:00
peter ef211da585 when lexicographic completion sorting is enabled, really sort the items lexicographically, without all the priority/grouping/etc stuff (IDEA-79651) 2012-01-09 19:36:46 +01:00
peter 8604ee3717 custom file type tests -> community 2012-01-05 20:38:48 +01:00
peter d0f7824299 don't insert a space after a keyword if there's already one 2012-01-05 20:38:46 +01:00
peter 8720fb18fe don't overwrite trailing space in java & groovy keyword completion 2012-01-01 23:14:31 +01:00
peter 75c5872a0a IDEA-51920 'Suspicious call to Map.get' inspection should be aware of dataflow type information 2011-12-30 16:18:34 +01:00
peter 52e6e8e2d7 light fixture-based SuspiciousCollectionMethodCallsTest 2011-12-30 16:18:34 +01:00
peter 4ba1cc4d29 IDEA-79381 Exclude from Import not working for non-static inner classes in excluded packages 2011-12-29 17:46:51 +01:00
peter a48a9f5efe don't suggest expected type members twice when they are statically imported (IDEA-79426) 2011-12-29 16:49:25 +01:00
anna c3ce1ae00f insert same notnull annotation as exist on the existing field (IDEA-79436) 2011-12-29 15:43:49 +01:00
anna 4f513cbd94 EA-31069 - assert: RefactoringUtil.getChainedConstructor 2011-12-28 16:01:34 +01:00
peter 784c2f101a IDEA-69328 Code completion in switch...case: complete other possible values from already ref'd class 2011-12-27 18:17:43 +01:00
peter 7ef62f3655 IDEA-69897 Smart complete missing enum values in switch/case statements 2011-12-27 16:00:13 +01:00