mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PY-80627 @staticmethod, @classmethod usage with overloaded methods
GitOrigin-RevId: 3712c0f4dfb70146e3127af02c4fc04de75dcd33
This commit is contained in:
committed by
intellij-monorepo-bot
parent
58cd6bb893
commit
57c773ccb3
@@ -1049,6 +1049,8 @@ INSP.overloads.this.method.overload.signature.not.compatible.with.implementation
|
||||
INSP.overloads.this.function.overload.signature.not.compatible.with.implementation=Signature of this @overload-decorated function is not compatible with the implementation
|
||||
INSP.overloads.at.least.two.overload.decorated.methods.must.be.present=At least two @overload-decorated methods must be present
|
||||
INSP.overloads.at.least.two.overload.decorated.functions.must.be.present=At least two @overload-decorated functions must be present
|
||||
INSP.overloads.use.staticmethod.inconsistently=Overloads use @staticmethod inconsistently
|
||||
INSP.overloads.use.classmethod.inconsistently=Overloads use @classmethod inconsistently
|
||||
|
||||
# PyOverridesInspection
|
||||
INSP.NAME.invalid.usages.of.override.decorator=Invalid usages of @override decorator
|
||||
|
||||
Reference in New Issue
Block a user