[root]/JodaTime/src/java/org/joda/time/convert
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 217 (100.0%) | 4643 (100.0%) | 21.3 |
Stephen Colebourne | 183 (84.3%) | 3945 (85.0%) | 21.5 |
Brian S O'Neill | 34 (15.7%) | 698 (15.0%) | 20.5 |
Test and fix local string parsing
6 lines of code changed in:
In getPartialValues avoid validate and use chronology
1 lines of code changed in:
Fix Local Object constructors
44 lines of code changed in:
Constructing TimeOfDay with String value no longer accepts date fields, and 'T' prefix is now optional.
41 lines of code changed in:
LocalDate and LocalTime constructors use correct ISO parser.
47 lines of code changed in:
Revert change to handle time zones as it still has issues
2 lines of code changed in:
Remove ChronologyType - it created more issues than it solved
4 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.
9 lines of code changed in:
Remove references to Chronology factory methods
8 lines of code changed in:
Refactor Period formatting to match DateTime, part 2
2 lines of code changed in:
Refactor Period formatting to match DateTime, part 1
4 lines of code changed in:
Refactor DateTime formatting to use decoration pattern
7 lines of code changed in:
Change DateTimeZone to use forXxx factory methods
1 lines of code changed in:
Change to ASF2 license
10 lines of code changed in:
Change to ASF2 license
190 lines of code changed in:
Add comment about sql subclasses of Date
2 lines of code changed in:
Refactor format package to use late binding of chronology
5 lines of code changed in:
Ensure chronology used in parse
1 lines of code changed in:
Ensure period is cleared before parsing
1 lines of code changed in:
Add RPartial converter
152 lines of code changed in:
(43 more)