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 .
- 18 Mar, 2024 13 commits
-
-
Dmitry Yudin authored
(cherry picked from commit a5653c403a52cad0e942bbdeeff9f73c5f79dd77) IJ-CR-128122 GitOrigin-RevId: f3bc2e540dd578e9dbe5cab66d156461f248646b
-
Andrii Rublov authored
[execution]: Introduce a dedicated action group for main executors to properly use anchors around it (cherry picked from commit d79c0d94b2303cddc699398cd48faa676572d2e8) IJ-CR-128765 GitOrigin-RevId: 4872dd20b83f16dcf579f05502588da49d5d203e
-
Alexey Kudravtsev authored
(cherry picked from commit e6cbf266422b3b7b830f836dd15fc33220652a6c) IJ-CR-128914 GitOrigin-RevId: a40339aa92d4341b601036276e68b65a85e7eb45
-
Alexey Kudravtsev authored
remove corresponding annotations/inspection infos only during removeInvalidElements() call to fix StrutsJSTest (cherry picked from commit c30747797e808e421746387aff11f39f36c4fe5d) IJ-CR-128914 GitOrigin-RevId: 5ccb59e52ad4b58ae225b92b9b8710be9a81a935
-
Alexey Kudravtsev authored
(cherry picked from commit 0b1137f400ccbb45f6a75c8458c3e33d0b75f056) IJ-CR-128914 GitOrigin-RevId: 57148725f359c2a71b83294787024b18a2f811ab
-
Alexey Kudravtsev authored
(cherry picked from commit 6fc7837fad265f51a2c4bc25f9a20a3daaa4d140) IJ-CR-128914 GitOrigin-RevId: 7733f6a91a7cc88bb93a8d17a78edb9f832531f9
-
Alexey Kudravtsev authored
when the file is reparsed after the quickfix, remove all file-level highlights to fix DBE-19937 SQL Dialect Is Not Configured error stuck in the sql file editor bar (cherry picked from commit 660df4a4252fa9e7c09d01fbaf09b64965b33862) IJ-CR-128914 GitOrigin-RevId: 0d3db012883227f5d1a63ce926e91edb8543db75
-
Alexey Kudravtsev authored
when not-loaded-yet editor was encountered, it was rescheduled to re-submit too many times in panic, which later, when the editor did load, led to too many cancellations of just submitted passes which could cause their mutual destruction (cherry picked from commit b8ae7a80f26d77cebe52570610790a639f8fcb39) IJ-CR-128914 GitOrigin-RevId: c4a672bbab5e33d222809c440d591e572abcfea0
-
Tagir Valeev authored
Some tests are adjusted, as now (after unnamed variables release), we warn on every unused lambda parameter (cherry picked from commit 17ce095a19332d22ba0cbcef1e6751ea309ca774) IJ-CR-129043 GitOrigin-RevId: 6d5aaab8f4088af000ba32b3525d34d882dbfe31
-
Andrey Lisin authored
(cherry picked from commit d83faa87783ba8e64749ceef4a0ddeb3556b75c0) IJ-CR-129166 GitOrigin-RevId: e6c7b1e359c1d62ba2da0f3098fdf5ea17090c5b
-
Tagir Valeev authored
(cherry picked from commit 4c6c8ccfe4989393d604cb7482ea5147494836b5) IJ-CR-128864 GitOrigin-RevId: 351305f1a9b7587ef52ec365d427a65bd0d5d692
-
Andrey Lisin authored
(cherry picked from commit 5e9e364c7c2e49c932aadb15b91e5881039caec1) IJ-CR-129163 GitOrigin-RevId: a0c00644a55d6f59f6c75ebdd44b628acee1d7b1
-
Andrey Lisin authored
(cherry picked from commit adce4a8823089c37cf4fa7a45cfc054d5aa3db17) IJ-CR-127645 GitOrigin-RevId: fc6b3c1e81e1c36c1841ffa384ae61dd1ce2a97e
-
- 16 Mar, 2024 1 commit
-
-
Yuriy Artamonov authored
Rust Rover did not bundle AI plugin in 2023.3 (cherry picked from commit adbbea5ff4c2bd1c0d8804ebfbcd1aec54c15897) IJ-CR-129031 GitOrigin-RevId: 90dba4a5168b79c1a2aba441fcceb3b82b3155ce
-
- 15 Mar, 2024 13 commits
-
-
Tagir Valeev authored
(cherry picked from commit b8343813ea85d2cb1b15dfe9564583aee2b43332) IJ-CR-129045 GitOrigin-RevId: 020a3a734147a43db95e6a00d69fd24f4209414a
-
Aydar Mukhametzyanov authored
This reverts commit 2cfc5a2bb5a335b2527fd6390f42c0288c85b62f. (cherry picked from commit 51a224cd253348c7e0ef7017e5916aa60c207249) IJ-CR-128597 GitOrigin-RevId: ea07ef97400d9bbefd4011b18b0b70e84369ae8e
-
Aydar Mukhametzyanov authored
This reverts commit e92b0a0f0d021ae096b9a017fa45b68cc4ada4f0. (cherry picked from commit 91bc0df3d71bd95c19532f3ec56f569520a37621) IJ-CR-128597 GitOrigin-RevId: 4e3c7239d927bdc70d3a0f023c4d4015ab26eacc
-
Aydar Mukhametzyanov authored
This reverts commit e8254fd83e0ff1a0b324aeedb9871f7fbf8b2a44. (cherry picked from commit e347e004bd682e5d11966bbf0a73774caf9dc879) IJ-CR-128597 GitOrigin-RevId: a1b59b71b107ecd76a0189ae727f679dd64435d3
-
Tagir Valeev authored
[java-inspections] PatternVariableCanBeUsed: equivalence check should be performed in narrowing cast as well Fixes IDEA-348779 "Pattern variable can be used" inspection false positive (cherry picked from commit a1ac8fe39011db2127d8d6d627cfae913320995a) IJ-CR-128865 GitOrigin-RevId: 09a1a77aa76c515a5eed4af25ad03df8c2a35e86
-
Kirill.Karnaukhov authored
(cherry picked from commit 42329e874ba4923e5676662bd4ffc0c7bc262d81) IJ-CR-128986 GitOrigin-RevId: 07bc71098e0710e549289c80ad1c4392f2857259
-
Kirill.Karnaukhov authored
(cherry picked from commit a4c7aaf59eb8839dbd11d5d3de528856867d4dec) IJ-CR-128986 GitOrigin-RevId: 0e0de5be80dc8adfed8b9ed4fe5f464f2ccd191c
-
Kirill.Karnaukhov authored
[inline-completion] IDEA-345516: mark `InlineCompletionGrayTextElement.Presentable.getText` as unstable (cherry picked from commit 3d7798aab17dc65662484a2ac0487557b0afcd06) IJ-CR-128986 GitOrigin-RevId: dd0cb472eff29ea4c14a7378f2dcc91398563fdc
-
Vladimir Lagunov authored
(cherry picked from commit b7ae1bacab211d1e1773ce705d7026b425693b24) IJ-CR-128716 GitOrigin-RevId: f1534c8f72a22022aa9e7b2784dd15e81657ba0c
-
Vladimir Lagunov authored
* Instead of an allowlist in RUST_LOG env var, the blocklist is now used to mute noisy crates. It enables debugging and trace logs of FSD crates. * All log levels inside `bootstrapOverShellSession` get the debugging level. The logs on the debug level were written but were useless. Besides, it's a too critical function for the trace level. (cherry picked from commit 9ceb3068c59946999f3a91ccc0008e9d9e96dab2) IJ-CR-128716 GitOrigin-RevId: dc419bfafd1a57250631beaee2f39557e3ffe04f
-
Vladimir Lagunov authored
The previous approach with `cat` locally and `head -c $binarySize > $binaryPath` remotely turned out to be unreliable. The `head` call may have frozen infinitely. By the moment of writing this message, it was not clear why it had been failing. This commit allows uploading an IJent binary in a different way. The interface is tied to the current implementation and aims to fixing particular bugs with uploading over WSL. A better API is to be provided later. (cherry picked from commit dd5cf2a54193ea9054dbadc6d095ecff8b045ff8) IJ-CR-128716 GitOrigin-RevId: 1aa6d5e2b37a75fd2eadda537e1fc1852fe25104
-
Tagir Valeev authored
[java-dfa] IDEA-349093 Cast to unresolved reference inside try-catch causes 'Unreachable code' warning (cherry picked from commit c9098e741070cddd1c89936045481521d5823bf7) IJ-CR-128863 GitOrigin-RevId: bdb6d1beb7a015213b670f9c4bd5cd9c3e20a5e1
-
Frederik Haselmeier authored
^KTIJ-29011 fixed (cherry picked from commit 7de54f94b2b4e37e18e8729bfea8bcb5e6f182a1) IJ-CR-128455 GitOrigin-RevId: 53d78ff32cd66fc0748d92c14a24ab282352576b
-
- 14 Mar, 2024 13 commits
-
-
Nikolay Chashnikov authored
(cherry picked from commit abae1d7746fb900603d81372875ba2fd5c8cbeac) IJ-MR-128940 GitOrigin-RevId: 7b8b53eb0b9cded2c8664d9cc200eaea31bab011
-
Anastasiia Spaseeva authored
(cherry picked from commit 76019f7b08abb2d832efd4726d177643e73d7688) IJ-MR-127896 GitOrigin-RevId: 91cf5f80a8c6012f0d73d9727f7872f58a5d847c
-
Anastasiia Spaseeva authored
(cherry picked from commit 59c1472488546b1063b383ddae09ab2091f406cd) IJ-MR-127896 GitOrigin-RevId: 1e3df133777834676fdc51aa61b3cd6170cc50b0
-
Ilya Kirillov authored
^KTIJ-28944 fixed ^KTIJ-29081 fixed Fix for KTIJ-28801 is cherry-picked to 211 (cherry picked from commit 2cd7dae0fd76765c87d64d68b39782932e9d6cbb) IJ-MR-127896 GitOrigin-RevId: 4e04234b479f92d7987de3a315ba91de47dbaff5
-
Yuriy Artamonov authored
(cherry picked from commit 7525571784c1083e24e5187b285f463f5f61c4ab) IJ-CR-128686 GitOrigin-RevId: 13580ba047e9a9dc87101fad5b8899fc4261c232
-
Yuriy Artamonov authored
(cherry picked from commit dd0e1512677d49b87357dfd0f679644de87bf045) IJ-CR-128686 GitOrigin-RevId: b87bda9c13af74e85e6e5656e0860d1de839803f
-
Yuriy Artamonov authored
(cherry picked from commit 46b7b134b19f9d3c57e052d912692f9b476a346b) IJ-CR-128686 GitOrigin-RevId: bbd32d9b75399c18d93e776d8aef20b3db4e8c55
-
Yuriy Artamonov authored
(cherry picked from commit 0f9d90604b823c7be875651fe01574d024faedaf) IJ-CR-128686 GitOrigin-RevId: 4a60024ffb30b09c4c82176d027c4e698a0860bd
-
Mikhail Pyltsin authored
- fix tests (cherry picked from commit 06abdcde09eb383fd3d398df75c4d03b7fc485b0) IJ-CR-128822 GitOrigin-RevId: 48dd4e95f52e5f2d4018d2381065ed8c78ecab57
-
Mikhail Pyltsin authored
- change level for StringConcatenationArgumentToLogCall (cherry picked from commit a5c3f07aa9968e8a22bb58d8a3df1d62dc6c89fe) IJ-CR-128822 GitOrigin-RevId: 4ffc4acc5832b7932df4f7c12e9a6d632ef83121
-
Tagir Valeev authored
Implementation of these methods will be altered. Fixes IDEA-347494 Unreachable code inspection triggered by quarkus base class (cherry picked from commit 9b4f076187ad392f31a2bb1a8de5e6046defa609) IJ-CR-128861 GitOrigin-RevId: 7e8c33db19f876ce5881a297fd70fa1a09b71b52
-
Dmitry Pogrebnoy authored
(cherry picked from commit d6c93af8c1ae4a421189d9bee57a7fca75116e28) IJ-CR-127730 GitOrigin-RevId: 26a8c5a40e35de0e06922f983d7bbd57c2ce8ecb
-
Dmitry Pogrebnoy authored
(cherry picked from commit b57639da6cde85a1f966d533fafcfdbcbaade94f) IJ-CR-127730 GitOrigin-RevId: 7c997c697979685943fd860173110d4a53b87cd3
-