[GitHub] commons-bcel pull request: Flushing DataOutputStream before callin...

2016-02-03 Thread emopers
GitHub user emopers opened a pull request: https://github.com/apache/commons-bcel/pull/3 Flushing DataOutputStream before calling toByteArray on the underlying ByteArrayOutputStream When a DataOutputStream instance wraps an underlying ByteArrayOutputStream instance, it is

[GitHub] commons-validator pull request: Field does not synchronize iterati...

2015-12-27 Thread emopers
GitHub user emopers opened a pull request: https://github.com/apache/commons-validator/pull/4 Field does not synchronize iteration on synchronized list In Field.java:908, the synchronized list `dependencyList` is iterated in an unsynchronized manner, but according to the