[root]/JodaTime/src/java/org/joda/time/base
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 141 (100.0%) | 7959 (100.0%) | 56.4 |
Stephen Colebourne | 120 (85.1%) | 7787 (97.8%) | 64.8 |
Brian S O'Neill | 21 (14.9%) | 172 (2.2%) | 8.1 |
Javadoc
2 lines of code changed in:
Fix bug where Chronology instances were compared by identity instead of equals()
13 lines of code changed in:
Javadoc comment fix.
1 lines of code changed in:
Add Years/Months/Weeks/Days/Hours/Minutes/Seconds (single field period classes)
342 lines of code changed in:
Minor comment typo
2 lines of code changed in:
Reset interval behaviour back to v1.2, except fixing a bug in overlaps() when passing in null
41 lines of code changed in:
Tighten interval specification wrt zero duration intervals
Change a zero duration interval to contains() itself and an instant of the same value
105 lines of code changed in:
Switch documentation to refer to Local classes instead of YMD/TOD
5 lines of code changed in:
Constructing TimeOfDay with String value no longer accepts date fields, and 'T' prefix is now optional.
28 lines of code changed in:
Fix Interval.overlaps when comparing against empty interval
5 lines of code changed in:
Fix to ensure that zone is not lost on toDateTime et al
9 lines of code changed in:
Fixed conversion methods toDateTime, toDateTimeISO, toMutableDateTime, and toMutableDateTimeISO to preserve the time zone
12 lines of code changed in:
Remove incorrect comments
0 lines of code changed in:
Revert change to handle time zones as it still has issues
25 lines of code changed in:
Fix Date and Calendar conversion (tests) on JDK1.3
22 lines of code changed in:
Fix to compile on JDK1.3 by use of reflection
49 lines of code changed in:
Remove ChronologyType - it created more issues than it solved
2 lines of code changed in:
Add ChronologyType methods
11 lines of code changed in:
Fixed conversions to and from java.util.Date and java.util.Calendar where time zone rules differ between JDK and Joda-Time.
22 lines of code changed in:
Remove references to Chronology factory methods
2 lines of code changed in:
(62 more)