Change CalendarUtil.checkHolidayList in order to consider holidays

Bug #1209612 reported by Anonymous
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
JQuantLib
New
Medium
Unassigned

Bug Description

Note: This change will break all calendar test cases (!) and imply on reviewing all calendar test cases and all documentation on http://www.jquantlib.org/index.php/Exchange_Holidays

The change is: Replace

final List<Date> calculated = c.getHolidayList(
                DateFactory.getFactory().getDate(1, Month.JANUARY, year),
                DateFactory.getFactory().getDate(31, Month.DECEMBER, year),
                false);

by

final List<Date> calculated = c.getHolidayList(
                DateFactory.getFactory().getDate(1, Month.JANUARY, year),
                DateFactory.getFactory().getDate(31, Month.DECEMBER, year),
                true);

=============
Relationships
=============
child of http://bugs.launchpad.net/bugs/jquantlib-500

Tags: code-review
Revision history for this message
Q Boiler (q.boiler) wrote :

Dropping back into the pool.
Removing the Target Release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.