https://issues.apache.org/bugzilla/show_bug.cgi?id=49323
Josh Micich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Josh Micich <[email protected]> 2010-05-20 19:44:02 EDT --- >From what I understand, you are proposing that the getXXXX() methods on LittleEndian should return 0 when an invalid offset is supplied. While it's easy to imagine code that might depend on this behaviour, it is nonetheless very much against the coding style of POI. POI tries to avoid 'silent errors'. Specifying an invalid array index really shouldn't be standard usage for POI. -- 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]
