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

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

XMLWordPrintable

      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.

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

              Created:
              Updated: