Commit Graph
8485 Commits
Author SHA1 Message Date
Danila Ponomarenko 021ff89aff IDEA-36326 "set" support added 2012-05-28 14:55:25 +04:00
Danila Ponomarenko 2b9358ce84 layout fixed 2012-05-28 14:55:25 +04:00
Danila Ponomarenko c152ac976f IDEA-62374 Suggest ternary operation to avoid NPE implemented 2012-05-28 14:55:25 +04:00
Anna Kozlova 49aa6f0a74 EA-36065 - IAE: ExternalAnnotationsManagerImpl.findExternalAnnotation 2012-05-28 14:33:49 +04:00
Anna Kozlova b1d67868c2 EA-35112 - IOE: JspJavaFileImpl.setPackageName 2012-05-28 14:33:48 +04:00
Anna Kozlova 3b92025770 EA-35321 - NPE: CopyClassesHandler.findByName 2012-05-28 14:33:47 +04:00
Anna Kozlova 8060210563 EA-33085 - NPE: IntroduceFieldDialog.<init> 2012-05-28 14:33:46 +04:00
Anna Kozlova 4bcc6ee2c0 EA-36088 - PIEAE: PsiElementBase.getContainingFile 2012-05-28 14:33:44 +04:00
nik 39304ca707 downloading libraries for frameworks: added options to download sources and javadocs, support for optional jars 2012-05-28 11:45:41 +04:00
andrey.zaytsev 616c8af5c6 breakpoints ui. tree nodes grouping. 2012-05-28 05:09:40 +04:00
Anna Kozlova 9edc017c17 ensure caret position invariant during inplace rename 2012-05-25 20:44:41 +04:00
Anna Kozlova c698416974 EA-36296 - IAE: TypeConversionUtil.isAssignable 2012-05-25 20:44:40 +04:00
Evgeny Zakrevsky dd8fdf448a compilation fix 2012-05-25 19:50:59 +04:00
peter 7822833fa7 @NotNull contextElement in CompletionConfidence 2012-05-25 17:35:24 +02:00
peter 74ce818ce5 support cyclic module deps compilation for groovy 2012-05-25 17:35:24 +02:00
peter bbf3ab6a20 -> instead of =>, # 2012-05-25 17:35:24 +02:00
Eugene Zhuravlev 5db2fe24fc IDEA-86631 Debugger doesn't work in a class which name contains dollar sign ($) 2012-05-25 15:19:29 +02:00
Anna Kozlova 399c24c810 folding builder style setters (IDEA-86541) 2012-05-25 15:56:41 +04:00
Anna Kozlova efcb13cdaa wrong package name fix: move the whole file (IDEA-86640) 2012-05-25 15:56:40 +04:00
Eugene Zhuravlev 2bef429be2 schedule automake after runProfile completion 2012-05-25 13:09:41 +02:00
Eugene Zhuravlev fc6cb6a998 do not log empty lines 2012-05-25 13:09:41 +02:00
Alexey Kudravtsev 5b2da4e462 double register 2012-05-25 14:19:22 +04:00
Anna Kozlova 4c730104a8 inline superclass: correct super references in extends/implements lists without pushdown (IDEA-86639) 2012-05-25 14:16:50 +04:00
Anna Kozlova 523a165038 quick doc: correct generics presentation 2012-05-25 14:16:49 +04:00
Anna Kozlova 997f409e1a method type params should be excluded from signature when overriding from raw type (IDEA-67585;IDEA-67582) 2012-05-25 14:16:47 +04:00
Dmitry Avdeev d3f7325610 IDEA-86380 Batch inspections: previous results are not cleared 2012-05-25 13:56:21 +04:00
Danila Ponomarenko 2f9deb86eb IDEA-36326 Quickfix for converting erroneous array access to list access implemented 2012-05-25 13:36:01 +04:00
Danila Ponomarenko 29eb460fba Magic qulified names replaced with constants from CommonClassNames 2012-05-25 13:36:00 +04:00
Eugene Zhuravlev a9108525f9 use paths comparison 2012-05-24 21:39:12 +02:00
Evgeny Zakrevsky 5d22bd4e1a Automatic creating of our titled borders in IDEA with internal flag. 2012-05-24 23:11:12 +04:00
Konstantin Bulenkov 9fe55499ec annotation processors management component 2012-05-24 20:59:03 +02:00
Evgeny Zakrevsky 269f3c4794 IdeBorderFactory. Redundant methods removed. 2012-05-24 22:49:41 +04:00
Roman Shevchenko 7a6e19486a Fix error text 2012-05-24 21:43:36 +04:00
Roman Shevchenko 748284c1e2 Do not pre-load messages 2012-05-24 21:43:36 +04:00
Roman Shevchenko 3f4aca11bd Extension methods aren't abstract 2012-05-24 21:43:35 +04:00
Roman Shevchenko 5a7dd97108 Do not highlight extension methods' bodies 2012-05-24 21:43:35 +04:00
peter ca0caaa698 disprefer return before statement 2012-05-24 19:29:50 +02:00
peter fb1e707d81 use expected type statistics in basic completio, too 2012-05-24 19:29:50 +02:00
peter efdf0ca923 prefer better matching constants to methods 2012-05-24 19:29:49 +02:00
peter 382b5d03f8 ignore serialVersionUID field when checking for lambda folding (IDEA-86549) 2012-05-24 19:29:49 +02:00
peter ea9d514c27 don't fold lambda if there's an unresolved type in the throws list 2012-05-24 19:29:49 +02:00
peter f5d677b775 more concise closure folding placeholder text (IDEA-86134) 2012-05-24 19:29:49 +02:00
peter 4f841ee461 avoid completing new HashSet<String><String>(); 2012-05-24 19:29:48 +02:00
Eugene Zhuravlev d5602da28f clear state for server mode only 2012-05-24 18:23:15 +02:00
Eugene Zhuravlev b32dc28aa0 API for setting per-module bytecode target level 2012-05-24 18:23:14 +02:00
Anna Kozlova 114127cf50 prefer method with more specific return type (IDEA-67729) 2012-05-24 19:11:27 +04:00
Anna Kozlova a21cde8072 add error on qualified anonymous class creation when base type interface is (IDEA-57305) 2012-05-24 19:11:25 +04:00
Anna Kozlova 8a08072e3b assert message 2012-05-24 19:11:24 +04:00
peter 67c950e1a0 cleanup DfaMemoryStateImpl 2012-05-24 15:36:09 +02:00
Danila Ponomarenko 9f002548ac IDEA-86337 Disable actions in 'Generate...' popup which can't be applied. Fixed. 2012-05-24 17:07:11 +04:00