DatabaseIO.read(Reader) broken
------------------------------
Key: DDLUTILS-211
URL: https://issues.apache.org/jira/browse/DDLUTILS-211
Project: DdlUtils
Issue Type: Bug
Components: Core (No specific database)
Affects Versions: 1.1
Environment: Windows XP SP3, Sun JDK 1.6.0_06, DdlUtils SVN HEAD
(r669848)
Reporter: Rick Riemer
Assignee: Thomas Dudziak
Fix For: 1.1
The DatabaseIO.read(Reader) convenience method is broken. It allows an API user
to specify a Reader instance from which to read a model. However, when using
it, it fails for files larger than 4096 characters, since it inserts new lines
characters in the middle of the stream.
The method should either be removed in favor of the other read() methods, or be
fixed.
Reproduction:
* Read a valid XML model file larger than 4096 bytes using the
DatabaseIO.read(Reader) API
Expected result:
* The model file can be parsed
Actual result:
* The XML parser fails with syntax errors due to the erroneous new line
characters
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.