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
-
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev 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
-
Ilya Klyuchnikov authored
-
Ilya Klyuchnikov authored
-
Ilya Klyuchnikov authored
-
Ilya Klyuchnikov authored
-
Ilya Klyuchnikov authored
-
Ilya Klyuchnikov authored
-
Ilya Klyuchnikov authored
-
Ilya Klyuchnikov authored
(annotations.xml was changed because the order of graph construction was changed - this particular case is a tricky one with loop, exception and synchronization)
-
Ilya Klyuchnikov authored
-
Ilya Klyuchnikov authored
-
Ilya Klyuchnikov authored
-
Ilya Klyuchnikov authored
-