On Mon, May 6, 2013 at 5:49 PM, sebb <[email protected]> wrote: > The line number returned by > > ExtendedBufferedReader.getLineNumber() > > currently starts at zero, so an error in the first line in the file is > reported as being in line 0. > > There does not seem to be any good reason for using a zero-based line > number, so I would like to change it to 1-based. Some tests will need > to be fixed. > > WDYT? >
+1 Gary > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
