yannrichet/rsession

Other statements cannot be executed after the end statement is executed

Closed this issue · 1 comments

image

When I execute session. end (); Statement, System. out. println ("end"); Not implemented

image

That demo just points that System.out stream is not well reset in the tests...
Indeed, the .end() is just closing rsession instance, which may redirect System.out (or may not, if you prefer a true logger).