-
Bug
-
Resolution: Done
-
Major
-
1.2.0
-
None
There is a bug in the rule lookup code which means that the Transformer does not always correctly inject through interfaces into overriding implementations of methods i.e. it sometimes fails to handle ruels of the form
RULE my rule
INTERFACE ^MyInterface
. . .