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 Jan, 2022 9 commits
-
-
Vladimir Dolzhenko authored
[kotlin] Add KotlinPartialPackageNamesIndex to reduce number of (redundant) access to KotlinExactPackagesIndex #KTIJ-20568 Fixed (cherry picked from commit 2f8a939a1c558423a74f392568e0338764628dea) (cherry picked from commit 5e47c29bc48c3926bea9c220ba014330fa9fadc4) GitOrigin-RevId: b9d3b1fa056aaaed92ba5af5375e00869febd427
-
Dmitry Gridin authored
^KTIJ-18977 (cherry picked from commit 971a3e30dff6b2560cdd287fcce90ebf01799917) GitOrigin-RevId: 8dcdc06fa900fefdf7d2d394ea2e6f0948b2617c
-
Dmitry Gridin authored
^KTIJ-18977 Fixed (cherry picked from commit 7bb1c7b5c13c44d268cf64a8b76b9376ef01bb76) GitOrigin-RevId: 4a91cbc550fab03090f69f57497d8cd4c89d500e
-
Dmitry Gridin authored
^KTIJ-20493 Fixed (cherry picked from commit c1fbbe47db3dbe955545e1ba9169f419bba55f4a) GitOrigin-RevId: 9e1a69f72f317c6d57773c31f69bac844033c6eb
-
Jinseong Jeon authored
to be consistent with all the other Kotlin UAST elements GitOrigin-RevId: de7e81e7a06649e99e576cc6aed71b652993eca0
-
Kristoffer Andersen authored
closes https://github.com/JetBrains/intellij-community/pull/1888 GitOrigin-RevId: f38da3e4dc948bbc98ec9c691953cdbd7d5d6f76
-
Dmitry Timofeev authored
Improved the code structure according to CR suggestions. ^KTIJ-20557 Fixed GitOrigin-RevId: dd0299cbe350b0aa962fadf96b8113c2a857fd6e
-
Dmitry Timofeev authored
Starting from 1.6.20, passing nullable arguments of generic types (`T`) to the Java methods where the corresponding arguments are annotated with `@NotNull` causes warnings (they are to be replaced with errors in future releases, see KT-36770 for details): * NULLABLE_TYPE_PARAMETER_AGAINST_NOT_NULL_TYPE_PARAMETER * WRONG_NULLABILITY_FOR_JAVA_OVERRIDE. This quick fix allows users to fix most cases of these warnings by adding a non-nullable upper bound to the type parameter in question. If the parameter has no upper bound, the `Any` upper bound is added: `fun <T> foo() { … }` → `fun <T : Any> foo() { … }` If the type parameter already has an explicitly nullable upper bound, this bound is replaced with its non-nullable subtype: `fun <T : Foo?> foo() { … }` → `fun <T : Foo> foo() { … }` The quick fix provides actions for TYPE_MISMATCH and NOTHING_TO_OVERRIDE errors that the compiler generates instead of nullability warnings If loading of `@NotNull` Java values as definitely non-nullable types is enabled. ^KTIJ-20557 Fixed GitOrigin-RevId: 139754aa747badf1c27ba9d3e605eb4896a6a9cb
-
Jinseong Jeon authored
GitOrigin-RevId: 4ba33e82d93b3a00aec8849522bf3d48fe1f353f
-
- 02 Jan, 2022 2 commits
-
-
Ilya Kirillov authored
GitOrigin-RevId: 46b03559ac4657e22fe98fbca46c5a1f6a1596b9
-
Yaroslav Chernyshev authored
GitOrigin-RevId: 5a62fe64bc89cffdb1f6b2e6fdc2e15892733874
-
- 30 Dec, 2021 18 commits
-
-
Jinseong Jeon authored
GitOrigin-RevId: 004c29ff24ba1476afaf618aff56e899acff0bb2
-
anastasiia.spaseeva authored
Since 1.7.0 will be changed -M suffix to Beta GitOrigin-RevId: b1abd4c8d815454b5a246b077ca3cbdd63ae6f36
-
Ilya Kirillov authored
GitOrigin-RevId: 330666cc1c31048b3dc62ded15228b84802675cf
-
Ilya Kirillov authored
GitOrigin-RevId: ca3f944ed8b9c4fa23d25c36fb499ad627ae6f71
-
Ilya Kirillov authored
GitOrigin-RevId: 4e3028a4d3c29e4d754e517def8eabfebc19525d
-
Ilya Kirillov authored
GitOrigin-RevId: 89b538982534435c898bf3c348be41acf4f7cb75
-
Ilya Kirillov authored
GitOrigin-RevId: 8234f972457089103a358bd5e61b871451ac5f4e
-
Ilya Kirillov authored
GitOrigin-RevId: a9765d430f6600a73dd28fcf780b7fb6182be326
-
Ilya Kirillov authored
GitOrigin-RevId: e0751ea0d9313d42d5be3ca5d491265adc3ef8c6
-
Ilya Kirillov authored
GitOrigin-RevId: b89ab028ff0294bb3edff1b5ae6602511c641891
-
Ilya Kirillov authored
GitOrigin-RevId: 1abee97d8751279b644328b77fb4ed434aa56cef
-
Ilya Kirillov authored
GitOrigin-RevId: 8e13ec716b437b5227fe045b22bbcfa361134977
-
Ilya Kirillov authored
GitOrigin-RevId: 8c89a149de02d97379cc0ba1445a89f0bb82a439
-
Ilya Kirillov authored
GitOrigin-RevId: d49f0374b286dde2029b0fe6c2ceade2103bc79b
-
Ilya Kirillov authored
GitOrigin-RevId: ac8d7c84bbc114ca520130ce46f991be21db5e03
-
Ilya Kirillov authored
GitOrigin-RevId: b178eb49d57eba5feb9543088bbfe8452e6ce758
-
Ilya Kirillov authored
GitOrigin-RevId: 76ee04251365077137a996022c213ba96ba62909
-
Ilya Kirillov authored
GitOrigin-RevId: afba009976ec4894f19c8ba4704454d22e02a12e
-
- 27 Dec, 2021 11 commits
-
-
Ilya Kirillov authored
GitOrigin-RevId: eae4366843f4c15c2155e7552d432bc557991409
-
Ilya Kirillov authored
GitOrigin-RevId: 5303fb26c89a7d527e76527f974cb8adba47c347
-
Ilya Kirillov authored
GitOrigin-RevId: 76ec93bdaa271b61784ba79127f56e134ec209c2
-
Ilya Kirillov authored
GitOrigin-RevId: aee65381d2cf0e971128ec8064df0bdfe6cabd97
-
Ilya Kirillov authored
GitOrigin-RevId: a3ec1da0f583797d44692fd7e1ea5e6ad030acff
-
Ilya Kirillov authored
GitOrigin-RevId: e5026d571cbed3f168d2743451ff4bb18f2df681
-
Jinseong Jeon authored
GitOrigin-RevId: dda5e054346a76ca6d0520bd35751ef580c013f9
-
Ilya Kirillov authored
GitOrigin-RevId: a223a70bc70d62518fa1148345e851dd22f629ba
-
Ilya Kirillov authored
GitOrigin-RevId: f77c28457bd3eb6ae0cb4d215facf9c84e3745d8
-
Ilya Goncharov authored
GitOrigin-RevId: 8dc2c77765c4eabf5ce4564fe9f1a0dfa1795709
-
Roman Golyshev authored
See https://github.com/JetBrains/kotlin/commit/3f8fff55cf20d303ef3fe6edf02d4694e423d8c5 GitOrigin-RevId: 5d8961efd254c1bc7851dc0bd9ba965e675456a8
-