Details
Description
The unit tests of nanowar make usage of the deprecated StringBufferInputStream in a lot of cases. Should be replaced by a proper solution.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Attachment | NANO-100.patch [ 13104 ] |
| Assignee | Joerg Schaible [ joehni ] |
| Fix Version/s | 1.0 [ 10148 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
This patch replaces deprecated StringBufferInputStream with ByteArrayInputStream.