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