Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2
-
None
Description
I am seeing random instance in my app's tests of:
java.lang.NullPointerException at org.apache.commons.vfs2.provider.AbstractFileObject.close(AbstractFileObject.java:221)
I can only attribute this to multiple threads closing the same file object.
I will add a sync block.