Bug 553

Summary: Variables initialization error
Product: 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-11 14:20:10 HKT
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 output: N/A
Comment 1 yutongmen2-c 2021-11-12 19:16:00 HKT
Created attachment 74 [details]
The image indicates the wrong initialization of variables in the constructer.