--- old/src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java 2014-07-02 23:01:03.000000000 -0700 +++ new/src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java 2014-07-02 23:01:03.000000000 -0700 @@ -1148,7 +1148,7 @@ Insets insets = tree.getInsets(); TreePath initialPath = getClosestPathForLocation (tree, 0, paintBounds.y); - Enumeration paintingEnumerator = treeState.getVisiblePathsFrom + Enumeration paintingEnumerator = treeState.getVisiblePathsFrom (initialPath); int row = treeState.getRowForPath(initialPath); int endY = paintBounds.y + paintBounds.height; @@ -1694,7 +1694,7 @@ if(treeState != null) { treeState.setExpandedState(path, true); - Enumeration descendants = tree.getExpandedDescendants(path); + Enumeration descendants = tree.getExpandedDescendants(path); if(descendants != null) { while(descendants.hasMoreElements()) {