Commit Graph
206498 Commits
Author SHA1 Message Date
Anna.Kozlova a2e13fee96 inference: check glb conflicts after flatten in intersection type(IDEA-181017) 2017-10-25 18:01:56 +02:00
Anna.Kozlova c8f8341d2f don't treat static method as concrete in hierarchy (IDEA-180930) 2017-10-25 18:01:56 +02:00
Egor Ushakov c48690294f EA-79066 - IAE: ContainerUtil.mapNotNull 2017-10-25 18:43:26 +03:00
Joe Baker-Malone 581425c3b3 Adding ID for TipOfTheDayManager
so WhatsNew can run before it.
2017-10-25 18:31:13 +03:00
Eugene Zhuravlev 3079ba4ea0 Merge remote-tracking branch 'origin/master' 2017-10-25 17:19:11 +02:00
Anton Tarasov 55a4852f19 IDEA-181071 context submenu arrow icon is low res on Retina 2017-10-25 18:14:43 +03:00
Roman Shevchenko fae48f22ec [platform] overwrites corrupted action script files (EA-110095) 2017-10-25 17:10:05 +02:00
Dmitry Avdeev 3d2ef05dd4 IDEA-180845 Tasks Servers dialog issues: jira icons 2017-10-25 18:01:08 +03:00
peter 2b2f31600c don't prefer case-insensitive-prefix matches in goto file (IDEA-180961) 2017-10-25 16:49:58 +02:00
peter e23c105117 "Go To Class" popup - changes in selection are reverted while changes are loading 2017-10-25 16:49:58 +02:00
Sergey Ignatov 5cdf13aba2 EA-108201 - NPE: GotoActionModel$ActionWrapper.isAvailable 2017-10-25 17:39:39 +03:00
Sergey Ignatov 447350c3eb EA-108201 - NPE: GotoActionModel$ActionWrapper.isAvailable 2017-10-25 17:39:39 +03:00
Sergey Malenkov 3e6167906f remove unused imports 2017-10-25 17:38:26 +03:00
Ivan Bessonov 4a0be0bf36 IDEA-CR-25932 bintray repositories indexing - ability to detect repository owner by url subdomain 2017-10-25 17:32:17 +03:00
Dmitry Batkovich dcc06e0e5c inspection view: use notNull with factory since descriptor can be one of actual or resolved EA-108592 2017-10-25 17:29:51 +03:00
Sergey Malenkov 0912e4bec9 add logging to investigate EA-1619327 2017-10-25 17:09:24 +03:00
Vladimir Krivosheev 0402d94bcf IDEA-181176 "before run task" is not loaded 2017-10-25 16:07:23 +02:00
Vladimir Krivosheev dbba105767 extract BeforeRunTaskHelper to simplify RunManagerImpl 2017-10-25 16:07:23 +02:00
Vladimir Krivosheev 28185c8e7b extract RunConfigurationListManagerHelper to simplify RunManagerImpl 2017-10-25 16:07:22 +02:00
Irina.Chernushina f4a81201c7 rng parser: for cache, value reference should be soft
- also, if there is a key with empty soft reference, putIfAbsent does not work => always rewrite the value in cache

WEB-29413 OOM while indexing vue project 'cropchat'
2017-10-25 16:05:35 +02:00
Dmitry Avdeev 0d3852d8d1 progress indicators are indeterminate by default 2017-10-25 16:56:13 +03:00
Dmitry Avdeev 4f279019ef progress indicators are indeterminate by default
more indicators fixed
2017-10-25 16:56:13 +03:00
Sergey Malenkov 86aa6e104c do not warn about a loading node in visitor 2017-10-25 16:53:21 +03:00
Sergey Malenkov ec269566c1 fix package view test and introduce utility methods to expand nodes 2017-10-25 16:53:21 +03:00
Sergey Malenkov 47a9d8a284 move tree acceptor from TreeState to TreeUtil 2017-10-25 16:53:21 +03:00
Rustam Vishnyakov 4d0a58a4d8 Clean up legacy code style settings on import 2017-10-25 16:50:26 +03:00
Dmitry Batkovich f49eb6eaad AddJavadocIntention: fix exception when the intention invoked for package-info or module-info EA-109542 2017-10-25 16:29:40 +03:00
Rustam Vishnyakov 75a2b0cd03 Support old and new project code style settings in import & command line
See also IDEA-164602
2017-10-25 16:27:26 +03:00
Vasily Romanikhin 2dad4d6c86 CPP-744, CPP-6352: remote toolchain support; WSL: updated WSLUtilTest 2017-10-25 16:24:29 +03:00
Vasily Romanikhin 8f4d9d9dc8 Merge branch 'master' of git.labs.intellij.net:idea/community 2017-10-25 16:17:02 +03:00
Vasily Romanikhin 981efcdddf CPP-744, CPP-6352: remote toolchain support; WSL: getWslVersion() was removed from WSLUtil 2017-10-25 16:04:02 +03:00
Anton Tarasov 122bc1f910 Fix EditorPaintingPerformanceTest failure
com.intellij.openapi.editor.NullGraphics2D.getTransform() is unsupported
2017-10-25 15:55:24 +03:00
Anton Tarasov beddc8b965 Refine text in HidpiInfo 2017-10-25 15:55:24 +03:00
Artem Khvastunov bef25a8cf3 Revert "PHP php variable, parameter etc. name CharSequence memory usage"
This reverts commit 9af8d5e
2017-10-25 14:53:42 +02:00
Artem Khvastunov 6c37f0c0c8 Revert "CharSequenceSubSequence fix stupid equals optimisation error"
This reverts commit 1358520
2017-10-25 14:53:42 +02:00
Dmitry Batkovich eac0894f8a fix test data 2017-10-25 15:46:06 +03:00
Alexey Kudravtsev de252f1eb2 Revert(inspections "fatal.errors" failing mysteriously): reuse PersistentFS directory cache to avoid re-creating and retaining VDirs unnecessarily 2017-10-25 15:40:13 +03:00
Alexey Kudravtsev 6f3cf388f9 IDEA-181019 Error when doing a 'find usage' with 'derived class' selected in dialog 2017-10-25 15:40:13 +03:00
Pavel Dolgov e3df5ec32f Java: Don't count overlapping fragments as duplicates - cleanup after review (IDEA-180824) 2017-10-25 15:34:24 +03:00
Andrey Vokin d1ac34da21 Fix NPE when Cucumber Java step fail but error message is null 2017-10-25 14:29:12 +02:00
Bas Leijdekkers b3b3efe4b1 IG: warn on '==' if no common subclass is found (IDEA-178449) 2017-10-25 14:19:32 +02:00
Konstantin Aleev 3587641ea1 RunDashboard: grouping rules may provide comparator for groups ordering 2017-10-25 15:13:16 +03:00
Konstantin Aleev 792cb3977f RunDashboard: update status labels and icons 2017-10-25 15:13:15 +03:00
Kirill Kirichenko aa64f2247c IDEA-181171 Test progress should green/red according to the result of the tests 2017-10-25 15:07:52 +03:00
Eugene Zhuravlev 9434a9f3ce preserve name and id attributes on editing remote repository list (IDEA-179424) 2017-10-25 14:00:45 +02:00
Tagir Valeev 4146c9c0e1 WrapWithAdapterMethodCallFix: LambdaUtil#notInferredType used
Review ID: IDEA-CR-25945
2017-10-25 18:39:34 +07:00
nik d3e7348496 platform cleanup: remove duplicated code from ExtensionsAreaImpl 2017-10-25 14:30:21 +03:00
pasynkov 094aec6946 register extension for extension point (for Upsource)
(cherry picked from commit 5076526)
2017-10-25 14:16:36 +03:00
Olga Strizhenko bf654336c9 Spellchecker: remove pdflib specific words 2017-10-25 14:11:29 +03:00
Konstantin Aleev 5fe541d796 IDEA-180884 RunDashboard: keep focus on the tree when selecting started configuration 2017-10-25 13:32:30 +03:00