Project

General

Profile

Actions

Bug #3596

open

Bug Issue

Bug #3596: Bug Issue

Added by Hoang Tran about 1 month ago.

Status:
New
Priority:
Normal
Assignee:
Start date:
10/02/2025
Due date:
% Done:

0%

Estimated time:

Description

Defect ID: DF001
Defect Name: Naming Convention Error
Line Number: 2-3-4-8-12-16-29-30-31-34
Defect Description: Incorrect variables naming, the variables should be named in lowercase
Fixing Solution: Change all the the variables in uppercase to lowercase

Defect ID: DF002
Defect Name: Potential Logical Error
Line Number: 4
Defect Description: The logic condition does not match the error result
Fixing Solution: Must use != assignment in condition check

Defect ID: DF003
Defect Name: Coding Convention Error
Line Number: 3
Defect Description: Cannot declare variable in a single line
Fixing Solution: Separate variables in different lines

Defect ID: DF004
Defect Name: Potential Logical Issue
Line Number: 9-10-11
Defect Description: The for-loops will not iterate through the every elements in the array
Fixing Solution: Add "++" operator in i, j, k variables in the for-loops

Defect ID: DF005
Defect Name: Compile Errors
Line Number: 20-21
Defect Description: Incorrect use of for-each loops
Fixing Solution: Use " : " instead of " :: "

Defect ID: DF006
Defect Name: Compile Errors
Line Number: 22
Defect Description: Incorrect use of && operator
Fixing Solution: Must use "+" instead of "&&"

No data to display

Actions

Also available in: PDF Atom