RFR: 4466930: JTable.selectAll boundary handling [v3]

Prasanta Sadhukhan psadhukhan at openjdk.org
Tue Mar 18 06:56:57 UTC 2025


On Tue, 18 Mar 2025 06:39:23 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Code duplication removed, subtest added
>
> src/java.desktop/share/classes/javax/swing/JTable.java line 2182:
> 
>> 2180:         int oldLead;
>> 2181:         int oldAnchor;
>> 2182:         ListSelectionModel selModel;
> 
> Unused variable oldLead, oldAnchor, selModel

removed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24025#discussion_r2000328218


More information about the client-libs-dev mailing list