Code Analysis: Wrong 5401: Avoid using an IN OUT parameter as IN only

CREATE PROCEDURE test(
in_number IN NUMBER – Rule 5401: Avoid using an IN OUT parameter as IN only.
)
AS
BEGIN
dbms_output.put_line( in_number || ‘.’ );
END;

FIxed. See also www.toadworld.com/.../59846 (looks duplicate)

Andre

It is not really fixed, the issue appears still in the actual Beta 12.9.0.46 from 31.03.2016.

Well, actually I meant “fixed for one of the next betas”. The fix is in component QP5.dll version 5.294. Because it’s a component, not Toad itself, it may take up to a couple of weeks before you get it.