This rule should not be triggered by the following code, there is no good way to resequence this.
BEGIN
IF( NOT some_function(1) ) THEN
RETURN;
END IF;
END;
This rule should not be triggered by the following code, there is no good way to resequence this.
BEGIN
IF( NOT some_function(1) ) THEN
RETURN;
END IF;
END;
Peter this is an old, hardcoded rule which is in our queue to be rewritten using an XPath expression (QP-1652). We know that currently is it not working that well. A better version should become available within the next few months.
Thanks,
Andre