classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: paramString() fixlets


From: Roman Kennke
Subject: [cp-patches] FYI: paramString() fixlets
Date: Thu, 17 Nov 2005 12:24:49 +0000

Most paramString() methods in Swing are pretty meaningless and only
return the name of the component class, like 'JPanel'. This is bad for
debugging and so I changed two of these paramStrings to return the
super.paramString(), which already has all the information that I needed
for debugging. Theoretically these methods could just as well be
removed, but maybe somebody wants to add some more specific info to the
paramStrings(), so I let them in for now...

2005-11-17  Roman Kennke  <address@hidden>

        * javax/swing/JApplet.java
        (paramString): Returns super.paramString() instead of a
meaningless
        'JFrame'.
        * javax/swing/JPanel.java
        (paramString): Returns super.paramString() instead of a
meaningless
        'JPanel'.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]