unlockha / beanio

Automatically exported from code.google.com/p/beanio
Apache License 2.0
1 stars 0 forks source link

The maximum length of a fixed length record may be incorrectly defaulted #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If minLength is set on a fixed length record and maxLength is not set, 
maxLength will incorrectly default to minLength which may be less than the sum 
of all defined field lengths.

Affects release 0.9.2.  

Workaround: when a minLength value is configured on a fixed length record, also 
set maxLength.

Original issue reported on code.google.com by kevin.s...@gmail.com on 2 Feb 2011 at 3:38

GoogleCodeExporter commented 8 years ago

Original comment by kevin.s...@gmail.com on 2 Feb 2011 at 7:38

GoogleCodeExporter commented 8 years ago
Fixed in release 0.9.3.

Original comment by kevin.s...@gmail.com on 8 Feb 2011 at 2:50