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 .
- 10 Jul, 2014 40 commits
-
-
Mikhail Golubev authored
-
peter authored
-
peter authored
-
peter authored
-
Yaroslav Lepenkin authored
if editor has selection, reformat only selected lines, when reformat dialog is not shown. Do not take into account processChangedText flag
-
Evgeny Pasynkov authored
-
Yann Cébron authored
-
Yann Cébron authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Evgeny Pasynkov authored
-
Egor.Ushakov authored
-
peter authored
-
peter authored
fix in platform, accounts for PY-6095 as well
-
peter authored
-
Ilya Klyuchnikov authored
-
Ilya Klyuchnikov authored
-
peter authored
-
peter authored
-
Ilya Klyuchnikov authored
Leaking parameters are parameters that "leak" into @NotNull/@Contract annotations. If a parameter doesn't leak, it cannot be @NotNull and cannot contribute to @Contract annotations. Inference is run only for leaking parameters.
-
peter authored
-
peter authored
-
peter authored
-
peter authored
-
Ilya Klyuchnikov authored
This prevents from indexing failures when incorrect bytecode results into runtime errors in asm Analyzers/ClassReader
-
Ilya Klyuchnikov authored
To prevent polluting logs in case of incorrect bytecode (usual for tests)
-
peter authored
-
peter authored
-
Ilya Klyuchnikov authored
to prevent analysis of pathological methods like in y.jar
-
Ilya Klyuchnikov authored
-
Ilya Klyuchnikov authored
-
peter authored
bytecode analysis: increase IDE responsiveness during large class file analysis (e.g. groovy's ArrayUtil)
-
peter authored
-
peter authored
-
peter authored
-
peter authored
-
Ilya Klyuchnikov authored
-