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 .
- 20 Dec, 2017 35 commits
-
-
Nikolay Kuznetsov authored
(cherry picked from commit d6dbcab from Rider fork)
-
alexey.afanasiev authored
-
nik authored
So users won't need to commit one more file into VCS (IDEA-CR-27985).
-
nik authored
-
Nadya Zabrodina authored
-
Rustam Vishnyakov authored
-
Dmitry Batrak authored
-
Sergey Malenkov authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
nik authored
Expected class versions updated (IDEA-CR-27988).
-
Nicolay Mitropolsky authored
because it is more like a collision in names (which was OK before we decided to unbound UElements from PsiElements) than a wrong usage.
-
Vladislav.Soroka authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
Vladimir Krivosheev authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
nik authored
To restore compatibility with Java 6. However since gradle-tooling-extension-impl module uses org.gradle.plugins.ide.idea.IdeaPlugin class which has version 51 (Java 7) in gradle API 4.4 we cannot use 'IDEA jdk' (JDK 6) in that module so we use the default project JDK (JDK 8) and add a compatibility check to ensure that classes from such modules won't use API which aren't available in JDK 1.6.
-
Dmitry Batrak authored
-
Dmitry Batkovich authored
redundant throws inspection: mark all problems in method hierarchy as fixed when has been applied to super method
-
peter authored
-
nik authored
This is needed to be able to convert Guava to a repository library.
-
Konstantin Ulitin authored
-
Dmitry Batrak authored
-
Tagir Valeev authored
Using the same name and family name is ok in this case as name does not add any specific information. Fixes EA-114106.
-
Tagir Valeev authored
-
- 19 Dec, 2017 5 commits
-
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
peter authored
IDEA-183585 Mismatching @NotNull/@Nullable values for several method with identical signatures in inherited classes are not detected
-
Vitaliy.Bibaev authored
-
Vladimir Krivosheev authored
-