Project

General

Profile

Actions

Bug #3613

open

DF001_Potential logical issue

Bug #3613: DF001_Potential logical issue

Added by Trung Doan Dang about 1 month ago.

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

Also available in: PDF Atom