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

modify fix for 8317771 to remove reflection instantiation of the inner class

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4
    • tbd
    • 8u351, 11.0.17-oracle, 17.0.2, 18, 21, 22, 23
    • client-libs

    Description

      In the current implementation of JTree, there is no way to get an accessibility object for a tree node. This leads to the need to use an inefficient traversal of the entire tree to collect the necessary accessibility children, or use reflection to quickly obtain the necessary objects using the tree path.
      For an example see CAccessibility#getChildrenAndRolesRecursive()
      It is necessary to create a new path that allows you to instantiate the inner class without reflection.

      Attachments

        Issue Links

          Activity

            People

              asemenov Artem Semenov
              asemenov Artem Semenov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: