On Mon, 28 Jul 2025 16:43:51 GMT, Alisen Chung <[email protected]> wrote:

>> test/jdk/lib/client/ExtendedRobot.java line 253:
>> 
>>> 251:      * @see     #delay(int)
>>> 252:      */
>>> 253:      public void glide(int srcX, int srcY, int destX, int destY, int 
>>> stepLength, int speed) {
>> 
>> I hadn't noticed that this over-ride is both removed here and not added to 
>> Robot.
>> If this were available, then perhaps those setters and getters for the 
>> current values aren't needed !
>> What was the reason for not including it ? No one ever used it or something 
>> else ?
>
> I actually removed this when I added the setters/getters since I thought it 
> was redundant. Do you think having this override is better than having the 
> setters/getters? I can revert the change

Sorry for the churn, but yes I do think revert to the override

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22044#discussion_r2237291831

Reply via email to