Commit Graph
170312 Commits
Author SHA1 Message Date
Anna.Kozlova fc14dddfd8 check for abstract method implemented optimized: don't go through hierarchy if superClass is not abstract and there is no interfaces, would also fix asm implementations with 'broken' erasures inside 2016-04-11 21:51:18 +02:00
Anna.Kozlova 1466b0155e bad code green: reject return type constraint if unchecked conversion was applied during applicability check and return type is type parameter 2016-04-11 21:51:18 +02:00
Anna.Kozlova da6de99b11 type calculation: comment to the javac issue 2016-04-11 21:51:18 +02:00
Anna.Kozlova 4928ce672f new inference: reorder return constraints according to the spec 2016-04-11 21:51:18 +02:00
Anna.Kozlova dc45f99a40 coverage configuration layout: give rest space to filters 2016-04-11 21:51:18 +02:00
Roman Shevchenko 9dda2246ff [java-decompiler] fixes enum constant initializer decompilation (IDEA-154547) 2016-04-11 21:43:11 +02:00
Sergey Malenkov 3327a75a63 IDEA-154396 Floating tool window resize incorrect with Windows taskbar on the left
the screen size is not equal to max coordinates if top/left insets are not zero
2016-04-11 22:29:25 +03:00
Bas Leijdekkers 6c9dfc06f1 make method public for reuse 2016-04-11 21:06:12 +02:00
Sergey Malenkov fb41fc8821 IDEA-153630 gdb console is blinking and adding and deleting scroll bar
try to align width of two editors
2016-04-11 21:50:28 +03:00
Roman Shevchenko 677acde340 Cleanup (duplicates extracted; formatting; typos) 2016-04-11 20:32:26 +02:00
Roman Shevchenko 7df2a638ea Cleanup (outdated checks dropped) 2016-04-11 19:48:16 +02:00
Sergey Malenkov 3e5e7d8a3e add additional space for possible scroll bar 2016-04-11 20:43:33 +03:00
Roman Shevchenko c7fa059990 [platform] corrects wording in "Update Settings" dialog 2016-04-11 19:20:23 +02:00
Ekaterina Tuzova da8b427bc1 EDU-578 Hints are not uploaded to stepic using "Upload course" action 2016-04-11 19:46:32 +03:00
peter 421d2909bf remove all mentions of transaction merging since this term can be understood in different ways; require a parent disposable 2016-04-11 18:32:17 +02:00
peter ff1b55aab3 remove TransactionKind, step 3 and last 2016-04-11 18:32:16 +02:00
peter 12efba4780 remove unused imports 2016-04-11 18:32:16 +02:00
Bas Leijdekkers c5135441b1 IDEA-153599 (‘Private member access between outer and inner classes’ when creating an array of inner classes) 2016-04-11 18:14:02 +02:00
Egor.Ushakov 5124cd3119 IDEA-154275 Breakpoint icon is not shown on editor's gutter while indexing is running 2016-04-11 19:11:59 +03:00
Dmitry Trofimov 70f970fd77 Merge remote-tracking branch 'origin/master' 2016-04-11 18:09:30 +02:00
Dmitry Trofimov 4943d8e9ea Merge remote-tracking branch 'origin/master' 2016-04-11 18:06:32 +02:00
Alexey Kudravtsev 7128dfc17c comment 2016-04-11 19:05:20 +03:00
Dmitry Trofimov d89a7aee1b Test import insertion for type annotations 2016-04-11 18:00:54 +02:00
Sergey Ignatov ba84d5d609 fix ctrl click color for vibrant_ink color schema 2016-04-11 18:34:00 +03:00
Vyacheslav Karpukhin 761a2516da CapturingProcessHandler: ability to specify a timeout when running with progress indicator: fixes 2016-04-11 17:33:09 +02:00
Alexey Kudravtsev 4737ae4fe4 more readable formatting 2016-04-11 18:30:42 +03:00
Alexey Kudravtsev 5d161e24fb IDEA-153358 Inspection Declaration access can be weaker: false positive for lambda usage 2016-04-11 18:30:42 +03:00
Alexey Kudravtsev 561f3b5630 javadoc 2016-04-11 18:30:42 +03:00
Alexey Kudravtsev a0db765359 one more test 2016-04-11 18:30:42 +03:00
Gregory.Shrago 10f16fcd91 AnAction cleanup; ActionUtil: copyFrom(String), mergeFrom(String) 2016-04-11 18:20:27 +03:00
nik 07a1b21e54 cleanup: removed explicit type arguments 2016-04-11 18:18:22 +03:00
Dmitry Trofimov c5dc25be51 Avoid nested Union types for signatures 2016-04-11 16:02:19 +02:00
nik d13f84af1c cleanup: LOG field simplified 2016-04-11 15:26:54 +03:00
Dmitry Batrak 5b752ee60a correct usage of mouse fixture in editor tests 2016-04-11 14:17:59 +03:00
Dmitry Batrak 5a35a03b67 tests refactoring 2016-04-11 14:17:59 +03:00
Dmitry Batrak bcb6f8d2f3 IDEA-154425 copy-paste in column mode bug 2016-04-11 14:17:59 +03:00
Konstantin Kolosovsky 6a73ff84ae IDEA-153533 Fixed svn output reading in Windows in interactive mode 2016-04-11 14:13:17 +03:00
Konstantin Kolosovsky 29272e97e7 IDEA-153710 Fixed relative paths between tree nodes calculation (while displaying changes)
Used when grouping by directory is enabled
2016-04-11 14:13:17 +03:00
Vladimir Krivosheev e4943286e2 simplify — add response(string) 2016-04-11 12:50:48 +02:00
Anna.Kozlova 12ed1dcac8 move directories: restore multiselection (IDEA-154459) 2016-04-11 12:48:53 +02:00
Anna.Kozlova 59daba3004 disable return void suggestion (IDEA-154467) 2016-04-11 12:48:53 +02:00
Vladimir Krivosheev ad2a4513fb IDEA-CR-9966 return bad request instead of exception 2016-04-11 12:17:51 +02:00
Vladimir Krivosheev 2b3901f897 simplify — use kt extension functions 2016-04-11 12:17:51 +02:00
Vladimir Krivosheev 6d8091c559 convert DelegatingHttpRequestHandler, DelegatingHttpRequestHandlerBase, FileResponses, Responses to kotlin 2016-04-11 12:17:51 +02:00
Vladimir Krivosheev c3cbe3cd48 convert DelegatingHttpRequestHandler, DelegatingHttpRequestHandlerBase, FileResponses, Responses to kotlin 2016-04-11 12:17:51 +02:00
peter e51f4336b8 assert that document saving and commit happen with write actions allowed 2016-04-11 10:31:30 +02:00
peter c58e19e949 remove invokeLater around notifications, as they have no threading requirements 2016-04-11 10:31:29 +02:00
Yaroslav Lepenkin 279d77211d Do not allow to create alias with invalid name (IDEA-154452) 2016-04-11 10:58:11 +03:00
Alexander Kass 27d2b27658 DBE: component list focus traversal stucks on hidden components DBE-2442 2016-04-11 10:46:52 +03:00
Dmitry Batrak 37ef41b641 IDEA-153969 Change draw order of underline effect 2016-04-11 10:16:08 +03:00