This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 30014
Collapse All | Expand All

(-)VisualizerNode.java (+2 lines)
Lines 143-148 Link Here
143
        VisualizerChildren ch = (VisualizerChildren)children.get ();
143
        VisualizerChildren ch = (VisualizerChildren)children.get ();
144
        if (ch == null && !node.isLeaf ()) {
144
        if (ch == null && !node.isLeaf ()) {
145
145
146
            Node[] silly = node.getChildren ().getNodes ();
147
            
146
            // go into lock to ensure that no childrenAdded, childrenRemoved,
148
            // go into lock to ensure that no childrenAdded, childrenRemoved,
147
            // childrenReordered notifications occures and that is why we do
149
            // childrenReordered notifications occures and that is why we do
148
            // not loose any changes
150
            // not loose any changes

Return to bug 30014