YevgenShem

Results 2 comments of YevgenShem

Tried the automotion-java 2.1.1 - unfortunately it did not help - the behaviour is the same :( But when I tried step-by-step execution of the generateReport method call - I...

Performing step-by-step debug, I found the following line in https://github.com/ITArray/automotion-java/blob/master/src/main/java/net/itarray/automotion/internal/HtmlReportBuilder.java : `Object obj = parser.parse(new InputStreamReader(new FileInputStream(file), StandardCharsets.UTF_8));` In this line, the FileInputStream is opened, and remains opened when the...