Commit c2c2709
authored
Refactor ByteArrayOutputStream into synchronized and non-synchronized versions (#108)
* Split ByteArrayOutputStream into synchronized and non-synchronized versions
* Improve the test coverage of AbstractByteArrayOutputStream and sub-classes
* Address review comments by @aherbert
* Address review comments by @garydgregory
* Address further review comments by @garydgregory
* Remove </p> tags, breaks the javadoc build
* Address review comments by @aherbert
* Improve coverage of tests1 parent 335808a commit c2c2709
5 files changed
Lines changed: 772 additions & 293 deletions
File tree
- src
- main/java/org/apache/commons/io/output
- test/java/org/apache/commons/io/output
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
211 | 215 | | |
212 | 216 | | |
213 | 217 | | |
| |||
0 commit comments