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 .
- 21 Dec, 2018 28 commits
-
-
nik authored
Version 2.4.4 is quite old and contains invalid dependency on JUnit which affects checks of transitive dependencies (see IDEA-204495). Newer versions of plexus-archiver has different versions of transitive dependencies (e.g. plexus-utils) which may conflict with dependencies of currently used version (3.3.9) of maven-model library.
-
Icons_Sync_Robot authored
Synchronization of changed icons from git@github.com:JetBrains/IntelliJIcons.git: 6e6c0647ea4c293063d28938ff96135b30dfba62
-
Pavel Dolgov authored
Java: Fixed false positives for unnecessary 'return' and 'continue' in enhanced switch statement (IDEA-204431)
-
Dmitriy.Panov authored
-
sergey.ignatov authored
It looks like the tests execution order allows JIT to speed up some classes which we need for indexation. After splitting tests into several groups that kind of magic disappears.
-
Viktor Shatrov authored
-
Egor Ushakov authored
-
Alexander Lobas authored
-
Sergey Simonchik authored
-
Aleksey Pivovarov authored
-
sergey.ignatov authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Vladimir Koshelev authored
if the number of changed files is less or equal to 100, the new per-commit analysis will be used. New analysis shows only warnings which were introduced by your changes.
-
Anna.Kozlova authored
-
Pavel Dolgov authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
- 20 Dec, 2018 12 commits
-
-
Aleksey Pivovarov authored
`LOG.error(e)` rethrew exception, leaving failed future in the list.
-
peter authored
-
Piotr Tomiak authored
-
sergey.ignatov authored
-
sergey.ignatov authored
-
Vladimir Krivosheev authored
-
Anna.Kozlova authored
-
sergey.ignatov authored
-
sergey.ignatov authored
that allows to move most of performance tests into AWS and keep some of them on hardware agents
-
Roman Shevchenko authored
-
Alexander Lobas authored
-
Mikhail Golubev authored
We could duplicate them because in case like ((42)) we used to show one warning for (42) as for parenthesized expression inside another one and another warning for (42) as for parenthesized expression containing a literal expression.
-