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 .
- 05 May, 2017 15 commits
-
-
Pavel Dolgov authored
Java: Implemented MethodHandle part of inspection "MethodHandle/VarHandle invocation arguments mismatch" (IDEA-171813)
-
Dmitry Trofimov authored
Terminal: don't initialize environment variables as it breaks IDEA-171957, unless it is needed for virtualenv activation as in PY-17816
-
Tagir Valeev authored
IDEA-172417 Dataflow analysis: track that loop is visited if and only if array/collection is non-empty
-
Anna Kozlova authored
-
Anna Kozlova authored
jacoco: fail fast on don't skip all roots when duplicated classes are rejected by the engine (IDEA-169825)
-
Dmitry Batkovich authored
-
Dmitry Batkovich authored
-
nik authored
Before that if several editions of the same product (e.g. IDEA Community and IDEA Ultimate) are built in the same script they will use the same file so only licenses from the last product will remain in it.
-
Tagir Valeev authored
-
Tagir Valeev authored
SimplifyStreamApiCallChainsInspection: Boolean.TRUE/FALSE::equals scenarios: check that lambda/method reference never return null
-
Tagir Valeev authored
map(..).anyMatch(Boolean.TRUE::equals) -> anyMatch(..) map(..).allMatch(Boolean.FALSE::equals) -> noneMatch(..) map(..).noneMatch(Boolean.FALSE::equals) -> allMatch(..)
-
Tagir Valeev authored
SimplifyStreamApiCallChainsInspection: suggest ot replace optional.stream().forEach() (Java 9) with optional.ifPresent()
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Sergey Malenkov authored
-
- 04 May, 2017 25 commits
-
-
Dmitriy Smirnov authored
Removed unnecessary space to make the name consistent with other usages.
-
Ilya.Kazakevich authored
-
Konstantin Bulenkov authored
-
Dmitry Trofimov authored
-
Vassiliy.Kudryashov authored
-
Anna Kozlova authored
-
Daniil Ovchinnikov authored
- print line after command end instead of printing before each command - print result only when it's present - prepend all user input with '> '
-
Aleksey Pivovarov authored
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Eldar Abusalimov authored
Also add more debug logging for further investigation.
-
Eldar Abusalimov authored
Trace virtual file properties in order to investigate the assertion failure more closely.
-
Eldar Abusalimov authored
-
Vladimir Krivosheev authored
we cannot get module from RC because it is not yet read
-
Vladimir Krivosheev authored
-
Dmitry Batkovich authored
-
Alexander Kass authored
-
Egor.Ushakov authored
-
Dmitry Batkovich authored
-
Vladimir Krivosheev authored
default separator changed to . because only CMakeWorkspace uses -. - "conflicts" with - dash in the project name, so, current implicit default is restored.
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vassiliy.Kudryashov authored
-