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 .
- 09 Jun, 2017 40 commits
-
-
Sergey Simonchik authored
node: action inside computeWithPreferredProject might not use a specified preferred project (EA-102915 - Throwable: NodeModulesDirectoryManager.computeFileIndexExtensionPreventingRecursion)
-
Gregory.Shrago authored
-
Nadya Zabrodina authored
* if user don't want to track repositories synchronously we have to show current branch name as an additional info near each Repo node; * the same for sync but diverged branch case;
-
Valentina Kiryushkina authored
-
Valentina Kiryushkina authored
-
Gregory.Shrago authored
-
Semyon Proshev authored
While calculating severity, we infer type for qualifier in `v[0]` subscription expression. While inferring type for qualifier, we infer type for `test_if_list` function. While inferring type for `test_if_list` function, we infer `Any` type for `v` in `v[0]` to prevent recursion and resolve `[]` to nothing. Unresolved `[]` is cached so when we ask for `[]` on `v[0]`, we receive nothing but at this moment we know type of `v` (`List[Any]`).
-
Semyon Proshev authored
Update PyTypeChecker to correctly match StructuralType as expected and ModuleType as actual.
-
Semyon Proshev authored
PY-24364 Fixed: Type inference fails when generator is converted to list, but the variable name is kept. Don't collect used reassigned parameter's attributes.
-
Semyon Proshev authored
PyTypeCheckerInspection, PyStatementEffectInspection and PyUnusedLocalInspection consider `...` as `pass`.
-
Alexander Zolotov authored
-
Semyon Proshev authored
Update PySubscriptionExpressionImpl to correctly process weak operands. Also update PyTypeChecker to not use original qualifier type while calculating substitutions for receiver, use current class type instead.
-
Alexander Zolotov authored
-
nik authored
find actions: show warning if occurrences from unloaded modules may be skipped from results (IDEA-27471)
-
nik authored
It is needed to determine that some occurrences may be missing from a scope because containing modules are currently unloaded.
-
Egor.Ushakov authored
-
Egor.Ushakov authored
IDEA-173268 Emulated wildcard method breakpoint may be triggered on any lambda - fix for subinterfaces
-
Ekaterina Tuzova authored
so reduced cpu for PY-18625
-
Ekaterina Tuzova authored
-
Ekaterina Tuzova authored
-
Vladislav.Soroka authored
Gradle: attach sources and javadoc from gradle cache even if idea.module.downloadSources = false and/or idea.module.downloadJavadoc = false
-
Roman Shevchenko authored
-
Egor.Ushakov authored
-
nik authored
This is needed to allow referencing ModuleDescription from GlobalSearchScope. The classes were converted to Java because we cannot use Kotlin in core-api module which is used inside the Kotlin compiler. Properties were converted to functions in implementations because Kotlin doesn't allow overriding Java getters with properties (KT-6653).
-
Liana.Bakradze authored
values in dataframes were rounded when applying formatting, but max and min values weren't, so values saved as column max/min became less/more than an actual max/min column value
-
Anna Kozlova authored
when there is no applicable interfaces (IDEA-174045)
-
Anna Kozlova authored
-
Anna Kozlova authored
IDEA-174168: intention was available on wider range and looks like when no highlighting is visible the range could be preserved as it was
-
Anna Kozlova authored
enable it for extract method object only
-
Alexey Kudravtsev authored
Otherwise weak warnings are at the same layer as semantic highlighting, that provides strange effects like KT-18212
-
Alexey Kudravtsev authored
This reverts commit 54783eda
-
Alexey Kudravtsev authored
fixed yellow code in PersistentFSImpl where VEvent was casted to subclass for the method different not-nullness
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
peter authored
-
peter authored
-