Commit Graph
2767 Commits
Author SHA1 Message Date
Bas Leijdekkers f872b6db31 fix "Constant conditions & exceptions" options panel 2011-04-07 16:50:28 +02:00
Roman Shevchenko c705915d30 StringBuffer -> StringBuilder 2011-04-06 21:25:51 +02:00
Roman Shevchenko e856733aab IDEA-67596 (class stub builder: decode only relevant access modifiers) 2011-04-06 20:54:42 +02:00
peter 8080667544 don't suggest void methods in a context where some return value is expected (suggest on second invocation) 2011-04-06 19:21:15 +02:00
peter d122de21ab IDEA-67494 Freemarker/Velocity: make StringLiterals injectable 2011-04-06 19:21:14 +02:00
Dmitry Jemerov 15a33f79a8 EA-26689 - NPE: PackageElement.getRoots 2011-04-06 16:38:52 +02:00
Dmitry Avdeev a5a4245c05 cleanup 2011-04-06 15:58:22 +04:00
peter 8d12f07a6a fix some empty stack exceptions during dfa analysis 2011-04-06 13:02:50 +02:00
peter 6a12b9c4de IDEA-67445 no smart completion for "new Ex<caret>" 2011-04-06 13:02:44 +02:00
Roman Shevchenko cce2c02db1 IDEA-67556 (use highest language level in an artificial elements was a bad idea) 2011-04-05 20:59:18 +02:00
anna dde2360a0c keep spaces (IDEA-67541 ) 2011-04-05 18:13:36 +02:00
Alexey Kudravtsev f937991590 usage view group speed optimisation 2011-04-05 17:54:07 +04:00
anna 3aaa7fb39b diamonds: check according to diamonds even if expected type is raw 2011-04-05 15:45:49 +02:00
anna cd587a0217 EA-26528 - NPE: InplaceIntroduceFieldPopup$FieldInplaceIntroducer$3.run 2011-04-05 15:45:48 +02:00
anna fc7540992f EA-26531 - NPE: JavaSafeDeleteProcessor$4.process 2011-04-05 15:45:47 +02:00
Roman Shevchenko bf9add7eb8 IDEA-67385 (explicitly imported types should shadow inherited ones) 2011-04-05 13:30:10 +02:00
anna 14dcdbebb3 enable implement interface at the end of identifier (IDEA-67421) 2011-04-05 13:24:48 +02:00
Dmitry Jemerov aa7f24dbd4 prompt to configure external documentation location if none is configured 2011-04-04 17:09:41 +02:00
Maxim Medvedev a289533806 getLBrace() and getRBrace() for Groovy classes 2011-04-03 11:07:11 +04:00
Maxim Medvedev da98caef35 enable Create Test action for Groovy classes 2011-04-03 11:07:09 +04:00
Dmitry Jemerov 01814e913c remove meaningless copyright comments 2011-04-02 20:02:13 +02:00
Eugene Kudelevsky e4ff3092d4 Merge commit 'origin/master' 2011-04-01 20:59:09 +04:00
Eugene Kudelevsky 6e1f17ce06 GotoDeclarationHandler now can return multiple targets 2011-04-01 20:52:57 +04:00
anna d3a5d9c7c5 do not search for java if there is no java package; no need to parse files (IDEA-67386) 2011-04-01 13:33:55 +02:00
Maxim Medvedev 2d6ad65b5b Merge branch 'master' of git.labs.intellij.net:idea/community 2011-04-01 09:58:47 +04:00
anna 0d21845e37 allow to move packages without java files out of source roots (IDEA-66580 ) 2011-03-31 20:51:16 +02:00
anna 0bf7fec311 correct relative path for one class 2011-03-31 20:51:15 +02:00
anna 6f8b67665c unimplement interface in generics case: check by subst. signature (IDEA-67230 ) 2011-03-31 16:31:08 +02:00
anna e873ba4875 check accessibility without access object (IDEA-67220) 2011-03-31 16:31:07 +02:00
Maxim Medvedev 11b37cbb63 IDEA-66936 move classes with static and aliased imports 2011-03-31 16:01:44 +04:00
Maxim Medvedev 658b5eee39 remove unused help button from CreateClassDialog 2011-03-31 16:01:43 +04:00
anna 3507e39732 inline redundant array: remove tailing commas (IDEA-67212) 2011-03-31 13:18:23 +02:00
Alexey Kudravtsev ed07bd205d PSI leak via the LocalQuickFix 2011-03-31 14:57:33 +04:00
Alexey Kudravtsev 1b8e752e20 cleanup 2011-03-31 14:57:31 +04:00
Alexey Kudravtsev 138d64f482 cleanup 2011-03-31 14:57:30 +04:00
Alexey Kudravtsev 5035e483a7 notnull 2011-03-31 14:57:29 +04:00
Alexey Kudravtsev fb780bf900 unnecessary write action 2011-03-31 14:57:28 +04:00
Alexey Kudravtsev 7c5222eaf6 optimization 2011-03-31 14:57:27 +04:00
Bas Leijdekkers 869733d272 IDEA-67253 (Quickfix to replace += operator with StringBuilder on left hand side with append() call) 2011-03-31 12:44:31 +02:00
Denis Zhdanov 3e27c48fa2 IDEA-67294 unexpected reformat result for package-private annotation
No indent is defined for annotations now
2011-03-31 12:40:16 +04:00
Roman Shevchenko 03da5e3868 Move inter-type members to classes and aspects 2011-03-30 20:51:50 +02:00
Dmitry Jemerov 19b6fcbeba API for quickly checking if external doc is available for an element 2011-03-30 20:49:07 +02:00
peter aef7cf5e86 some validity assertions for EA-26360 2011-03-30 19:07:53 +02:00
peter 68d8890b7f suggest 'final' in for-in loop clause (IDEA-67249) 2011-03-30 19:07:52 +02:00
anna 4b5428e738 diagnostics for EA-26363 - AIOOBE: PsiElementFactoryImpl.createField 2011-03-30 18:31:23 +02:00
anna 9b2f7ce7e2 inplace introduce: restore expression if text equals 2011-03-30 18:31:22 +02:00
anna 676f00561e sync collections used in ReferencesSearch 2011-03-30 18:31:21 +02:00
anna 777eb80397 hide escalate visibility for inplace introduce constant (the same as private) 2011-03-30 18:31:20 +02:00
anna 69ec3d1706 copy classes: show qualified package name where class would be placed (IDEA-66848) 2011-03-30 18:31:19 +02:00
peter df5992c5ad don't display packages for instance methods 2011-03-30 14:39:58 +02:00