[root]/JodaTime/src/java/org/joda/time
base
(13 files, 4202 lines)
chrono
(31 files, 9054 lines)
buddhist
(0 files, 0 lines)
gj
(0 files, 0 lines)
iso
(0 files, 0 lines)
convert
(20 files, 2589 lines)
field
(26 files, 6022 lines)
format
(15 files, 9483 lines)
partial
(0 files, 0 lines)
property
(0 files, 0 lines)
tz
(10 files, 3309 lines)
src
(12 files, 10615 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 951 (100.0%) | 48950 (100.0%) | 51.4 |
Stephen Colebourne | 761 (80.0%) | 44665 (91.2%) | 58.6 |
Brian S O'Neill | 190 (20.0%) | 4285 (8.8%) | 22.5 |
DateTimeZone did not properly convert fixed offset zones to java.util.TimeZone
1 lines of code changed in:
Add javadoc to explain exception thrown when conversion to zoned datetime is invalid due to time zone
38 lines of code changed in:
Performance enhancement to comparison of LocalDate, LocalTime and LocalDateTime
suggested by Francois Staes
192 lines of code changed in:
LocalDate/LocalTime conostructors did not set internal state correctly
spotted via problem with Days.daysBetween from Gareth Chapman
2 lines of code changed in:
Change negate() to negated()
14 lines of code changed in:
Add isGreaterThan/isLessThan methods
189 lines of code changed in:
Improve Javadoc on single field periods
53 lines of code changed in:
Fix bug where Chronology instances were compared by identity instead of equals()
60 lines of code changed in:
Add Years/Months/Weeks/Days/Hours/Minutes/Seconds (single field period classes)
2941 lines of code changed in:
Add zero-length constant to Period
6 lines of code changed in:
Add missing since tags for 1.3
37 lines of code changed in:
Test and fix local string parsing
9 lines of code changed in:
Optimise implementation of abuts()
7 lines of code changed in:
Reset interval behaviour back to v1.2, except fixing a bug in overlaps() when passing in null
54 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
106 lines of code changed in:
Bug fix Interval overlap/gap methods so they return intervals with the correct chronology
Spotted by Jozsef Hontvari
17 lines of code changed in:
Javadoc
170 lines of code changed in:
Javadoc
132 lines of code changed in:
Switch documentation to refer to Local classes instead of YMD/TOD
34 lines of code changed in:
Fix Javadoc
3 lines of code changed in:
(335 more)