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 (+9 lines)
Line 524 Link Here
524
525
    /**
526
     * Overrides superclass method to perform cleanup.
527
     */
528
    protected void componentClosed() {
529
        super.componentClosed();
530
        resultModel.close();
531
        resultModel = null;
532
    } 

Return to bug 40504