Directory datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/

Directory Created:
2006-08-20 12:13
Total Files:
22
Deleted Files:
16
Lines of Code:
2615

Browse with ViewVC

[root]/datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda

Lines of Code

datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/ Lines of Code

Developers

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

Most Recent Commits

Marcin Jekot 2007-01-09 16:50

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:

Benoit Xhenseval 2007-01-05 21:45

- 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:

Benoit Xhenseval 2007-01-04 19:31

[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:

Benoit Xhenseval 2007-01-04 00:40

[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:

Benoit Xhenseval 2006-12-21 17:59

Reject null names as this could cause havoc later on.

4 lines of code changed in:

Benoit Xhenseval 2006-11-23 13:31

[Bug 1601542]Thanks to Anthony Whitford for spotting the spelling mistake in our enum.

4 lines of code changed in:

Benoit Xhenseval 2006-11-13 23:39

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:

Benoit Xhenseval 2006-10-11 13:53

And finally the header Ad.

285 lines of code changed in:

Benoit Xhenseval 2006-10-11 13:32

Add middle Ad.

121 lines of code changed in:

Benoit Xhenseval 2006-10-11 13:17

Add the footer Ad.

323 lines of code changed in:

Benoit Xhenseval 2006-09-19 11:01

javadoc corrections, based on the yDoc warning report.

7 lines of code changed in:

Marcin Jekot 2006-09-17 10:42

adding keyword substitution to files

15 lines of code changed in:

Marcin Jekot 2006-09-16 17:49

Fixed the excel date problem in joda in other timezones

23 lines of code changed in:

Benoit Xhenseval 2006-09-13 16:08

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:

Benoit Xhenseval 2006-09-13 14:40

Removed unused imports. The weird thing is that Eclipse "Organise Imports" DOES add them back!!! Why?

0 lines of code changed in:

Benoit Xhenseval 2006-09-11 15:57

More JavaDoc.

152 lines of code changed in:

Benoit Xhenseval 2006-09-11 10:23

Added more tests for Tenor.

Some .classpath etc where referencing non-existing directories.

39 lines of code changed in:

Benoit Xhenseval 2006-09-10 17:18

add the cast again...

2 lines of code changed in:

Marcin Jekot 2006-09-10 17:00

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:

Benoit Xhenseval 2006-09-10 16:49

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)

Generated by StatSVN 0.3.2-SNAPSHOT