Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.16
-
None
Description
When the reportConfiguration returns the IOSupplier the calling code is likely to close it.
If the Supplier has not been set then the System.out is used. This may result in System.out being closed.
This fix should account for that and make it clear that the IOSupplier calling setOut should handle multiple opens and closes.