-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.5
-
Fix Version/s: 1.1.7
-
Component/s: Inheritance, Specialization
-
Labels:
I found some bugs regarding @Specializes and Observer methods.
The scenarios:
@Specializes Bean without overriding Observer-method: Observer gets called
@Specializes Bean with Overridden Observer-method: Overridden Observer gets called twice
@Alternative @Specializes Bean without overriding Observer-method: Observer gets called
@Alternative @Specializes Bean with overridden Observer-method: Overridden Observer gets called twice
I attached a patch file for the tests which do of course fail at the moment