Rule 6724: What does this mean?

Why is “Rule 6724: Check on PL/SQL block and loop label matching.” triggered here and what does it mean?

CREATE PACKAGE BODY test_package
AS
END test_package;
/

This was fixed in QP5 version 5.328. So your snippet should not flag anything.

For some reason Toad Beta up to 13.0.0.80 is still using QP5 version 5.326 (Mar 15) …

Andre