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 .
- 26 Feb, 2019 27 commits
-
-
Pavel Dolgov authored
Java: Intention that wraps list/set/map with Collections.unmodifiable - use results of DFA properly (IDEA-93154)
-
Aleksey Pivovarov authored
follow-up: c58b792e
-
Daniil Ovchinnikov authored
-
Kirill Likhodedov authored
Follow-up: 9ed19875 IDEA-197974
-
Egor Ushakov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
[groovy] highlight unresolved reference expressions in static compilation context via annotator (IDEA-201921) This allows to see them in Inspect Code results.
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
.. to make it independent from HighlightInfo/HighlightDisplayKey.
-
Daniil Ovchinnikov authored
[groovy] get rid of compileStatic flag, since all unknown expressions have Object type in @CS anyway (IDEA-201921)
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
nik authored
To ensure that they are shown in IntelliJ IDEA only, not in an other IDE with installed Java plugin (IDEA-195719).
-
nik authored
tests: add test for SAM conversion in Kotlin for "Suspicious package-private access" inspection (IDEA-CR-43857)
-
nik authored
refactor: extract a method from condition in SuspiciousPackagePrivateAccessInspection (IDEA-CR-43857)
-
nik authored
Different IDEs have different set of actions in 'Mark Directory as' menu, also declaration of some of these actions would clash with the same actions registered in other IDEs, so we need to register it in IntelliJ IDEA only, not in a separate Java plugin (IDEA-195719).
-
nik authored
This action declaration would clash with the same action registered in other IDEs, so we need to register it in IntelliJ IDEA only, not in a separate Java plugin (IDEA-195719).
-
Nikolay.Rykunov authored
-
Tagir Valeev authored
Support of new/this/ternary qualifiers; substitute return type in trivial case Reduces number of functions fully checked during "test find functional expressions" from 3650 to 2600 (-29%)
-
Gregory.Shrago authored
-
- 25 Feb, 2019 13 commits
-
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Sergey Simonchik authored
-
Sergey Simonchik authored
-
Vassiliy.Kudryashov authored
-
Sergey Simonchik authored
-
Aleksey Pivovarov authored
VCS content in tracker no longer guarded by application WriteLock after a59109a0. Thus, we can get inconsistent `List<LocalRange>` and `CharSequence`, unless perform both are performed under single tracker lock.
-
Sergey Malenkov authored
-
Sergey Ignatov authored
-
Sergey Ignatov authored
-
Sergey Ignatov authored
-
Julia Beliaeva authored
[git] extract GitSingleCommitActionGroup class for action groups that work on a single commit in git log
-
Julia Beliaeva authored
[git] replace checkout revision action with an action group that allows to checkout branches as well IDEA-200770
-