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

Fix test and rebuild the Eclipse projects
773 lines of code changed in:
Update to Joda time 1.5
1 lines of code changed in:
Upgrade to JODA 1.5
2 lines of code changed in:
Prepare for 1.1.0 release.
4 lines of code changed in:
Stupid error...
12 lines of code changed in:
crediting Kieron Wilkinson for spotting the lack of Serializable on Tenor
1 lines of code changed in:
Fix NPE issue if the calendar is null.
3 lines of code changed in:
Feature Requests item #1832345, make the Tenor Serializable
3 lines of code changed in:
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:
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:
(120 more)