https://issues.apache.org/bugzilla/show_bug.cgi?id=44691
Josh Micich <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #2 from Josh Micich <[EMAIL PROTECTED]> 2008-03-27 13:08:10 PST ---
fixed in svn r641964
This was a problem in ExternalNameRecord.serialize(int, byte[]). I originally
left a TODO in that method to write a junit, because the code seemed difficult
to read.
Perhaps at some stage we could re-visit these serialize() / fillFields()
methods of the org.apache.poi.hssf.record.Record hierarchy. It's difficult to
keep track of byte array offsets while streaming record fields. The JDK (with
DataInputStream / DataOutputStream) shows better examples of how to do this.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]