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 .
- 13 Feb, 2023 40 commits
-
-
Alexey Kudravtsev authored
assert no null LocalQuickFixes are passed to CommonProblemDescriptorImpl inside the "quickFixes" array (IDEA-312632), fix usages null arrays still can be passed, but arrays with null elements are rejected because: - consistency: it was very complicated (for both clients and implementation code) to understand if this particular fix could be null or not, and - performance: filtering out null elements from the array and reallocating them back were noticeably expensive. Currently, this assertion works inside tests only, to avoid irrecoverable failures in third-party plugins GitOrigin-RevId: b71bc59eb811a807a0e6aae9609c368806f54869
-
Alexey Kudravtsev authored
enable "run annotators" by default in "Annotator" inspection because a lot of tests rely on that currently GitOrigin-RevId: f94da8e11d98159d1b5f891015d657a46c32fd55
-
Alexey Kudravtsev authored
replace most significant decimal digit with most significant three bits because I hate logarithms and exponentiation GitOrigin-RevId: f4379a3299c0ea564160f16888802bc869bb6c75
-
Alexey Kudravtsev authored
IDEA-313087 java.lang.IllegalStateException: must be run under DaemonProgressIndicator, but got: : class com.intellij.openapi.progress.EmptyProgressIndicator GitOrigin-RevId: c5f6d6ab5565fa123c63412207e03671e8571a85
-
Kirill Likhodedov authored
GitOrigin-RevId: 2b9d051f1922a401da740bbec649d2ae592fec44
-
Valentin Fondaratov authored
GitOrigin-RevId: 153a69e82aa271159976cd76fafb1ba10e0698ce
-
Alex Plate authored
GitOrigin-RevId: b998a8bb8625a964f97ceb01d7180344f728328b
-
Alex Plate authored
GitOrigin-RevId: 9d89e7674824e606f7b08ed469dd0d3fdd64d673
-
Alexander Bubenchikov authored
GitOrigin-RevId: 25e4e0b310edf37b7c885680e139ab8bab9bebaf
-
Egor Ushakov authored
GitOrigin-RevId: 5d2a9838c30cddfa8e0971a07d3df0ee5720aac3
-
Roland Illig authored
GitOrigin-RevId: b2e502591e53ddc37071b35e2d910ba64135745f
-
Andrei Klunnyi authored
GitOrigin-RevId: 776f55c2ec2259bb829e905f65971ecaa569ace3
-
Nikolay Chashnikov authored
[platform] API: change access modifier for DynamicBundle(String) constructor from public to protected This constructor can be used only from the subclasses, otherwise the classloader will be taken from DynamicBundle class itself, and it won't load the message bundle from a plugin. GitOrigin-RevId: f94c5dfb62f57df30479719a6587293e63154bb8
-
Nikolay Chashnikov authored
GitOrigin-RevId: 3345e82a1386dd700d614076605b9f17abbc2523
-
Nikolay Chashnikov authored
GitOrigin-RevId: e8f0c5903650a84a09ff1ae1cf9bfe66306b6707
-
Nikolay Chashnikov authored
GitOrigin-RevId: 0f23f2cdcdb76f8e2ff953772f8735ace0e2bd9b
-
Nikolay Chashnikov authored
Get rid of unnecessary methods, use String instead of Object. GitOrigin-RevId: 0e706fcd5db2db2d6f0a2b22e1d872be70c0dc33
-
Nikolay Chashnikov authored
GitOrigin-RevId: 0e300243289b9c0e854458243d175d42ee224c67
-
Nikolay Chashnikov authored
GitOrigin-RevId: 1f1adce969848428056f709487861d238ade9e0f
-
Nikolay Chashnikov authored
The method from JDK is used instead. GitOrigin-RevId: 4276d57c52e1a1b7685bb55f29f772a5f13a4f57
-
Nikolay Chashnikov authored
[platform util] API: deprecate Comparing::compare(boolean, boolean) method which is identical to JDK's method GitOrigin-RevId: 745213cee9f90bbf4928360875578d0825ec1bb6
-
Nikolay Chashnikov authored
Methods from JDK are used instead. GitOrigin-RevId: bc8421f1154fab3a6cc474e59cdc2b7131b1f58f
-
Nikolay Chashnikov authored
GitOrigin-RevId: 05a4c24bd103483b68ee66ac54af9cf01c14738a
-
Aydar Mukhametzyanov authored
GitOrigin-RevId: 2019bce10b3c5cf3708ef057a798aa5085bdec0b
-
Egor Ushakov authored
GitOrigin-RevId: 769ea1a1552c7d259e54b5285ec4a3af9fae989a
-
Mikhail Pyltsin authored
GitOrigin-RevId: 3cdf0356b5feac318c1b336e184e497b206d521b
-
Mikhail Pyltsin authored
GitOrigin-RevId: c175e09a1638ca5aa6ced18bbdc02ad7bf6308ad
-
Sergei Tachenov authored
GitOrigin-RevId: fafcd24ce8bb6ae47690f3381ac6e8f5f40aedfa
-
Aleksandr Krasilnikov authored
IDEA-308026 GitOrigin-RevId: 054853a70784ae2ae0aef41a32f0f83bfffd7d73
-
Aleksandr Krasilnikov authored
GitOrigin-RevId: 99a8c65f99994b6a727f6ce1c16c4c12ae9d103e
-
Dima Golovinov authored
GitOrigin-RevId: 3da4f72909c5228ee5c1c20dd6c2697fddfd181e
-
Vadim Salavatov authored
IJPL-52 RecordsLogInterceptor: fix wrong result class in onSetNameId, throw exception on contract violation GitOrigin-RevId: b252d7c7010bae7984f723ec4405125bf935970c
-
Vadim Salavatov authored
GitOrigin-RevId: c7b303555f0a80c95f953fcfd8b48b5c8729f055
-
Andrey Cherkasov authored
Revert "[java-inspections] TextBlockMigration: Suggest converting part of a string concatenation to the text block" This reverts commit 8cbb8bcd7b0492e5657cfe69613cb27ff6e49414. GitOrigin-RevId: 661bf51388bfc0c07b7f01dd182c76a82f70ae9b
-
Andrey Cherkasov authored
Revert "[java-inspections] TextBlockMigration: Suggest the quick-fix not only when the cursor is on a line break" This reverts commit c22c5b0019577717d11264bc22d6b19b98d0749a. GitOrigin-RevId: 09e3e3b93698ec6e3489fe3c42827df78d66c22f
-
Andrey Cherkasov authored
IDEA-309065 GitOrigin-RevId: 6e558abd4b09893351d37bc17d55dde3424346f9
-
Daniil Ovchinnikov authored
Click in the child popup only fires `MOUSE_PRESSED`, which is filtered out, or `MOUSE_PRESSED` (filtered out), `MOUSE_RELEASED` (also filtered out), and finally `MOUSE_CLICKED`, but at the moment of `MOUSE_CLICKED`, the popup window has focus => nav bar skips its update. Normally, navigation triggers another `FileEditorManagerListener .fileOpened` event, but no file is opened on navigation between members inside the current file. After this change, an update is requested after the navigation completes. GitOrigin-RevId: d2195b2475faaecd7a1214f4cf5d243097ee7426
-
Daniil Ovchinnikov authored
GitOrigin-RevId: 1c545d485cf10b5e828c9c6523c185ac528ae8cb
-
Daniil Ovchinnikov authored
- inline `childrenSelector`; - extract `NavBarVmImplKt.childItems`; - extract `NavBarVmImplKt.childItemsAndNavigation`; - move `NavBarVmItem` stuff to corresponding file. GitOrigin-RevId: 1e0bda086301eef9b89c243adfe47849d30e3d26
-
Nikolay Rykunov authored
GitOrigin-RevId: b9df662b87178f09652508125ed39391f420c0a0
-