PL/SQL Cop for SQL Developer v1.0.12
-
Released on 2015-11-23
-
Guideline 16 (Avoid using overly short names for declared or implicitly declared identifiers) does not report variables used as index in basic loops, while loops and for loops. Variable names i and j are not ignored anymore.
-
Reduced false negatives for guideline 24 (Try to use boolean data type for values with dual meaning). See also Validator Limitations.
-
Extending grammar to support additional keyword WITHIN e.g. as variable name
