Actions
Bug #16
closedFixing a TRAP in DevAnalyzer when reusing FOR-loop variables
Start date:
09/29/2014
Due date:
% Done:
50%
Estimated time:
Forum topic:
Description
When reusing a FOR-loop variable in a nested FOR-loop, DevAnalyzer
generates a TRAP due to an invalid CASE label instead of
reporting error 910 (for loop variable set).
The invalid CASE label results from adding the constant 'noChange' (=16)
to the loop variable's 'num' field for every nesting level.
Reported by Ivan Denisov on 2013-09-02.
Open Point 41 in BB 1.6 release.
CPC 1.7 change list item 44.
Actions