[root]/JodaTime/src/java/org/joda/time/format
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 315 (100.0%) | 17717 (100.0%) | 56.2 |
Stephen Colebourne | 221 (70.2%) | 14527 (82.0%) | 65.7 |
Brian S O'Neill | 94 (29.8%) | 3190 (18.0%) | 33.9 |
Period formatting could end up in an infinite loop on IBM JDK 1.4.2
problem investigated by Jeroen van Erp with patch supplied
5 lines of code changed in:
Fix period formating from throwing NegativeArraySizeException
7 lines of code changed in:
Javadoc
1 lines of code changed in:
Fix minor spelling error pointed out by Matt Benson.
2 lines of code changed in:
Improve javadoc around min printed digits and max parsed digits
33 lines of code changed in:
Add PeriodFormatBuilder.append(PeriodPrinter,PeriodParser)
59 lines of code changed in:
Add missing since tags for 1.3
2 lines of code changed in:
Test and fix local string parsing
14 lines of code changed in:
Add and use new local ISO parsers
96 lines of code changed in:
Fix Local Object constructors
36 lines of code changed in:
Added DateTimeFormat.patternForStyle method to retrieve the format pattern for a given style and locale.
26 lines of code changed in:
If a parsed datetime is illegal due to field range or time zone offset transition, thrown exception includes text of datetime being parsed.
37 lines of code changed in:
Fix parser to correctly estimate parsed length
from FindBugs
1 lines of code changed in:
Fix DateTimeFormat pattern letter K
from Maxim Zhao
11 lines of code changed in:
Fixed formatting of time zone name near DST transition.
2 lines of code changed in:
Fix Javadoc
from Gwyn Evans
1 lines of code changed in:
Make sure display zone is also UTC.
4 lines of code changed in:
Improved overflow detection and handling.
14 lines of code changed in:
Add since tags for 1.1
9 lines of code changed in:
Add int override to withPivotYear, and tests
33 lines of code changed in:
(113 more)