Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Code Analysis does not detect unreferenced variables, Rule 6405 in PL/SQL.
설명
When running Code Analysis on a package, "Rule 6405: Avoid defining variables that are not referenced inside the program" is not listed in the Rule Violations when there is an unreferenced variable in the code.
해결 방안
WORKAROUND: The "Avoid defining variables that are not referenced inside the program" will be returned when running Code Analysis on an anonymous block. Convert the package to an anonymous block to test code to see if it contains any unreferenced variables.
STATUS: Waiting for a fix to be released in a future version of SQL Navigator.