RFR: 8375011: OldJTable.java - NullPointerException when columnData is null [v3]

ANUPAM DEV duke at openjdk.org
Wed Jan 21 10:49:10 UTC 2026


On Tue, 20 Jan 2026 17:06:34 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> ANUPAM DEV has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update full name
>
> Any steps on how to reproduce this bug in the demo?

Hi @mrserb,
The following reproducer will throw NPE, although demo itself does not have any such calls:

OldJTable table = new OldJTable();
table.addColumn("TestColumn", 100);

Regards,
Anupam

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

PR Comment: https://git.openjdk.org/jdk/pull/29226#issuecomment-3777412499


More information about the client-libs-dev mailing list