classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] [Patch][gui] javax.swing.JTree


From: Mark Wielaard
Subject: Re: [cp-patches] [Patch][gui] javax.swing.JTree
Date: Sat, 01 Jan 2005 16:47:46 +0100

Hi,

> 2004-12-31  Michael Koch  <address@hidden>
> 
>       * javax/swing/JTree.java
>       (hasChildren): New instance field.

I assume this is DynamicUtilTreeNode.hasChildren. Try to mention the
inner class if you change one.

> +    /**
> +     * XXX: Currently not implemented.
> +     */
> +    protected boolean hasChildren;

Eh. What does it? If it isn't implemented, why do we have a dummy field?
(no more stubs!) Could you at least document that it always returns
false.

Thanks,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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