Strategy overrides have effect outside of the environment they are defined in.

For example, I’m overriding dr-lookup-rule inside of my plugin, but during the strj recompilation of my plugin the override is also in effect.

Submitted by Nathan Bruning on 27 April 2010 at 18:42

On 27 April 2010 at 18:45 Lennart Kats commented:

That’s right. Unfortunately, adding some form of scoping would introduce runtime overhead that may not be acceptable. If your override really depends on the Stratego instance it runs in (many overrides don’t!) then I’m afraid you’ll just have to check if that is indeed the case yourself. Closing as a wontfix for now.

Log in to post comments