Actions
Bug #3613
openDF001_Potential logical issue
Bug #3613:
DF001_Potential logical issue
Status:
New
Priority:
Normal
Assignee:
-
Start date:
10/02/2025
Due date:
% Done:
0%
Estimated time:
Description
Line Number: 6, 7
Defect Description: Checking need to start from index 0 not 1
Fixing Solution: (int i = 1; i <= rows - subRows; i++) => (int i = 0; i <= rows - subRows; i++)
No data to display
Actions