Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8058326

CCC is required for 'Enumeration<TreeNode> childrent()' of javax.swing.tree.TreeNode and its descendants

XMLWordPrintable

    • b24
    • 9

      JDK-8043550 caused following changeset:

      http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/99f5ba331526

      which introduced following changes to public API:

      javax.swing.tree.TreeNode:
      method: Enumeration children()
      is changed to: Enumeration<TreeNode> children()

      javax.swing.text.AbstractDocument$AbstractElement:
      method: Enumeration<?> children()
      is changed to: Enumeration<TreeNode> children()

      javax.swing.text.AbstractDocument$BranchElement:
      method: Enumeration<AbstractElement> children()
      is changed to: Enumeration<TreeNode> children()

      javax.swing.text.AbstractDocument$LeafElement:
      method: Enumeration<?> children()
      is changed to: Enumeration<TreeNode> children()

      These are not approved by CCC (CCC 8043550 doesn't mention them).

      So CCC approving these changes should be created and approved.

            darcy Joe Darcy
            grakov Georgiy Rakov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: