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 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