The Source for Java Technology Collaboration


The following table has the list of available tasks. If you are working on add task, set the status to Assigned and add your login. Once it is done, change the status to Completed and add the issue that has the patch attached.

# Task Status Implementer Issue for patch
1 Implement Period.parse() and tests - the shell method exists and has javadoc explaining what it must do. Completed darryl west
2 Implement LocalDate?.parse(String) - this should be implemented to use the existing parsing in the format subpackage. Parsing should be strict. Completed Yishai Hornbacher 14
3 Implement LocalTime?.parse(String) - as above Completed Yishai Hornbacher 16
4 Implement LocalDateTime?.parse(String) - as above Completed Yishai Hornbacher 19
5 Implement OffsetDate?.parse(String) - as above Completed m0smith 15
6 Implement OffsetTime?.parse(String) - as above Completed m0smith 15
7 Implement OffsetDateTime?.parse(String) - as above Completed m0smith 15
8 Implement ZonedDateTime?.parse(String) - as above Assigned M0smith
9 Implement YearMonth?.parse(String) - as above Completed darryl west 17
10 Implement MonthDay?.parse(String) - as above Completed darryl west 17
11 Uncomment the factory methods at the top of ZonedDateTime?, and write tests for them. There are other tests in OffsetDateTime? and ZonedDateTime? to use as a basis. Assigned m0smith
12 Implement the parsing in ZonedPrinterParser? Completed m0smith 20

-- Main.m0smith - 27 Feb 2009

Topic DateTimeTasks . { Edit | Ref-By | Printable | Diffs r13 < r12 < r11 < r10 < r9 | More }
 XML java.net RSS

Revision r13 - 24 Mar 2009 - 03:19:45 - Main.m0smith
Parents: WebHome > DateTimeAPI