File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ n/a | 4365 | Never use unconditional CONTINUE or EXIT in a loop. | Major | | |
87
87
46 | 4375 | Always use EXIT WHEN instead of an IF statement to exit from a loop. | Minor | | | ✘ ; | | | | |
88
88
47 | 4380 | Try to label your EXIT WHEN statements. | Minor | | | ✘ ; | | | | |
89
89
48 | 4385 | Never use a cursor for loop to check whether a cursor returns data. | Critical | | ✘ ; | | | | | |
90
+ n/a | 4387 | !!!CHARACTERISTIC ERROR!!! | Blocker | | ✘ ; | | | ✘ ; | | |
90
91
49 | 4390 | Avoid use of unreferenced FOR loop indexes. | Major | | ✘ ; | | | | | |
91
92
50 | 4395 | Avoid hard-coded upper or lower bound values with FOR loops. | Minor | ✘ ; | | ✘ ; | | | | |
92
93
n/a | 5010 | Try to use a error/logging framework for your application. | Critical | | | | | ✘ ; | ✘ ; | | ✘ ;
You can’t perform that action at this time.
0 commit comments