Commit Graph
8969 Commits
Author SHA1 Message Date
Roman Shevchenko 463e3582cf Cleanup 2012-07-11 14:28:34 +02:00
Alexey Kudravtsev d9d72774fb RefCountHolder: resist attempts to overwrite data by multiple instances of GHP running concurrently 2012-07-11 13:21:29 +04:00
Alexey Kudravtsev f782cc6517 replaced VirtualFile' == comparisons with .equals() 2012-07-11 13:21:25 +04:00
Denis.Zhdanov ba6a521ae2 IDEA-66333 Quick documentation lookup on mouse hover
Open quick doc control from the tooltip hyperlink
2012-07-11 09:16:26 +04:00
Maxim.Mossienko 32d665de04 looks like we do not need to leave compiler system directory for each test so remove it on project disposal 2012-07-11 00:57:34 +04:00
Roman Shevchenko 9f283409a4 IDEA-88468 (restrict Javac quirks inspection by language level) 2012-07-10 21:27:23 +02:00
Eugene Zhuravlev 7d561b3c1e constant search: do not wait for the dumb mode, fall back to default make behaviour 2012-07-10 16:52:16 +02:00
Eugene Zhuravlev a7f8dbdb25 move java in-proc compiler to internal mode 2012-07-10 15:25:01 +02:00
Eugene Zhuravlev 0f532ca381 support parallel compilation for independent module chunks 2012-07-10 14:27:50 +02:00
anna 86cc1ee63d enable unreachable catch-checks for java < 7 (IDEA-86621) 2012-07-10 11:02:52 +02:00
anna 459a805b50 introduce variable: preselect non trivial expr 2012-07-10 11:02:50 +02:00
peter d14fdb54b4 apply statistics from previous completion when starting new completion 2012-07-09 19:09:35 +02:00
Roman Shevchenko 186ad861d0 EA-37275 (copy modifiers from same language only) 2012-07-09 17:48:21 +02:00
Roman Shevchenko 142e9c8c74 Cleanup 2012-07-09 17:48:16 +02:00
Evgeny Pasynkov e912413705 JavaCoreApplicationEnvironment: register ArchiveFileType.INSTANCE for jar 2012-07-09 17:35:12 +02:00
peter e0a1e67dd7 IDEA-88517 Smart Completion: offer names for variables and parameters 2012-07-09 17:28:05 +02:00
peter e52b13ade7 IDEA-88366 Code completion popup draws placeholder icon for entries which do not have icon at all 2012-07-09 17:28:04 +02:00
peter d896318f45 IDEA-88406 False positive 'constant conditions & exceptions' 2012-07-09 15:04:37 +02:00
peter b8d11bfc4f IDEA-88425 "Constant conditions & exceptions" inspection fails in the presence of multicatch 2012-07-09 15:04:37 +02:00
peter af1551b94b preselect the best suggestion on next completion invocations (IDEA-88335) 2012-07-09 15:04:37 +02:00
anna b47bf7ece1 move instance member: disable visibility change when move into interface; insert @override if needed (IDEA-88471) 2012-07-09 13:39:03 +02:00
anna 0d754ef5b0 EA-37283 - NPE: MethodSignatureUtil.computeHashCode 2012-07-09 13:39:01 +02:00
anna 055ada5862 NPE 2012-07-09 13:38:59 +02:00
anna 55d6da2533 EA-37262 - assert: InlineMethodProcessor.inlineResultVariable 2012-07-09 13:38:58 +02:00
anna 54267869e2 EA-37251 - AIOOBE: ChangeParameterClassFix.registerQuickFixActions 2012-07-09 13:38:57 +02:00
Eugene Zhuravlev 31827d60e3 prefer compilers from sdks attached to project (IDEA-88411) 2012-07-06 18:48:26 +02:00
anna 3601adbd11 move: do not select "leave in same source root" when exactly one root contains package (IDEA-87693) 2012-07-06 18:45:16 +02:00
Roman Shevchenko 786aafde73 Yes dear HighlightInfo may be null 2012-07-06 16:50:46 +02:00
Roman Shevchenko ee20b95762 IDEA-87673 (temp. suppress errors in/around lambda expressions) 2012-07-06 16:50:45 +02:00
Roman Shevchenko 3bf5c2d15d Invalid assertion dropped 2012-07-06 16:50:45 +02:00
Eugene Zhuravlev 549f539111 error handling 2012-07-06 13:50:45 +02:00
Maxim.Mossienko 798b3462f8 removed common-collections 2012-07-06 14:16:36 +04:00
Roman Shevchenko 4a0a143678 Cleanup 2012-07-06 11:56:09 +02:00
Evgeny Pasynkov 9a9585d435 Merge branch 'master' into upsource-master 2012-07-06 09:57:26 +02:00
Eugene Zhuravlev 831d7512e7 1. disable javac in-process and jikes compilers
2. compiler settings UI cleanup
2012-07-05 23:55:04 +02:00
Eugene Zhuravlev 03587b3fcb do not schedule automake in powersave mode 2012-07-05 22:06:33 +02:00
Maxim.Mossienko 9b5392e4d8 removing Guava 2012-07-05 23:10:27 +04:00
peter 86c255def7 do less things on EDT during completion 2012-07-05 21:07:43 +02:00
peter 31ac833d57 suggest start match members first 2012-07-05 20:49:17 +02:00
peter 530edc975b suggest start match classes first 2012-07-05 20:49:17 +02:00
peter 188b856d03 IDEA-88299 Copy line location (reference to the line) 2012-07-05 20:49:17 +02:00
peter 116c7fdcd0 fixture-based CopyReferenceTest in community 2012-07-05 20:49:17 +02:00
anna 787ebf3ea1 Merge remote-tracking branch 'origin/master' 2012-07-05 19:30:41 +02:00
Eugene Zhuravlev 3159bccc7d ensure that all FS events that had happened before the moment the build was scheduled, will be visible to this build 2012-07-05 19:28:48 +02:00
anna d6391f97fc EA-36863 - NPE: ProblemDescriptorImpl.<init> 2012-07-05 19:06:02 +02:00
Eugene Zhuravlev 659b4291a2 render strings and escaped symbols according to editor color scheme 2012-07-05 16:34:16 +02:00
anna 89653cb1f1 method conflicts resolution (IDEA-87672) 2012-07-05 16:13:22 +02:00
anna d18b86df35 create method from usage: create type params for static methods created in generics classes as class type params won't be accessible (IDEA-87688) 2012-07-05 16:13:21 +02:00
anna 7678df1cbb IDEA-87652 2012-07-05 16:13:20 +02:00
Eugene Zhuravlev 83c1613470 eclipse compiler 4.2 bundled 2012-07-05 13:58:57 +02:00