Re: [vfs] not use AbstractVfsContainer for AbstractFileProvider

2014-11-21 Thread Jörg Schaible
Bernd Eckenfels wrote: > Hello, > > While fixing some locking consistence issues around find/closeFileSystem > I noticed that the AbstractVfsContainer#components ArrayList has quite > some problems (linear search, duplicate entries). > > I started to fix this up but then I noticed that it is act

[vfs] not use AbstractVfsContainer for AbstractFileProvider

2014-11-20 Thread Bernd Eckenfels
Hello, While fixing some locking consistence issues around find/closeFileSystem I noticed that the AbstractVfsContainer#components ArrayList has quite some problems (linear search, duplicate entries). I started to fix this up but then I noticed that it is actually not needed: AbstractFileProvider