Commit Graph
55 Commits
Author SHA1 Message Date
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
anna a4e23d3546 good code red: do not allow unchecked conversions on deeper wildcard levels (IDEA-80386) 2012-04-03 19:19:44 +02:00
anna 1563df17f1 red code is green wildcard problems ++(IDEA-66750;IDEA-75178;IDEA-73377) 2012-03-29 15:17:24 +02:00
anna 24d2eeb3d0 service to detect java version;
highlight access to private class members according to java version used (IDEA-83045)
2012-03-29 11:06:43 +02:00
anna 09246f5482 process captured wildcards (IDEA-82913) 2012-03-28 18:01:15 +02:00
Roman Shevchenko 2a99d489af IDEA-80590 (hint to ignore unused for-each parameters and resource variables) 2012-03-28 00:15:10 +02:00
Bas Leijdekkers 048d6f9d31 make instance field final and constructor private 2012-03-27 20:24:12 +02:00
Evgeny Gerashchenko 23ee0bb758 Got rid of unnecessary dependency of java-psi-impl on platform-api: extracted ContentBasedClassFileProcessor.getDecompiledPsiFile() to separate extension point in ClsFileDecompiledPsiFileProvider, in java-psi-api module. 2012-03-26 15:13:29 +04:00
peter 91fb524a30 IDEA-25267 Smart Completion after continue&break should filter labels 2012-03-07 20:24:50 +04:00
Maxim.Medvedev 8528e7f2a4 FQN constant for Runnable 2012-02-22 15:16:24 +04:00
peter 43e5f35bd8 a more scala-friendly source-level accessibility check 2012-02-17 19:20:31 +01:00
Anna Kozlova 375946f62c diamond type visitor
EA-30757 - assert: PsiSubstitutorImpl$SubstitutionVisitorBase.visitType
2012-02-01 13:43:20 +04:00
Alexey Kudravtsev d8f813215a some methods annotated by MagicConstant annotations 2012-01-12 16:41:33 +04:00
Alexey Kudravtsev a87146dc5b Magic constant inspection 2012-01-12 16:41:32 +04:00
Dmitry Jemerov fdf7707b1d don't load extensions from static initializer 2011-12-21 14:02:12 +01:00
Eugene Zhuravlev b9da308571 fix npe 2011-12-07 16:06:47 +01:00
Alexey Kudravtsev ead1b1e711 EA-32128 - SOE: PsiUtil.hasDefaultConstructor 2011-11-29 18:10:07 +04:00
anna dcd3645b42 do compare constructors names when signature is not hierarchical (IDEA-77114) 2011-11-22 09:57:04 +01:00
peter 675559f5cc per-position language level checking when suggesting completion keywords (EA-29624) 2011-11-10 20:12:05 +01:00
Alexey Kudravtsev 4f009991d7 fewer induced exceptions 2011-11-07 18:21:29 +04:00
Roman Shevchenko 1684773504 Missed @Nullable 2011-10-28 10:05:18 +02:00
Alexey Kudravtsev 8b9b36fe87 @Override added 2011-10-26 20:20:26 +04:00
Maxim.Medvedev 8cf40f2762 fix compilation 2011-10-26 17:27:53 +04:00
Maxim.Medvedev 0251c774d5 IDEA-69879 quick evaluate in debug for Groovy 2011-10-26 17:04:27 +04:00
Roman Shevchenko da7ad14a48 Factory method for named constructor creation; unused class dropped 2011-10-21 17:44:08 +02:00
peter 6079af3a74 NPE EA-30173 2011-10-21 13:41:35 +02:00
Dmitry Jemerov 9435ad7311 replace 'boolean forCompletion' parameter in PsiResolveHelper with ParameterTypeInferencePolicy class 2011-10-17 16:14:48 +02:00
Roman Shevchenko 1131772d54 Javadoc 2011-10-14 20:38:36 +02:00
Dmitry Jemerov d84c902a3a extract JavaCodeFragmentFactory out of PsiElementFactory; remove a number of unnecessary back and forth conversions between Project and PsiManager 2011-10-14 19:28:03 +02:00
Dmitry Jemerov ab2f700062 language levels in java core bundle 2011-10-14 18:42:04 +02:00
Dmitry Jemerov a111bd1547 typo 2011-10-14 18:34:20 +02:00
Dmitry Jemerov 9186eb8c41 towards working findClass(0 2011-10-14 15:33:20 +02:00
Dmitry Jemerov f52ec362f8 don't collapse javadocs in package-info.java (IDEA-58936); extract duplicate constants to a common place 2011-10-13 15:44:28 +02:00
Maxim Medvedev 9ebac656de CommonClassNames.JAVA_LANG_STRING_BUILDER 2011-10-04 22:06:44 +04:00
anna 3dd9b35c2a show params info: skip inference when argument list is not valid anymore (EA-30223 - PIEAE: CompositePsiElement.getProject) 2011-10-04 19:32:39 +02:00
peter 73fa3a12d9 some @NotNull assertions (EA-30173) 2011-10-04 18:17:42 +02:00
Dmitry Jemerov c97b13bfa3 pull up containsClassNamed() to PsiPackage interface (temporarily?) 2011-10-04 16:04:58 +02:00
Dmitry Jemerov 308a75c3e0 register PsiResolveHelper as an independent service 2011-10-04 16:03:53 +02:00
Dmitry Jemerov a1e4086ca3 move a bunch of migration-dependent stuff from PsiPackageImpl.processDeclarations() toi MigrationElementFinder 2011-10-04 16:03:49 +02:00
Dmitry Jemerov 494f344f2a extract current migration tracking out of JavaPsiFacade to a separate PsiMigrationManager; reduce amount of unnecessary Project->PsiManager->Project shuffling 2011-10-04 16:03:46 +02:00