[root]/JodaTime/src/java/org/joda/time/tz
src
(12 files, 10615 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 81 (100.0%) | 4118 (100.0%) | 50.8 |
Stephen Colebourne | 53 (65.4%) | 3836 (93.2%) | 72.3 |
Brian S O'Neill | 28 (34.6%) | 282 (6.8%) | 10.0 |
DateTimeZone did not properly convert fixed offset zones to java.util.TimeZone
4 lines of code changed in:
Workaround for ConcurrentModificationException by some JVMs.
5 lines of code changed in:
Remove unused method
0 lines of code changed in:
Fix date time zone hashcode
from FindBugs
5 lines of code changed in:
Improved overflow detection and handling.
18 lines of code changed in:
Comment parsing bug disabled DST for Europe/Athens after 1980.
2 lines of code changed in:
Move zone info load to ZoneInfoProvider
(allows ZoneInfoCompiler to be dropped from jar)
84 lines of code changed in:
Comment out dead code.
2 lines of code changed in:
Refactor DateTime formatting to use decoration pattern
4 lines of code changed in:
Change to ASF2 license
10 lines of code changed in:
Change to ASF2 license
90 lines of code changed in:
Added more @since tags
8 lines of code changed in:
Simplified example.
4 lines of code changed in:
Added an example.
35 lines of code changed in:
Refactor format package to use late binding of chronology
1 lines of code changed in:
Prevent OutOfMemoryErrors with extreme values
16 lines of code changed in:
Make all serialization versions private
4 lines of code changed in:
Fixed first sentence.
1 lines of code changed in:
Test UTCProvider
10 lines of code changed in:
Document package as implementation internal
4 lines of code changed in:
(13 more)