Commit Graph
175708 Commits
Author SHA1 Message Date
Vladimir Krivosheev cda426d779 cleanup 2016-07-18 15:33:31 +02:00
Konstantin Bulenkov df72dc6675 Merge remote-tracking branch 'origin/master' 2016-07-18 15:00:12 +02:00
Konstantin Bulenkov 919d43d9d0 Merge remote-tracking branch 'origin/master' 2016-07-18 14:57:28 +02:00
Anna.Kozlova 3ee60dba1d method ref: ensure top substitutor is not overridden with raw replacement from second method ref search (IDEA-158636) 2016-07-18 14:57:04 +02:00
Anna.Kozlova e032fa974a junit 5: exclude vintage engine when no junit 4 present in the classpath (IDEA-158667) 2016-07-18 14:57:04 +02:00
Anna.Kozlova 515514f986 junit 5: if no junit 4 present in the classpath, just don't search for comparison failure 2016-07-18 14:57:04 +02:00
Anna.Kozlova a207fb8a3a junit 5: disable check on junit in the classpath based on TestCase as it could be absent for pure junit 5 project 2016-07-18 14:57:04 +02:00
Konstantin Bulenkov e1c4742fba when setting bright theme ask to switch to bright ide theme and vise versa 2016-07-18 14:54:30 +02:00
Konstantin Bulenkov 8447e76d53 make getDafaultLaf() method public 2016-07-18 14:53:25 +02:00
Egor.Ushakov 2761427562 IDEA-54188 add a configuration option to preselect/automate disconnection and process termination on termination of a debugging session - better settings layout 2016-07-18 15:37:34 +03:00
Roman Shevchenko de4fc28369 Merge remote-tracking branch 'origin/master' 2016-07-18 14:26:55 +02:00
Roman Shevchenko f736ecb86e [java] module formatting 2016-07-18 14:26:31 +02:00
Roman Shevchenko db07e03aa0 Cleanup (formatting; warnings) 2016-07-18 14:24:01 +02:00
Konstantin Bulenkov f8e35eab0e Merge remote-tracking branch 'origin/master' 2016-07-18 14:18:12 +02:00
Pavel Dolgov 294941ab2e Java inspection: Improved descriptions and messages for "Add Braces" and "Remove Braces" inspections. Test data updated. (IDEA-157727) 2016-07-18 15:14:47 +03:00
Aleksey Pivovarov e69b8fe9a1 diff: move trivial implementation inside interface 2016-07-18 15:13:59 +03:00
Konstantin Bulenkov 127db3831e fix AIOOB 2016-07-18 14:12:26 +02:00
Philipp Smorygo b39787a164 New words in jb dictionary 2016-07-18 13:46:02 +03:00
nik 831e338de1 xdebugger: method WatchesRootNode::getAllChildren restored to fix API compatibility 2016-07-18 13:44:36 +03:00
nik 727fdc413c build scripts: corrected error message about not specified library license 2016-07-18 13:44:36 +03:00
Kirill Likhodedov 11018ab6a9 Revert "IDEA-157915 resolve Git symbolic-ref in HEAD"
This reverts commit f57c1c02ef.
It broke the case when ref is packed.

The updated version will follow.
2016-07-18 13:29:28 +03:00
Alexey Kudravtsev 1bb6b56eba performance 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 355a1253df unnecessary concurrent set 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 98df80b4b3 notnull 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev ec318f7f17 cleanup 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 2d07a9c5a2 typo 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev fc111bcb1d clear parameter name 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 5660a61c70 cleanup 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 22b9b89f2b less memory for action update/write action statistics 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 071319f47a performance when using rainbow highlighter 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 8ab23b5813 migrate to afterWriteActionFinished listener 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 2ea1283a32 print thread dump on too long interrupt 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 78fc8599e6 testonly 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev c6798d330e made more inlinable 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 5cab61669f dump threads in case of missed PCE 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 06417af4b4 do not lose information about write action caller 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 61b7847177 javadoc references fixed 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 8fbc6db3ec cleanup 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev 3ca51e434b more checkCanceled 2016-07-18 12:57:21 +03:00
Alexey Kudravtsev e6137f81ff diagnostics 2016-07-18 12:57:21 +03:00
Dmitry Jemerov 6098de11ac failure to load date formats via JNA is not fatal, so we should log it using LOG.info, not LOG.error 2016-07-18 11:35:02 +02:00
Anna.Kozlova 3f02ba5245 junit 5: if decided to run with junit 5, let it discover tests 2016-07-18 10:19:24 +02:00
Anna.Kozlova 4d40915c49 unused declaration: simplify clients 2016-07-18 10:19:24 +02:00
Anna.Kozlova fc834372fd negation: parenthesis for conditional (IDEA-157530) 2016-07-18 10:19:24 +02:00
Dmitry Batkovich 942cc412dc inspection view: make view faster when "grouping by dir" == false; view comparator is optimized IDEA-156387 2016-07-18 11:06:18 +03:00
Dmitry Batkovich 6fb4fc6b7c type migration: recreate type if invalid in variables migration as it was before 2016-07-18 10:22:05 +03:00
Sergey Malenkov ea513be421 IDEA-97406 move effect color to parameter 2016-07-18 07:21:33 +03:00
Bas Leijdekkers 771ca5a1f6 IG: rework Throwable never thrown inspections to prevent false positives (IDEA-94012) 2016-07-17 23:55:51 +02:00
Bas Leijdekkers cde26d662e fix annotation, add @Contract 2016-07-17 23:55:50 +02:00
Bas Leijdekkers fa0ab89b09 IG: exclude another method from moving when scope to broad 2016-07-17 23:55:50 +02:00