[
https://issues.apache.org/jira/browse/IO-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niall Pemberton resolved IO-214.
--------------------------------
Fix Version/s: 2.0
Resolution: Fixed
I changed ByteArrayOutputStream's constructor:
http://svn.apache.org/viewvc?view=revision&revision=1002791
The CountingInput/OutputStream issues are already logged as IO-201
Closing this as FIXED
> Inconsistent synchronization of fields
> --------------------------------------
>
> Key: IO-214
> URL: https://issues.apache.org/jira/browse/IO-214
> Project: Commons IO
> Issue Type: Bug
> Components: Streams/Writers
> Reporter: Sebb
> Fix For: 2.0
>
> Attachments: IO-214-Counting-Stream-Sync.patch
>
>
> The field ByteArrayOutputStream.count is always accessed in a synchronised
> block, apart from when the user calls toBufferedInputStream().
> This seems wrong.
> Similarly for the count field in CountingOutputStream.beforeWrite(int n)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.