RFR: 6529151: NullPointerException in swing.plaf.synth.SynthLookAndFeel$Handler [v2]

Prasanta Sadhukhan psadhukhan at openjdk.org
Wed Sep 7 04:40:57 UTC 2022


On Tue, 6 Sep 2022 23:05:59 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   test fix
>
> test/jdk/javax/swing/plaf/synth/RepaintNPE.java line 84:
> 
>> 82:                     try
>> 83:                     {
>> 84:                         Method method = jComp.getClass().getMethod ( "getUI" );
> 
> The getUI() method is public, can be used directly.

Yes. modified.

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

PR: https://git.openjdk.org/jdk/pull/10167



More information about the client-libs-dev mailing list