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

(-)masterfs/src/org/netbeans/modules/masterfs/ProvidedExtensionsProxy.java (+3 lines)
Lines 222-228 Link Here
222
                    }
222
                    }
223
                });                                                                                
223
                });                                                                                
224
            }
224
            }
225
            if(ret[0] != null && ret[0]) {
226
                break;
225
        }
227
        }
228
        }
226
        return ret[0] != null ? ret[0] : super.canWrite(f);
229
        return ret[0] != null ? ret[0] : super.canWrite(f);
227
    }
230
    }
228
        
231
        

Return to bug 194683