Bug 569

Summary: Variables initialization error
Product: CS3343 Chinese Checker Reporter: yutongmen2-c
Component: Algorithm ComponentAssignee: yutongmen2-c
Status: CONFIRMED ---    
Severity: major CC: yutongmen2-c
Priority: ---    
Version: unspecified   
Hardware: All   
OS: All   
Attachments: The image indicates the wrong initialization of variables in the constructer.

Description yutongmen2-c 2021-11-17 23:45:21 HKT
Created attachment 86 [details]
The image indicates the wrong initialization of variables in the constructer.

The constructor of class Point has a wrong variables initialization method. 

Where it is: x = x;

And it is supposed to be: this.x = x;

Steps to reproduce: N/A

Actual outcome: N/A

Expected outcome: N/A