Bug #3596
openBug Issue
0%
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