Commit Graph
94 Commits
Author SHA1 Message Date
Roman Shevchenko 93488641f8 Lambda expressions support: drop generic lambda expressions 2012-06-09 14:25:59 +04:00
Roman Shevchenko 036c6d9378 Long deprecated method dropped 2012-06-08 22:31:15 +04:00
Roman Shevchenko 69f07ad01e IDEA-87248 (smart type pointer manager should be more tolerant to unknown types) 2012-06-08 20:53:28 +04:00
Roman Shevchenko ee50d99da0 Lambda expressions support: second round
- typed parameters
- type parameter list
- resolve inside lambda
2012-06-08 14:34:03 +04:00
peter afee1a2277 IDEA-87104 Code completion should remember and prefer chosen variants 2012-06-07 15:47:16 +02:00
Alexey Kudravtsev 713d908dcd cleanup 2012-06-06 13:33:58 +04:00
Alexey Kudravtsev d0ef5933e5 cleanup 2012-06-06 13:33:54 +04:00
Roman Shevchenko 6ea4c06d8f Lambda expressions support: first round 2012-06-05 21:52:05 +04:00
Roman Shevchenko b3de9ce33f Cleanup 2012-06-05 21:52:05 +04:00
Roman Shevchenko bd86a3e9bd Introduce method reference type; mute type check for it 2012-06-04 12:19:08 +04:00
Roman Shevchenko f455ac5697 Prevent CCEs 2012-06-04 12:19:03 +04:00
Roman Shevchenko 679ab25896 Method reverences language level highlighting 2012-06-04 12:18:58 +04:00
Roman Shevchenko 95534a1d3c First take on method references 2012-06-01 22:09:48 +04:00
Alexey Kudravtsev 8cf79cb570 notnull 2012-06-01 16:51:27 +04:00
Anna Kozlova 0c79564b45 "java.lang.Object" ->CommonClassNames.JAVA_LANG_OBJECT 2012-05-30 13:29:24 +04:00
Roman Shevchenko 5a7dd97108 Do not highlight extension methods' bodies 2012-05-24 21:43:35 +04:00
Maxim.Medvedev 65af46598a JVMElementFactory methods 2012-05-21 12:26:10 +04:00
Anna Kozlova 39a2ca4115 ability to create psitype with jvmfactory 2012-05-18 19:59:14 +04:00
Anna Kozlova eaf77e0975 EA-36142 - NPE: TypeConversionUtil.visitArrayType 2012-05-18 10:17:07 +04:00
Roman Shevchenko 1711b6570e Drop PsiElementArrayConstructor in a favor of ArrayFactory 2012-05-16 16:08:12 +04:00
Maxim.Medvedev a6b7faa32e create groovy method from usage in java file 2012-05-16 10:45:34 +04:00
Anna Kozlova 9fde625186 do not suggest to move to library (IDEA-86011) 2012-05-14 18:27:39 +04:00
Dmitry Lomov 51ea19f1fa Merge branch 'upsource-master' 2012-05-14 13:24:58 +02:00
Anna Kozlova 4879868fef package scope when package is inside package prefix should contain classes with "subnames" (IDEA-82937) 2012-05-14 14:41:27 +04:00
Dmitry Lomov 3acfcaf592 Merge branch 'master' into upsource-master 2012-05-14 12:26:30 +02:00
Roman Shevchenko 70470e66f7 Java 8: 'none' isn't a keyword yet 2012-05-14 13:43:15 +04:00
Roman Shevchenko c583fbbeb6 Deprecate duplicate token sets; cleanup 2012-05-14 13:43:15 +04:00
Dmitry Lomov 4819c6dc9d Merge branch 'master' into upsource-master 2012-05-14 11:38:01 +02:00
Roman Shevchenko 73f8db9d5f Fix deprecated API usages 2012-05-11 22:03:34 +04:00
Roman Shevchenko c6c028883b Java 8 tokens 2012-05-11 21:47:05 +04:00
Roman Shevchenko 97eb59356d Description for Java 8; typos 2012-05-11 21:09:40 +04:00
Roman Shevchenko d9ca70c766 Language level API cleanup 2012-05-11 21:09:40 +04:00
Evgeny Pasynkov ea7598920a Better stub CoreJavaCodeStyleManager 2012-05-09 14:58:39 +02:00
anna d0d8e6f8d3 bytecode: allow anonymous classes; work on editor element; prepare editor in component 2012-05-08 09:14:14 +02:00
Maxim.Medvedev 761157d22d nullable 2012-05-04 14:34:33 +04:00
anna 2cf7167ae7 process intersection types correctly 2012-05-03 09:19:04 +02:00
Maxim.Mossienko 0f38219efb less garbage during indexing (-30M for IDEA project), just in case each TokenSet is 5K each 2012-05-02 21:31:04 +04:00
Maxim.Medvedev ed0afd2ce7 IDEA-79715 Groovy: Inspection "There is no default constructor available in class *" must have a quickfix 2012-04-25 18:00:55 +04:00
anna 817fc5aae4 simlify ? super ? wildcard (IDEA-63765) 2012-04-19 12:41:39 +02:00
Maxim Shafirov 4afdd61d8d Given "com.Outer<A, B>.Inner" as input getClassParametersText must return empty results. Those A and B are parameters of Outer, not Inner 2012-04-18 22:08:21 +04:00
Roman Shevchenko 9a2c735d51 Drop deprecated APIs 2012-04-16 21:17:53 +02:00
anna 654f6cd973 replace <? extends Object> with <?> during substitution (IDEA-64775) 2012-04-16 14:24:33 +02:00
anna 0c15dccf23 good code red fixed 2012-04-16 14:24:32 +02:00
Alexey Kudravtsev d4ac758388 IDEA-84224 2012-04-10 12:06:43 +04:00
Alexey Kudravtsev b70c17f1cf @notnull 2012-04-10 12:03:08 +04:00
Alexey Kudravtsev 5984433319 notnull 2012-04-10 11:57:58 +04:00
anna d8748bb076 ambiguous method calls: conflict resolver, tests
(IDEA-67832; IDEA-67837; IDEA-67573; IDEA-57306;
 IDEA-57535; IDEA-57269; IDEA-57278; IDEA-57317)
2012-04-09 11:57:27 +02:00
Maxim.Medvedev ddbc9d9b69 IDEA-66792 groovy: bad code green: applicability of annotation is not verified with regard to target element 2012-04-06 12:04:27 +04:00
anna 9242d62213 good code is red: wildcard should check the bound if any in order to prove difference (IDEA-63291) 2012-04-05 19:08:45 +02:00
anna 5e682f1319 good code is red: take bounds into account during types agree (IDEA-76283) 2012-04-05 12:12:38 +02:00