-
Bug
-
Resolution: Done
-
Major
-
1.1.17.Final
-
None
example: there are 2 decorators and both have a lot in common and therefore there is an abstract class they inherit from. the abstract class specifies abstract methods. if the concrete decorator is a normal class, it works without issues. if the concrete decorator is an abstract class (= abstract decorator), it fails.