ObjectLabKit Developers: benoitx

Login name:
benoitx
Total Commits:
1160 (60.9%)
Lines of Code:
19983 (61.4%)
Most Recent Commit:
2008-03-24 17:07

Activity by Clock Time

Activity by Hour of Day for benoitx

Activity by Day of Week for benoitx

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 1160 (100.0%) 19983 (100.0%) 17.2
datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/ 104 (9.0%) 3572 (17.9%) 34.3
datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/ 146 (12.6%) 2688 (13.5%) 18.4
datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/ 199 (17.2%) 2649 (13.3%) 13.3
datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/ 149 (12.8%) 2423 (12.1%) 16.2
datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/ 190 (16.4%) 2086 (10.4%) 10.9
datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/ 85 (7.3%) 1256 (6.3%) 14.7
common-build/ 34 (2.9%) 702 (3.5%) 20.6
src/site/ 74 (6.4%) 643 (3.2%) 8.6
/ 29 (2.5%) 567 (2.8%) 19.5
datecalc-joda/ 24 (2.1%) 489 (2.4%) 20.3
datecalc-jdk/ 25 (2.2%) 449 (2.2%) 17.9
datecalc-common/ 19 (1.6%) 414 (2.1%) 21.7
datecalc-joda/src/site/style/ 4 (0.3%) 325 (1.6%) 81.2
datecalc-jdk/src/site/style/ 4 (0.3%) 325 (1.6%) 81.2
datecalc-common/src/site/style/ 4 (0.3%) 325 (1.6%) 81.2
datecalc-joda/.settings/ 3 (0.3%) 231 (1.2%) 77.0
datecalc-jdk/.settings/ 3 (0.3%) 231 (1.2%) 77.0
datecalc-common/.settings/ 3 (0.3%) 231 (1.2%) 77.0
src/site/press/ 23 (2.0%) 144 (0.7%) 6.2
datecalc-joda/src/site/ 7 (0.6%) 77 (0.4%) 11.0
datecalc-jdk/src/site/ 6 (0.5%) 76 (0.4%) 12.6
datecalc-common/src/site/ 6 (0.5%) 76 (0.4%) 12.6
src/site/style/ 3 (0.3%) 4 (0.0%) 1.3
src/site/ref/ 1 (0.1%) 0 (0.0%) 0.0
src/site/images/ 3 (0.3%) 0 (0.0%) 0.0
datecalc-joda/xdocs/ 1 (0.1%) 0 (0.0%) 0.0
datecalc-joda/src/site/images/ 3 (0.3%) 0 (0.0%) 0.0
datecalc-jdk/xdocs/ 1 (0.1%) 0 (0.0%) 0.0
datecalc-jdk/src/site/images/ 3 (0.3%) 0 (0.0%) 0.0
datecalc-common/xdocs/ 1 (0.1%) 0 (0.0%) 0.0
datecalc-common/src/site/images/ 3 (0.3%) 0 (0.0%) 0.0

Activity of benoitx

Most Recent Commits

benoitx 2008-03-24 17:07

Fix test and rebuild the Eclipse projects

773 lines of code changed in:

benoitx 2008-03-24 16:15

Update to Joda time 1.5

1 lines of code changed in:

benoitx 2008-03-24 15:50

Upgrade to JODA 1.5

2 lines of code changed in:

benoitx 2008-03-24 15:31

Prepare for 1.1.0 release.

4 lines of code changed in:

benoitx 2008-03-24 15:27

Stupid error...

12 lines of code changed in:

  • datecalc-common/src/main/java/net/objectlab/kit/datecalc/common: Tenor.java (+12 -10)
benoitx 2007-11-15 11:40

crediting Kieron Wilkinson for spotting the lack of Serializable on Tenor

1 lines of code changed in:

benoitx 2007-11-15 10:33

Fix NPE issue if the calendar is null.

3 lines of code changed in:

benoitx 2007-11-15 10:32

Feature Requests item #1832345, make the Tenor Serializable

3 lines of code changed in:

  • datecalc-common/src/main/java/net/objectlab/kit/datecalc/common: Tenor.java (+2 -1)
  • src/site: changes.xml (+1)
benoitx 2007-05-03 17:10

Added 2 methods to check if a given calendar is registered (useful when it is built on-the-fly)

Also changed version to 1.1.0-SNAPSHOT until release.

33 lines of code changed in:

benoitx 2007-01-25 10:37

relocate

7 lines of code changed in:

benoitx 2007-01-25 10:31

relocate

3 lines of code changed in:

benoitx 2007-01-25 10:20

[maven-release-plugin] prepare release 1.1.0

11 lines of code changed in:

benoitx 2007-01-25 10:16

added distribution details.

19 lines of code changed in:

benoitx 2007-01-25 10:01

rename version to be 1.1.0 not 1.1.

4 lines of code changed in:

benoitx 2007-01-25 09:55

Added SCM details for M2

10 lines of code changed in:

benoitx 2007-01-21 23:39

Added the new ObjectLab news list for those who may want to receive web alerts of posting about this project.

13 lines of code changed in:

benoitx 2007-01-05 21:16

more tests.

167 lines of code changed in:

benoitx 2007-01-05 20: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.

280 lines of code changed in:

benoitx 2007-01-04 18: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.

767 lines of code changed in:

benoitx 2007-01-04 15:33

Ensure look consistency and update doco with view of the new HolidayCalendar.

53 lines of code changed in:

(120 more)

Generated by StatSVN 0.3.2-SNAPSHOT