+1 then, from looking at the code, I don’t see why RuntimeException would
be required there.
On April 19, 2019 at 12:38:02, Gary Gregory (garydgreg...@gmail.com) wrote:
On Fri, Apr 19, 2019 at 11:38 AM Otto Fowler
wrote:
> Where these written to be used as lambdas?
>
They were not. These were
On Fri, Apr 19, 2019 at 11:38 AM Otto Fowler
wrote:
> Where these written to be used as lambdas?
>
They were not. These were written a long time ago as part of Apache Commons
IO and recently ported to VFS.
Gary
>
>
> On April 19, 2019 at 10:07:28, Gary Gregory (garydgreg...@gmail.com)
> wrote
Where these written to be used as lambdas?
On April 19, 2019 at 10:07:28, Gary Gregory (garydgreg...@gmail.com) wrote:
Hi All:
In our new file filters ported from Commons IO, we have code like:
} catch (final FileSystemException ex) {
throw new RuntimeException(ex);
}
I propose instead that w
Hi All:
In our new file filters ported from Commons IO, we have code like:
} catch (final FileSystemException ex) {
throw new RuntimeException(ex);
}
I propose instead that we have the accept() methods throw
FileSystemException directly.
Gary