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 40504
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +17 lines)
Line 302 Link Here
302
    /**
303
     * Component containing result model has been closed.  Dispose
304
     * of resources.
305
     */
306
    void close() {
307
        root.clear();
308
    }
309
Line 357 Link Here
365
366
        /**
367
         * Clears contents of result node.
368
         */
369
        public void clear() {
370
            Children children = getChildren();
371
            children.remove(children.getNodes());
372
        }
Line 499 Link Here
499
            this.originalDataObject.addPropertyChangeListener(this);
515
            this.originalDataObject.addPropertyChangeListener(WeakListener.propertyChange(this, this.originalDataObject));
500
--

Return to bug 40504