This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 12 May, 2021 9 commits
-
-
Daniil Ovchinnikov authored
(cherry picked from commit d0bbf98d9acaf70ab3a95ad2e2f2124d2e3ecb26) IJ-CR-9020 GitOrigin-RevId: 16fd6b67410ac5a4018d667a3f0bcbaa9a9dd456
-
Daniil Ovchinnikov authored
In `ReachingDefinitionsCollector` the `DefinitionMap` was used as a holder for `Int2ObjectMap<IntSet>`. (cherry picked from commit 836eda91aa72e46530a9c121b2f8cfdf5135bdc8) IJ-CR-9019 GitOrigin-RevId: 98cc22117ed74b27be682d1254a8ddfd6c590b99
-
Daniil Ovchinnikov authored
(cherry picked from commit 0099a90137a07d6fdb34d631cfa358f929f956fd) IJ-CR-9018 GitOrigin-RevId: 94a1307656b30e8b3ba97afc18a124ed631f5601
-
Daniil Ovchinnikov authored
(cherry picked from commit 11f481a99ab957fbf70657c1891316ef28019123) IJ-CR-9049 GitOrigin-RevId: 7a038902e9bf69aa09e987c127c4a7112219794c
-
Nikolay Chashnikov authored
Otherwise it'll call updateProjectModel under write action, and this will slow down importing if many project are unlinked. (cherry picked from commit 74d2c9201ab1ac637ddb3add0ebaa20a3832fec3) IDEA-CR-71370 GitOrigin-RevId: 7d7132d9dd3dbe01d4c8ef2b10ccf9e9e53b24c4
-
Nikolay Chashnikov authored
[workspace model] remove specified dependency only if there are several equal dependencies (IDEA-267246, IDEA-256694) If there are several instances of OrderEntry with equal properties, implementation of ModifiableRootModel.removeOrderEntry in the old model removes the specified instance only, where as implementation in the new model removed all of them. So MavenRootModelAdapterLegacyImpl::initOrderEntries removed all copies after calling removeOrderEntry for the first instance, and failed with "does not belong to modifiableRootModel" error when trying to remove remaining copies. Also in UI it looks strange if removing one item in the dependencies list removes other copies automatically. So now ModifiableRootModel.removeOrderEntry removes the specified entry only in the new implementation as well. (cherry picked from commit 54cdce78b27134988e9b68c393f4985d977dfa1d) IDEA-CR-71377 GitOrigin-RevId: 9542e5fa15df37c9beee6cc536d70205a1eab103
-
Nikolay Chashnikov authored
[workspace model] restore mapping for module-level libraries when ModifiableRootModel is disposed (IDEA-266964) ModifiableModelCommitterServiceBridge::multiCommit disposes root model which contain no changes, so we need to restore mapping to original instance of LibraryBridge, otherwise after commit we'll end up with references to disposed LibraryBridge instances. (cherry picked from commit 6d1cfda78761b5dcb02761954dceb6a96a88011e) IDEA-CR-71369 GitOrigin-RevId: df1e6d2d42b77da5afd34aaeade19c77befca46b
-
Nikolay Chashnikov authored
The default instantiator creates instance of LinkedHashSet via reflection and its 'map' field will be set to 'null', so any attempt to access content of the set will fail with NPE. (cherry picked from commit 64aa6bae48913820d0b36cbf3b58ccde992362d4) IDEA-CR-71358 GitOrigin-RevId: e81e8cf877f06cad61478796852307aff1d503dd
-
Konstantin Aleev authored
(cherry picked from commit b0c77b19a2bc8833e5545282e1541d3867713dad) IDEA-CR-71410 GitOrigin-RevId: 0287480e3fca5da56beb20546669bd6248113c81
-
- 11 May, 2021 9 commits
-
-
Vitaly Provodin authored
Vitaly Provodin GitOrigin-RevId: 723f88095cf989619580e43bb23217108290a451
-
Egor Ushakov authored
(cherry picked from commit 3ab96fa31325f20e7ab8827c7cba120635ffae4a) IJ-CR-8763 GitOrigin-RevId: 8d660c9f7e255008208dd0cb907b51335eda2913
-
Sergey Patrikeev authored
(cherry picked from commit e7636b1b0717eacea2715a3666ec890e9a967867) GitOrigin-RevId: f9c679d9edc0cd26f535f37db5febb2faa7250fd
-
Sergey Patrikeev authored
(cherry picked from commit 972ba80ac919a09433f08f7b2b5f6c5bc65a1de3) GitOrigin-RevId: 977c95acc15df30edcff76c099aa61e85f510763
-
Sergey Patrikeev authored
(cherry picked from commit f3dabd711673be1be7d0fe086a51244328a8742d) GitOrigin-RevId: 5d18fc1a24cf3ac8b45b09f9ee91e103eee2efc8
-
Nikita Skvortsov authored
(cherry picked from commit d56007a90e0f5671432e9abcc560cc1bf476bf78) IJ-CR-8952 GitOrigin-RevId: 40fb0ad3f92d85e809e5d3006dab5740adb69fb5
-
Sergey Patrikeev authored
GitOrigin-RevId: 1deb1fdaf8b8e989747f76133fca9dff6cbc9883
-
Vassiliy.Kudryashov authored
(cherry picked from commit 029aa69fb445f7ad68e0ea2a2561a0e42e6efa05) IJ-CR-9058 GitOrigin-RevId: 3f9f0d79720141e57b9d2cda9dbc96105e7bbc9a
-
Andrey Starovoyt authored
(cherry picked from commit e783f0374d038fe353ff7bdba9284b07d1407da8) IJ-CR-8962 GitOrigin-RevId: e18eb805ee125b7e1b2456f68038c25219f3b2d5
-
- 10 May, 2021 1 commit
-
-
Daniil Ovchinnikov authored
It's cheaper than lazy+lambda by both memory and CPU. (cherry picked from commit f48ea8363d5438a40384a70dd682f969206a07ec) IJ-CR-9012 GitOrigin-RevId: ebde7620c050abe621a77afe448f4a682b64364a
-
- 08 May, 2021 1 commit
-
-
Mikhail Grishchenko authored
Mikhail Grishchenko GitOrigin-RevId: 8265035771bf7a191e81e4c635507bbad7a8e932
-
- 07 May, 2021 17 commits
-
-
Dmitriy.Panov authored
IJ-CR-8844 (cherry picked from commit 30478421f268611c6e034f01311cb22c4a1c1717) GitOrigin-RevId: 9a50147726699da0c33fa77eda3994e135e90bf9
-
Dmitriy.Panov authored
(cherry picked from commit cb2e5ced03659cf574f83dceade9535e1076392c) GitOrigin-RevId: f0d9acbb6e96857a0ac3e86440158b0895030bbd
-
Dmitriy.Panov authored
(cherry picked from commit 3ca012fc9544a31f35b06478565654d6fa331f53) GitOrigin-RevId: 3fab9f24b2d2695cb2ecaaf6f9d3e6327c3de849
-
Dmitriy.Panov authored
IJI-545 Migrate Maven artifacts from Bintray to Space Packages: rkernel is now published as maven artifact (cherry picked from commit ec9fd97135f37479a9d5db95fb7590d2e488256a) GitOrigin-RevId: c309f9d5656f4dbfc04b75e44df8a3586a123ea9
-
Nikolay Chashnikov authored
IJI-545 [build scripts] change URLs in library descriptions to point to GitHub pages instead of bintray (cherry picked from commit 06e59ee0153b1041cf002e536f9d00ddc51466fc) GitOrigin-RevId: 7385b105e6b491365c087df86625b49b09254aa8
-
Dmitriy.Panov authored
(cherry picked from commit e63918499a769c04206c5e3c57c2da13fee44e3b) GitOrigin-RevId: 79d1b4230965ccd316498d91ba09e3d98ef343f9
-
Dmitriy.Panov authored
(cherry picked from commit 9d2644701a7e24032fec75a423b6cc4b0833eb34) GitOrigin-RevId: 91f36e2c07f6a986044d512098157c52569a9709
-
Dmitriy.Panov authored
(cherry picked from commit d277781e5f1d2eca3a9f033ed9f3937df496e9f0) GitOrigin-RevId: 555548578fc039696a7103faa112c537b8ff9bd7
-
Dmitriy.Panov authored
(cherry picked from commit c7fe041e540c3375f04d8283efda4e190dea337c) GitOrigin-RevId: d7291b8906872375791e7862adce9fb4f7b7f8c5
-
Dmitriy.Panov authored
intellij-third-party-dependencies replaced in intellij build scripts (cherry picked from commit d4f956ee9c615f4271bb344be99ff7972018f67c) GitOrigin-RevId: 1dca88f24e7da8a05096af79190049bb20bde4bb
-
Dmitriy.Panov authored
intellij-third-party-dependencies replaced in production code (cherry picked from commit 6adc781dd12c7fc78855449b519a55eace71ba50) GitOrigin-RevId: e48f598045b75a4444898d5379173b3de3c86529
-
Dmitriy.Panov authored
org.jetbrains.marketplace:zip-signer changed to org.jetbrains:marketplace-zip-signer, version is reset to 0.1.0, published to Maven Central (cherry picked from commit c77e8171e4f3b4202d50e159deb78f3ffbc18008) GitOrigin-RevId: b1f7f17763a55de3f89138757b714ba1161910aa
-
Dmitriy.Panov authored
(cherry picked from commit 2ebbe3ed0a97d1723ef42ac6bac99cb9a420e2e4) GitOrigin-RevId: c4c0592ed7b2db93914d1bb6cd785aaf28b7d8f1
-
Dmitry Batrak authored
small optimization (cherry picked from commit 0182338f84f2aa7de024c0132b4104cbbbbad340) (IDEA-CR-71429) GitOrigin-RevId: c77ee7df4079d225fba3d39688da5a2a0e2bfa3e
-
Dmitry Batrak authored
(cherry picked from commit 1da7bd7fd57a32f49bcc4cb906fee79bedab6a9d) (IDEA-CR-71429) GitOrigin-RevId: dcd3ab677ef9ae48333aae6c80771d874a3b7e5f
-
Tagir Valeev authored
(cherry picked from commit fd3b71f2459ec7ae5f037c9800bc76547963fb71) IJ-CR-8875 GitOrigin-RevId: 107b9054ab061f97b781cd47f3f19018bdbbb436
-
Tagir Valeev authored
[java-completion] Avoid expensive checks if return type is a concrete class that definitely not assignable (cherry picked from commit 76fa0cf057f33eab2cb5c3ef2c8778eb6d565538) IJ-CR-8875 GitOrigin-RevId: 7dd646c64b385fa9d16b26990d48b62df694f081
-
- 06 May, 2021 3 commits
-
-
Mikhail Mazurkevich authored
The root cause of the problem was with the project library which was added e.g at previous project import and during the next import it was removed but the modifiable for it still exists at `IdeModifiableModelsProvider.myModifiableLibraryModels` thus such modifiable model should be detected and disposed. Otherwise any operations with such modifiable model will lead to the exception because library was already removed from the store. GitOrigin-RevId: c3edaf183be13c7e5e83a84a02d8f4c758a537a2
-
Dmitry Batrak authored
(cherry picked from commit f0181b5d5a4311dfb182919794a86e0b8935adc5) IDEA-CR-71426 GitOrigin-RevId: 51df5efc92bfdf0888deca0becb02c3716bc71ec
-
Alexander.Kass authored
(cherry picked from commit 35a024fba890c30681585c345b1a37417170dc08) GitOrigin-RevId: ccf88bf0e4037eacbe81f78a5d212e0155b695b0
-