| Summary: | Variables initialization error | ||
|---|---|---|---|
| Product: | CS3343 Chinese Checker | Reporter: | yutongmen2-c |
| Component: | Algorithm Component | Assignee: | 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. | ||
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