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

(-)a/jumpto/src/org/netbeans/modules/jumpto/file/FileSearchAction.java (+2 lines)
Lines 453-458 Link Here
453
            // Clean caches
453
            // Clean caches
454
            dialog.dispose();
454
            dialog.dispose();
455
            this.dialog = null;
455
            this.dialog = null;
456
            panel = null;
457
            openBtn = null;
456
            FileSearchOptions.flush();
458
            FileSearchOptions.flush();
457
        }
459
        }
458
    }
460
    }

Return to bug 269797