# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /space/work/nb55/openide/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: NamingFactory.java *** /space/work/nb55/openide/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/NamingFactory.java Base (1.5.28.1.2.3) --- /space/work/nb55/openide/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/NamingFactory.java Locally Modified (Based On 1.5.28.1.2.3) *************** *** 88,94 **** Integer id = (Integer)entry.getKey(); //TODO: handle possible List FileNaming fN = (FileNaming)((Reference)entry.getValue()).get(); ! Integer computedId = NamingFactory.createID(fN.getFile()); --- 88,94 ---- Integer id = (Integer)entry.getKey(); //TODO: handle possible List FileNaming fN = (FileNaming)((Reference)entry.getValue()).get(); ! if (fN == null) continue; Integer computedId = NamingFactory.createID(fN.getFile());