DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8727>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8727 Incorrect return types in DocumentSummaryInformation Summary: Incorrect return types in DocumentSummaryInformation Product: POI Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: HPFS AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The following two methods should return boolean primitives: DocumentSummaryInformation.getScaleCrop() DocumentSummaryInformation.getLinksDirty() Currently they return byte[], and are not implemented. I'll take a stab at including the boolean variant (VT_BOOL) in hpsf/Property.java. In the mean time, we ought to update the return types of these methods to boolean so users have a heads up. Neither of these methods are implemented, but the earlier we change this, the better I think. I'd patch it but I can't access CVS through my dial-up proxy tonight. - Drew
