[ https://issues.apache.org/jira/browse/SUREFIRE-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15806587#comment-15806587 ]
ASF GitHub Bot commented on SUREFIRE-1324: ------------------------------------------ GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/139 [SUREFIRE-1324] Surefire incorrectly suppresses exceptions when closing resources. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Tibor17/maven-surefire SUREFIRE-1324 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-surefire/pull/139.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #139 ---- commit 2cf58708f6798f04d0314dce5df4c0ed5c2a09d3 Author: Tibor17 <tibo...@lycos.com> Date: 2017-01-07T02:55:07Z [SUREFIRE-1324] Surefire incorrectly suppresses exceptions when closing resources. ---- > Surefire incorrectly suppresses exceptions when closing resources. > ------------------------------------------------------------------ > > Key: SUREFIRE-1324 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1324 > Project: Maven Surefire > Issue Type: Bug > Reporter: Christian Schulte > Assignee: Tibor Digana > Priority: Critical > Fix For: 2.19.2 > > > There are various places where exceptions thrown when closing resources are > suppressed although they should be handled. Additionally, the {{PrintStream}} > class does not throw exceptions but provides a {{checkError}} method to be > used instead. This method has not been used after writing to the > {{PrintStream}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)