[root]/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 319 (100.0%) | 3764 (100.0%) | 11.7 |
Benoit Xhenseval | 199 (62.4%) | 2649 (70.4%) | 13.3 |
Marcin Jekot | 120 (37.6%) | 1115 (29.6%) | 9.2 |
changed if-else's to use switch statements with enums, and added static imports for some constants, i think it makes the code look cleaner, whadayathink mr b?
we'll see what qalab has to say about all this ;-)
84 lines of code changed in:
- Added method calculateTenorDates with/without a spot lag to enable calculation of a series of Tenor dates without changing the current business date in the calculator.
- Added method moveByTenor without a spot lag to allow tenor calculation based on the CURRENT date and not the spot lag.
10 lines of code changed in:
[Bug 1575498] Suggested by Paul Hill (thanks). Introduction of HolidayCalendar as a replacement to the simplistic Set<E> for holidays (deprecated).
The HolidayCalendar contains a set of holidays but also 2 boundaries early and late which define the VALID set of holidays.
e.g. last holiday for UK in 2006 is 26 Dec 2006 but that set should be VALID until Dec 31 2006.
Re-organised code to use only immutable Holiday calendars internally.
94 lines of code changed in:
[Bug 1575498] First cut on "Valid Range Calculators". Enable registration of HolidayCalendar in the Factory.
Calculation of default early and late boundaries to be the earliest date and latest date if the calendar does not
have such information.
41 lines of code changed in:
Reject null names as this could cause havoc later on.
4 lines of code changed in:
[Bug 1601542]Thanks to Anthony Whitford for spotting the spelling mistake in our enum.
4 lines of code changed in:
Added new handler type ForwardUnlessNegative: a handler that acts like a Forward handler
if the increment is positive otherwise acts like a Backward handler
233 lines of code changed in:
And finally the header Ad.
285 lines of code changed in:
Add middle Ad.
121 lines of code changed in:
Add the footer Ad.
323 lines of code changed in:
javadoc corrections, based on the yDoc warning report.
7 lines of code changed in:
adding keyword substitution to files
15 lines of code changed in:
Fixed the excel date problem in joda in other timezones
23 lines of code changed in:
Use FQN for all @link stuff in javadoc (so that Eclipse does not try to import those classes unduly).
9 lines of code changed in:
Removed unused imports. The weird thing is that Eclipse "Organise Imports" DOES add them back!!! Why?
0 lines of code changed in:
More JavaDoc.
152 lines of code changed in:
Added more tests for Tenor.
Some .classpath etc where referencing non-existing directories.
39 lines of code changed in:
add the cast again...
2 lines of code changed in:
javadoc update. still need to check if the {@link xx} elements work properly, but I doubt it, i think i need to make them fully qualified java names
87 lines of code changed in:
Added more tests for the Tenor code.
Plus implementation for JODA.
There is NO implementation for JDK and yes, you need to do it, thanks! :-)
More tests to follow for backward and modified preceeding.
30 lines of code changed in:
(42 more)