[root]/JodaTime/src/test/org/joda/time
chrono
(9 files, 3574 lines)
gj
(17 files, 1845 lines)
convert
(17 files, 3359 lines)
field
(10 files, 4189 lines)
format
(15 files, 6013 lines)
partial
(0 files, 0 lines)
tz
(5 files, 676 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 680 (100.0%) | 53349 (100.0%) | 78.4 |
Stephen Colebourne | 658 (96.8%) | 52907 (99.2%) | 80.4 |
Brian S O'Neill | 22 (3.2%) | 442 (0.8%) | 20.0 |
Performance enhancement to comparison of LocalDate, LocalTime and LocalDateTime
suggested by Francois Staes
12 lines of code changed in:
LocalDate/LocalTime conostructors did not set internal state correctly
spotted via problem with Days.daysBetween from Gareth Chapman
41 lines of code changed in:
Change negate() to negated()
21 lines of code changed in:
Add isGreaterThan/isLessThan methods
119 lines of code changed in:
Fix bug where Chronology instances were compared by identity instead of equals()
317 lines of code changed in:
Add Years/Months/Weeks/Days/Hours/Minutes/Seconds (single field period classes)
2825 lines of code changed in:
Add zero-length constant to Period
14 lines of code changed in:
Test and fix local string parsing
96 lines of code changed in:
Reset interval behaviour back to v1.2, except fixing a bug in overlaps() when passing in null
24 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
620 lines of code changed in:
Bug fix Interval overlap/gap methods so they return intervals with the correct chronology
Spotted by Jozsef Hontvari
55 lines of code changed in:
Check for construction by UTC zone, switching tests to PARIS zone for safety
35 lines of code changed in:
Add and use new local ISO parsers
351 lines of code changed in:
Use standard 1.x branch naming for property methods
361 lines of code changed in:
Fix Local Object constructors
298 lines of code changed in:
Fix tests caused by extracting chronologies to constants
16 lines of code changed in:
Fixed test for those not living in Europe/London time zone.
10 lines of code changed in:
Add toLocalXxx() methods to convert to LocalDate/Time
38 lines of code changed in:
Extract chronologies to constants
142 lines of code changed in:
Extract chronologies to constants
111 lines of code changed in:
(191 more)