According to the API spec,Rectangle.toString() returns "a string representation of this rectangle."
A specific description of what a string representation should look like is necessary to help enforce compatibility. eg, "java.awt.Rectangle[x=" + the x value + ",y=" + the y value + ...etc,