RFR: 8354233: Open some JTable bugs 6 [v2]

Alexander Zuev kizune at openjdk.org
Mon Apr 21 20:15:43 UTC 2025


On Fri, 18 Apr 2025 22:53:10 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Updating and opening some JTable bugs
>
> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   update jtreg paths, volatile, manual jtreg tag

test/jdk/javax/swing/JTable/bug4460382.java line 120:

> 118:             row1 = editingRow;
> 119:             setValueAt(value, editingRow, editingColumn);
> 120:             row2 = editingRow;

Can you tell me what are we testing here? We extending JTable and we are checking that during the cell content replacement some random internal protected variable does not change. What does it tells us? Why is it a criteria of test passing or not?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24735#discussion_r2052941999


More information about the client-libs-dev mailing list