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

(-)utilities/src/org/netbeans/modules/url/BookmarksNode.java (+5 lines)
Lines 199-204 Link Here
199
        return parent != null && parent instanceof BookmarksNode;
199
        return parent != null && parent instanceof BookmarksNode;
200
    }
200
    }
201
    
201
    
202
    // #7925
203
    public boolean canCut() {
204
        return canDestroy();
205
    }
206
    
202
    /** Supports index cookie in addition to standard support. Overrides superclass method.
207
    /** Supports index cookie in addition to standard support. Overrides superclass method.
203
     * Redefined to prevent using DataFolder's cookies, so that common operations on folder like compile, etc. are not used here.
208
     * Redefined to prevent using DataFolder's cookies, so that common operations on folder like compile, etc. are not used here.
204
     * @param type the class to look for
209
     * @param type the class to look for

Return to bug 16197