RE: void touchFile() should return the boolean result of the setLastModified

2009-11-04 Thread Uwe Schindler
e.apache.org > Subject: Re: void touchFile() should return the boolean result of the > setLastModified > > I agree it's not great that touchFile swallows the return status from > File.setLastModified, but, technically changing it would break our jar > drop-in back compat. >

Re: void touchFile() should return the boolean result of the setLastModified

2009-11-04 Thread Michael McCandless
n an issue, but I think we have to wait for 3.1 (we're trying not to add new deprecations in 3.0). Mike On Tue, Nov 3, 2009 at 8:05 PM, wrote: > This is an issue found by Findbugs. > In the file FSDirectory the method void touchFile() should return the boolean > result of the set

void touchFile() should return the boolean result of the setLastModified

2009-11-03 Thread Peter_Lenahan
This is an issue found by Findbugs. In the file FSDirectory the method void touchFile() should return the boolean result of the setLastModified method call. public abstract class FSDirectory extends Directory { @Override public void touchFile(String name) { ensureOpen(); File file