<Swing Dev> RFR: 8252722: More Swing plaf APIs that rely on default constructors [v3]
    Phil Race 
    prr at openjdk.java.net
       
    Thu Sep 24 05:28:08 UTC 2020
    
    
  
On Thu, 24 Sep 2020 05:03:45 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboPopup.java line 737:
>> 
>>> 735:     protected class InvocationMouseHandler extends MouseAdapter {
>>> 736:         /**
>>> 737:          * Constructor for subclasses to call.
>> 
>> IMO this wording is not right here. This class is concrete isn't it ? So any code in this package can create one - not
>> just a subclass.
>
> it's outdated file you are reviewing..It's already changed yesterday.
That is weird. I wrote that comment 2 days ago!
-------------
PR: https://git.openjdk.java.net/jdk/pull/251
    
    
More information about the swing-dev
mailing list