Benoit Xhenseval
Benoit Xhenseval
Thanks for getting back to me. I have modified the base code following your suggestion but the CsvParserTest is still failing on the getRowCount() (L88) it is strange... does it...
Hi May I ask you to provide a unit test for this and I will fix the issue. Thanks a lot, that would be great. Benoit On Tue, 24 Mar...
Thank you for raising this. It is possible to override any week during the creation of the calculator. I will update the code in 2 weeks time or so Thank...
Could you provide a unit testcase in a patch please? Many thanks ----- Important Notice This communication contains information that is considered confidential and may also be privileged. It is...
Hi Thanks for the suggestion. What would you say that the spec should be? If the API takes 2 days: - A->B where B =A+1 and B is holiday, should...
My thoughts were only to deal with dates avoiding the time issues: LocalDate, Date, Calendar and JDK8 LocalDate. The semantics are not that clear: getNumberOfBusinessDaysBetween(d1, d2); I'll have a look...
Hi I'd welcome a patch as I'm very busy at the moment... many thanks. Benoit On Tue, 14 May 2019 at 23:54, ailes17 wrote: > Hello, > > I know...
let's come up with a spec: int x = getNumberOfBusinessDaysBetween(d1,d2); * If no weekend or holidays: d1+x = d2 (Jan 2 + 3 = Jan 5) * if d1 or...
ok, I need your help. What do you think the results should be? Assume that: * 2006-01-01 is a holiday * normal weekends d1 | d2 | diff -- |...
Excellent idea and it kind of solve some issues when you need a handler to know if you should move backward or forward. If I do a snapshot release, would...