Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Bug in Tree.getAllNodes(TreeNode node)?

    What is the supposed return value of Tree.getAllNodes(node)?
    The source defines a TreeNode but the code (afaiu) actually returns an array of TreeNodes, which does make sense acc to the JavaDoc.

    Is this a bug or do I understand something wrong here?

    Thomas

    PS: This is in SmartGWT 2.1 (GWT 2.0.3)

    #2
    This has been fixed in SVN.

    Thanks,
    Sanjiv

    Comment

    Working...
    X