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 Jan, 2018 3 commits
-
-
Mikhail Golubev authored
PyClassType#getMetaClassType() now just delegates to its implementation. Also, removed questionable getAncestorTypesWithMetaClassInstances() method from PyClass interface, make it solely an implementation detail of PyClassImpl.
-
Mikhail Golubev authored
but properly take them into account in PyClassType#getMetaClassType(). This check was implemented there instead of PyClass#getMetaClassType() itself, since the former method already looks up for explicitly declared metaclasses in ancestors unlike PyClassImpl that considers only those specified directly in the class definition or its containing module. Moreover, there are actual usages that expects such behavior from PyClass#getMetaClassType(), e.g. PyAbstractClassInspection.
-
Mikhail Golubev authored
in case this relationship was created implicitly by inheriting an instance of metaclass. It also fixes warnings about the first parameter of SQLAlchemy model methods being named "self" instead of "cls" since we no longer consider these classes descendants of "type".
-
- 09 Jan, 2018 37 commits
-
-
Mikhail Golubev authored
-
Mikhail Golubev authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Aleksey Pivovarov authored
-
Kirill Likhodedov authored
freeze() is called from EDT => if there is e.g. a VFS event awaiting to be fired from invokeAfterUpdate(), it awaits forever. A better solution is to be defined later.
-
Nicolay Mitropolsky authored
-
Kirill Likhodedov authored
Git non-remote tests seem to be stable enough to live in the common VCS Tests configuration.
-
Mikhail Golubev authored
Otherwise, accessing its content as text causes exceptions during indexing. It's not clear, though, why exactly UNKNOWN file type is assigned to it instead of PLAIN_TEXT, so this solution is more of a workaround for this specific situation.
-
Anna.Kozlova authored
-
Anna.Kozlova authored
IDEA-184653
-
Anna.Kozlova authored
-
Ilya.Kazakevich authored
-
Roman Shevchenko authored
-
Egor Ushakov authored
-
Nicolay Mitropolsky authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Semyon Proshev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
check that the cached pointer has correct "forInjected" flag (pointer with incorrect range could have been returned otherwise)
-
Vladislav.Soroka authored
Gradle: handle and report errors happened before the gradle invocation, e.g. when the Gradle JDK is invalid (IDEA-181146, IDEA-183962, IDEA-184410)
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
check that the cached pointer has correct "forInjected" flag (pointer with incorrect range could have been returned otherwise)
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
anstarovoyt authored
-
Dmitry Batkovich authored
java compiler indices based inheritor search should not use "useScope" parameter (IDEA-184394) (cleanup, redundant parameter)
-
peter authored
-
Pavel Dolgov authored
-
Pavel Dolgov authored
-
Pavel Dolgov authored
-