marschall / memoryfilesystem

An in memory implementation of a JSR-203 file system
284 stars 36 forks source link

FileAttributes should be immutable #16

Closed ghost closed 10 years ago

ghost commented 10 years ago

Once you retrieve FileAttributes the values in the object should not change with the underlying file.

see: https://github.com/openCage/niotest/blob/master/src/main/java/org/opencage/lindwurm/niotest/tests/PathTest3FileIT.java test testFileAttributesAreImmutable