maven-surefire pull request: Avoid copy in TestSetRunListener.getAsString
Github user andrewgaul closed the pull request at: https://github.com/apache/maven-surefire/pull/16 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
maven-surefire pull request: Avoid copy in TestSetRunListener.getAsString
GitHub user andrewgaul opened a pull request: https://github.com/apache/maven-surefire/pull/16 Avoid copy in TestSetRunListener.getAsString Explicit synchronization allows us to avoid the copy, as suggested by: http://docs.oracle.com/javase/6/docs/api/java/util/Collections.html#