Commit Graph
142 Commits
Author SHA1 Message Date
peter 1fb5988fa8 [romka] debug, not warn 2012-02-20 14:32:14 +01:00
peter c41a1c8d79 @NotNull 2012-02-19 12:50:24 +01:00
Roman Shevchenko 2a429829d3 IDEA-80881 (build class stubs w/o decoding stack frames) 2012-02-19 09:40:22 +01:00
anna 5f0f70fee3 IDEA-81488 Frequent exceptions in spring-support plugin 2012-02-16 22:05:24 +01:00
Roman Shevchenko d9dd3087ab IDEA-80881 (log .class reading errors) 2012-02-16 12:20:41 +01:00
Sergey Evdokimov 3d73f7cc7e Optimization of PsiClassImplUtil.isMethodEquivalentTo() 2012-02-13 14:42:36 +04:00
Dmitry Jemerov 8773f3ce69 patch from Alexander Zverev 2012-02-09 20:22:47 +01:00
Alexey Kudravtsev deb6850e59 NotNull 2012-02-08 16:29:16 +04:00
Maxim Shafirov ea5a333663 Workaround for Scala compiler bug. IDEA-78649 2012-02-08 14:17:29 +04:00
Maxim.Mossienko 9e43a15489 - do not scan words when token is expected to have no words (e.g. whitespace)
- skip filterlexer creation when indexing
2012-02-07 19:25:04 +04:00
Maxim Shafirov e2f1cf67b1 Arrays hopefully have faster iteration 2012-02-06 20:40:37 +04:00
Maxim Shafirov 71e7e41b7c Don't check .isFile() too often, don't call .list() too often 2012-02-06 19:44:20 +04:00
Alexey Kudravtsev 983a273a6e IDEA-80483 NPE 2012-02-03 14:34:52 +04:00
Anna Kozlova 375946f62c diamond type visitor
EA-30757 - assert: PsiSubstitutorImpl$SubstitutionVisitorBase.visitType
2012-02-01 13:43:20 +04:00
peter 57a2a49892 IDEA-80583 Wrong suggestion in qualified field type 2012-01-31 18:30:26 +01:00
Maxim Shafirov 7aca50fece Core's findClass() works with inner classes too 2012-01-31 20:01:25 +04:00
Maxim Shafirov 5295f884e8 An API (for Kotlin) for mirror source substitution. 2012-01-31 17:49:51 +04:00
Dmitry Avdeev 3899096e79 @Nullable 2012-01-30 16:21:38 +04:00
Dmitry Avdeev 6fe0da1000 @Nullable 2012-01-30 16:21:37 +04:00
Sergey Evdokimov 01c6acab8e Replace PsiManager.getInstance(psiElement.getProject()) to psiElement.getManager() and add inspection to this case. 2012-01-28 17:23:15 +04:00
Anna Kozlova 1b40fd5d93 inner class inside anonymous presentation 2012-01-27 18:29:09 +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
Maxim.Mossienko 08674a4847 do not call bundle.message before actual reporting error 2012-01-26 17:30:18 +04:00
Dmitry Jemerov 84f4b2b829 resolve to .java files, not only to .class 2012-01-25 13:53:28 +01:00
Dmitry Jemerov e8bebd8a32 provide a core version of PsiDocTagValueImpl 2012-01-20 19:25:58 +01:00
anna face21abec copy package-info with package annotations (IDEA-79980) 2012-01-17 17:54:01 +01:00
Alexey Kudravtsev d8f813215a some methods annotated by MagicConstant annotations 2012-01-12 16:41:33 +04:00
Alexey Kudravtsev 18c6c63f75 cleanup 2012-01-10 20:35:07 +04:00
Maxim.Medvedev 61b0b80c8f IDEA-79697 Problem with groovy compiler for generic methods 2012-01-10 15:04:55 +04:00
peter d3329c8512 don't show synthetic methods in groovy structure view 2012-01-05 20:38:46 +01:00
anna 0820800f94 collect subpackages from different finders in one set 2012-01-05 12:58:55 +01:00
Maxim Shafirov a67234d314 Need messages in core 2011-12-30 15:52:06 +04:00
anna 260064faa7 EA-32876 - CCE: PsiSuperExpressionImpl.getType 2011-12-29 15:43:50 +01:00
Alexey Kudravtsev a7a81d1a4b cleanup 2011-12-29 17:26:44 +04:00
Alexey Kudravtsev 4fecca4887 cleanup 2011-12-28 13:05:54 +04:00
Dmitry Jemerov 1e0714b310 register JavaResolveCache in JavaCoreEnvironment 2011-12-27 22:42:59 +01:00
anna 527ce9d6a1 EA-31493 - IAE: ClsClassImpl.isInheritor 2011-12-27 19:55:57 +01:00
Roman Shevchenko e34d1f5214 Fix incorrect message bundle loading 2011-12-26 18:47:14 +01:00
Maxim Shafirov ffba9ae46e KT-810 2011-12-22 16:11:26 +03:00
Dmitry Jemerov 15aed1081b register one more extension 2011-12-21 18:33:56 +01:00
Alexey Kudravtsev 380868f859 performance 2011-12-21 16:30:56 +04:00
Alexey Kudravtsev 80fd334b77 cleanup 2011-12-21 16:30:55 +04:00
Alexey Kudravtsev cfeacb9da4 notnull 2011-12-21 16:30:51 +04:00
Dmitry Jemerov f3f9bc673a Merge remote branch 'origin/master' 2011-12-21 11:40:09 +01:00
Dmitry Jemerov bc73058155 register missing extension 2011-12-21 11:38:59 +01:00
Alexey Kudravtsev 81136098c0 IDEA-78828 Java Depend Order - broken 2011-12-21 13:01:10 +04:00
Dmitry Jemerov ab68908323 Merge remote branch 'origin/master' 2011-12-20 16:53:59 +01:00
Dmitry Jemerov 1abebaaab7 couple more pieces of JavaCoreEnvironment 2011-12-20 16:52:24 +01:00
peter 2ac6b0dabf IDEA-78870 Idea imports unnecessary class when I'm creating anonymous class 2011-12-20 13:23:58 +01:00