DvonHolten opened a new pull request, #181: URL: https://github.com/apache/pdfbox/pull/181
- update JavaDoc for class to show if this table is required in a TrueType-font. - strip trailing blanks 1.) i see some inconsistencies wrt short/int. The read() method reads the fields as short/int as required, but some classes just convert it to int, whereas other classes keep the 'short'-type, even in getters. What to do? 2.) the read() methods set the initialized-flag when successfully finished. However, this is sticky. When there is a chance, that objects of these xxxTable-classes are reused, the initialized flag should be cleared at method-entry and set at method-end. What to do? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
