On Sat, Jan 16, 2021 at 8:31 AM Hervé BOUTEMY <herve.bout...@free.fr> wrote: > > I see this objection more and more lately. > I don't really understand it, I consider it vaguely theoretical, and don't see > any concrete issue. >
This is very much a concrete issue. I/O is unreliable. Sometimes it fails. When it does an IOException is thrown and the code can deal with whatever that means in context. However PrintWriter does not throw those IOExceptions. It just ignores them and continues. It doesn't even log an error message. -- Elliotte Rusty Harold elh...@ibiblio.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org