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
Kouhei Mori
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | NANO-100.patch [ 13104 ] |
Jörg Schaible
made changes -
Assignee | Joerg Schaible [ joehni ] |
Jörg Schaible
made changes -
Fix Version/s | 1.0 [ 10148 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
This patch replaces deprecated StringBufferInputStream with ByteArrayInputStream.