Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1130 (100.0%) | 19151 (100.0%) | 16.9 |
datecalc-common/src/test/java/net/objectlab/kit/datecalc/common/ | 102 (9.0%) | 3551 (18.5%) | 34.8 |
datecalc-joda/src/main/java/net/objectlab/kit/datecalc/joda/ | 199 (17.6%) | 2649 (13.8%) | 13.3 |
datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/ | 141 (12.5%) | 2647 (13.8%) | 18.7 |
datecalc-joda/src/test/java/net/objectlab/kit/datecalc/joda/ | 149 (13.2%) | 2423 (12.7%) | 16.2 |
datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/ | 190 (16.8%) | 2086 (10.9%) | 10.9 |
datecalc-jdk/src/test/java/net/objectlab/kit/datecalc/jdk/ | 85 (7.5%) | 1256 (6.6%) | 14.7 |
common-build/ | 32 (2.8%) | 698 (3.6%) | 21.8 |
src/site/ | 67 (5.9%) | 636 (3.3%) | 9.4 |
/ | 26 (2.3%) | 555 (2.9%) | 21.3 |
datecalc-joda/ | 20 (1.8%) | 460 (2.4%) | 23.0 |
datecalc-jdk/ | 23 (2.0%) | 427 (2.2%) | 18.5 |
datecalc-common/ | 17 (1.5%) | 396 (2.1%) | 23.2 |
datecalc-joda/src/site/style/ | 4 (0.4%) | 325 (1.7%) | 81.2 |
datecalc-jdk/src/site/style/ | 4 (0.4%) | 325 (1.7%) | 81.2 |
datecalc-common/src/site/style/ | 4 (0.4%) | 325 (1.7%) | 81.2 |
src/site/press/ | 23 (2.0%) | 144 (0.8%) | 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 |
datecalc-joda/.settings/ | 2 (0.2%) | 5 (0.0%) | 2.5 |
datecalc-jdk/.settings/ | 2 (0.2%) | 5 (0.0%) | 2.5 |
datecalc-common/.settings/ | 2 (0.2%) | 5 (0.0%) | 2.5 |
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 |
relocate
7 lines of code changed in:
relocate
3 lines of code changed in:
[maven-release-plugin] prepare release 1.1.0
11 lines of code changed in:
added distribution details.
19 lines of code changed in:
rename version to be 1.1.0 not 1.1.
4 lines of code changed in:
Added SCM details for M2
10 lines of code changed in:
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:
more tests.
167 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.
280 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.
767 lines of code changed in:
Ensure look consistency and update doco with view of the new HolidayCalendar.
53 lines of code changed in:
Good idea to keep a copy of this around...
0 lines of code changed in:
removed the linkckeck page... way too slow.
1 lines of code changed in:
fixed script following upgrade to StatSVN 0.3.x
3 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.
611 lines of code changed in:
Tenor should not be used for backward, ModifiedPreceeding mechanisms.
Also calculation of Spot should take into account the holidays between current date and the spotLag, i.e. use moveByBusinessDay.
12 lines of code changed in:
The spot date should move by the spot lag, taking into account ANY holidays in between, i.e. moveByBusinessDays and not moveByDay
1 lines of code changed in:
Reject null names as this could cause havoc later on.
5 lines of code changed in:
make it a bit more robust.
4 lines of code changed in:
Improved to use the new tags option (coming soon in a StatSVN close to you).
2 lines of code changed in:
(111 more)