I have fairly complex class hierarchy which contains abstract classes, and abstract test classes.
When I use the addOrReplaceAttributeStrategy(type, attributeName, attributeStrategy) method, Podam seems search for the attribute only on the type.
Can you make it searches for all super classes?