 Irina Fediaevaandintellij-monorepo-bot
|
737e13b9b0
|
PY-33265: Removed false positive warning when the superclass has a decorated abstract constructor
GitOrigin-RevId: 07e3a621997f3b3e1fdb01e7a83df69bcd3985d8
|
2021-04-02 13:47:07 +00:00 |
|
 Semyon Proshevandintellij-monorepo-bot
|
56a1c00c2a
|
Make python-latest project descriptor default in tests
Update test data and reduce manual language level setup
GitOrigin-RevId: d6ddec1b2b29a2b7f1a34cfb5982fd975de78d65
|
2021-03-15 17:33:04 +00:00 |
|
Semyon Proshev
|
e313e5151b
|
PY-20038 Fixed: "Call to __init__ of super class is missed" inspection if super is used with __class__
Update PyMissingConstructorInspection to honour __class__ as a first arg of super(...).__init__ call
|
2016-07-26 20:14:37 +03:00 |
|
Ekaterina Tuzova
|
6a6dc8a67a
|
updated test data for constructor/__init__ inspection
|
2013-03-28 15:45:48 +04:00 |
|
Ekaterina Tuzova
|
cd0e90bc70
|
fixed PY-7699 Wrongly reported missed call to superclass constructor using prefixed/embedded class
|
2013-01-16 17:06:39 +04:00 |
|
Andrey Vlasovskikh
|
fde38fc492
|
Don't highlight missing call to super class constructor for exceptions (PY-7176)
|
2012-08-10 19:15:09 +04:00 |
|
Dmitry Jemerov
|
d43ff52461
|
split tests for missing constructor inspection (2)
|
2012-01-26 11:26:58 +01:00 |
|
Dmitry Jemerov
|
0620c6c228
|
split tests for missing constructor inspection (1)
|
2012-01-25 16:22:17 +01:00 |
|
Andrey Vlasovskikh
|
879a9977d1
|
Updated tests to match new resolve rules
|
2012-01-24 17:58:34 +04:00 |
|
Ekaterina Tuzova
|
5da806b9a3
|
added tests for PY-4038 (CR-PY-8)
|
2011-07-01 17:36:54 +04:00 |
|
Ekaterina Tuzova
|
5747cdabb5
|
use iterateAnsectors in PyMissingConstructorInspection. Added test data for PY-3395
|
2011-04-28 15:05:13 +04:00 |
|
Ekaterina Tuzova
|
9e811283c3
|
fixed PY-3313 Call to constructor of super class is missed: check constructor presence for all super classes in mro
|
2011-04-12 16:30:12 +04:00 |
|
Ekaterina Tuzova
|
2224b945a6
|
fixed PY-3238 Do not highlight "Call to constructor of super class is missed" if there is no super class constructor
|
2011-04-07 19:59:53 +04:00 |
|
Ekaterina Tuzova
|
68eea35397
|
fixed PY-3278 False positive for 'Super constructor call is missing'
|
2011-04-07 19:14:43 +04:00 |
|
Ekaterina Tuzova
|
7e17a7dd2a
|
fixed PY-3055 Missing super constructor call Inspection
|
2011-03-10 21:09:09 +03:00 |
|