RE: [VFS]: NPE in FileObject.getType().getChildren()

2004-05-21 Thread Paul Smith
Ivankovits [mailto:[EMAIL PROTECTED] Sent: Friday, 21 May 2004 3:55 PM To: Jakarta Commons Developers List Subject: Re: [VFS]: NPE in FileObject.getType().getChildren() Paul Smith wrote: I am getting an NPE in the following line of code, and I think it must be thread related or something. I

[VFS]: NPE in FileObject.getType().getChildren()

2004-05-20 Thread Paul Smith
Hi All, I am getting an NPE in the following line of code, and I think it must be thread related or something. More on that in a sec. In this code within Chainsaw v2, the line highlighted: FileObject[] fos = vfsNode.getFileObject().getChildren(); Collection objects = new

Re: [VFS]: NPE in FileObject.getType().getChildren()

2004-05-20 Thread Mario Ivankovits
Paul Smith wrote: I am getting an NPE in the following line of code, and I think it must be thread related or something. I have tried to reproduce it, but wasnt able to. I collected your code into an test-class, not knowing if this is really what happens on your machine. vfs itself do not use