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

(-)a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenSupport.java (+3 lines)
Lines 209-214 Link Here
209
                    newChildren.add(child);
209
                    newChildren.add(child);
210
                }
210
                }
211
            }
211
            }
212
        } else if (folder.exists()) { // childs == null -> folder does not exists, or an I/O error occurs
213
            // folder.listFiles() failed with I/O exception - do not remove childs
214
            return retval;
212
        }
215
        }
213
        
216
        
214
        Set deleted = new HashSet(getExisting(false));
217
        Set deleted = new HashSet(getExisting(false));

Return to bug 150009