Commit Graph
2767 Commits
Author SHA1 Message Date
peter e83810e358 IDEA-67939 Smart completion completes private field from parent class inside a static inner inheritor 2011-04-13 19:04:38 +02:00
Alexey Kudravtsev 6e02aab0ad cleanup 2011-04-13 17:45:14 +04:00
Alexey Kudravtsev 111b9c255f read action 2011-04-13 17:45:13 +04:00
Alexey Kudravtsev 5b6a43015d IDEA-61333 2011-04-13 17:45:11 +04:00
anna dbc0319f16 EA-26629 - IAE: JavaCodeStyleManagerImpl.shortenClassReferences 2011-04-13 15:11:31 +02:00
anna f4603c5347 EA-26853 - AIOOBE: UnusedParametersInspection$1.visitElement 2011-04-13 15:11:31 +02:00
anna 5df673a98d correct find for synthetic last parameter (e.g. GWT) 2011-04-13 15:11:30 +02:00
anna acac378713 EA-26903 - NPE: NotInSuperOrThisCallFilterBase.isOK 2011-04-13 15:11:30 +02:00
Dmitry Avdeev ce0940f3af introducing AbstractDocumentationProvider 2011-04-13 13:37:58 +04:00
Denis Zhdanov dbb27d2579 IDEA-68003 Java Formatter: Correct formatting of anonymous classes at method call arguments
1. Corrected formatting of anonymous class used as aligned method call arguments;
2. Corresponding tests are added;
3. Green code policy is applied at affected classes;
2011-04-13 12:11:38 +04:00
anna cb836b3251 respect javadoc policy for inlined members on inline super class as well as push down with existing members (IDEA-67580) 2011-04-12 20:57:36 +02:00
anna 0c66b6cfa4 suggest containing class if target class not found (IDEA-67907) 2011-04-12 15:17:38 +02:00
anna 640ef4161c NPE 2011-04-12 14:13:51 +02:00
anna c37ef2dd81 add diagnostics for (IDEA-65097) 2011-04-12 14:13:50 +02:00
Alexey Kudravtsev ee9a68bf44 PSI leaks via LocalQuickFix 2011-04-12 11:42:23 +04:00
anna edcae93bd9 hide rename parameters in hierarchy for static methods (IDEA-67898) 2011-04-11 21:02:19 +02:00
Roman Shevchenko 59e0af7baf EA-26848 (check before cast, Luke) 2011-04-11 20:20:29 +02:00
Roman Shevchenko ce25274012 EA-26831 (check an expression) 2011-04-11 20:20:28 +02:00
Roman Shevchenko df411b59cd EA-26819 (fix + support for multi-scoped elements) 2011-04-11 20:20:28 +02:00
Roman Shevchenko 3a6d7668b0 EA-26346 (fix + more logging) 2011-04-11 20:20:28 +02:00
Bas Leijdekkers 1b9a6392da fix CCE 2011-04-11 20:11:57 +02:00
peter af464a96e1 EA-26478 diagnostics 2011-04-11 19:23:45 +02:00
peter 4f96d03a3e some validity assertions (EA-26543) 2011-04-11 19:23:45 +02:00
anna 96565d7d68 EA-26772 - assert: Match.getChangedSignature 2011-04-11 17:24:31 +02:00
Bas Leijdekkers 6dadded665 IDEA-27659 (Introduce Variable: Can produce bad code with array initializers) 2011-04-11 16:28:55 +02:00
Bas Leijdekkers c792b593e9 create array expression of correct type (and for empty array initializers) 2011-04-11 15:00:21 +02:00
Bas Leijdekkers f97f689d50 better error message 2011-04-11 14:54:03 +02:00
Sergey Evdokimov 630e7081a8 Fix: IDEA-66455 (Provide documentation for GSP tags) 2011-04-11 14:54:55 +04:00
Rustam.Vishnyakov c1def7e25a Synchronize language selection in General settings and other panels. 2011-04-11 13:46:38 +04:00
anna e0974b0ade introduce parameter: layout 2011-04-09 20:25:40 +02:00
anna 504b6d2564 quick fix to annotate parameter @Nullable: do not suggest to annotate non project method when external annotations are disabled 2011-04-09 20:25:39 +02:00
Eugene Zhuravlev b63986dce8 non-VFS based FileTemplatesManager 2011-04-09 19:36:08 +02:00
anna 8af1c09ffb introduce field: layout change 2011-04-09 17:57:43 +02:00
peter 91a8c9c001 bring back location in global member items in groovy 2011-04-08 20:19:10 +02:00
Kirill Kalishev 6025c53dd0 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2011-04-08 22:16:23 +04:00
Kirill Kalishev d0fc0789d8 projectview tests fixed 2011-04-08 21:44:48 +04:00
anna afe2504a1c introduce constant: layout 2011-04-08 17:07:28 +02:00
Alexey Kudravtsev 5a602e1051 test fix 2011-04-08 16:00:38 +04:00
Alexey Kudravtsev 4a515dcda0 IDEA-67711 2011-04-08 14:13:06 +04:00
anna a8a4d2988f inline introduce: rebind types (IDEA-67726) 2011-04-08 11:55:33 +02:00
anna cd405e68f2 AIOOBE 2011-04-08 10:48:27 +02:00
anna 09fb925c01 warn about null passed to non annotated parameter (IDEA-35867) 2011-04-08 09:29:01 +02:00
Roman Shevchenko 3609b382c9 EA-26615 (logging) 2011-04-07 22:06:03 +02:00
peter 23337b568c wide base icons for elements which provide visibility 2011-04-07 21:16:12 +02:00
anna 5fead14cc4 NPE 2011-04-07 19:56:50 +02:00
anna 82e049d035 preserve arguments list for enum constant on implement methods (IDEA-67719) 2011-04-07 19:55:19 +02:00
peter 5fe80ddaa8 smart completion in groovy to suggest members of expected class (IDEA-66975) 2011-04-07 19:50:10 +02:00
peter c65ff63395 java-specific parts of MembersGetter go to JavaMembersGetter 2011-04-07 19:50:10 +02:00
anna a74a8c78ec EA-26756 - NPE: ExtractMethodDialog.getSignature 2011-04-07 18:19:59 +02:00
anna 98a561956c introduce refactorings: do not try to rename dependencies after newly introduced variable (EA-26587 - AIOOBE: InplaceIntroduceParameterPopup.getParameter) 2011-04-07 18:19:58 +02:00