
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
19/Oct/06 05:10 PM
|
|
The toString() method of PCPoint returns the following:
rc = obj.getClass().getName();
I propose changing it to:
rc = obj.getClass().getName() + "(" + x + "," + y + ")";
in order to provide information about the instance.
|
|
Description
|
The toString() method of PCPoint returns the following:
rc = obj.getClass().getName();
I propose changing it to:
rc = obj.getClass().getName() + "(" + x + "," + y + ")";
in order to provide information about the instance. |
Show » |
| No work has yet been logged on this issue.
|
|