Community
Participate
Working Groups
It looks that variable 'flags' in org.eclipse.core.internal.filesystem.local.unix.UnixFileNatives is never used. Guys, is it safe to remove it? A patch doing that attached.
Created attachment 182196 [details] Fix v01
*** Bug 329281 has been marked as a duplicate of this bug. ***
Created attachment 182275 [details] Patch_02 It's better to OR the flag with previous value not to wipe off other attributes. Couldn't come up with a test since the change can't be detected via EFS API. We simply don't support the attributes that were erased during the operation.
The fix is in HEAD. Thanks Pawel.