Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1392)

Issue 290110043: Initial version of DateIntervalFormat data loading using the Sink (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 2 months ago by fabalbon
Modified:
8 years, 1 month ago
Reviewers:
markus.icu
Base URL:
svn+ssh://source.icu-project.org/repos/icu/icu4j/branches/fabalbon/12013/
Visibility:
Public.

Description

Initial version of DateIntervalFormat data loading using the Sink

Patch Set 1 #

Total comments: 46

Patch Set 2 : Code review changes r38304 #

Total comments: 20

Patch Set 3 : Code review changes r38306 #

Total comments: 2

Patch Set 4 : Code review changes r38306 #

Patch Set 5 : Code review changes r38322 #

Total comments: 6

Patch Set 6 : Code review changes r38339 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -96 lines) Patch
M main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java View 1 2 3 4 5 6 chunks +211 lines, -96 lines 1 comment Download

Messages

Total messages: 20
fabalbon
8 years, 2 months ago (2016-02-08 19:42:12 UTC) #1
markus.icu
https://codereview.appspot.com/290110043/diff/1/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java File main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java (right): https://codereview.appspot.com/290110043/diff/1/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java#newcode3 main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java:3: * Copyright (C) 2008-2015, International Business Machines Corporation and ...
8 years, 2 months ago (2016-02-10 00:43:40 UTC) #2
fabalbon
Code review changes r38304
8 years, 2 months ago (2016-02-11 22:12:05 UTC) #3
fabalbon
Code review changes https://codereview.appspot.com/290110043/diff/1/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java File main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java (right): https://codereview.appspot.com/290110043/diff/1/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java#newcode3 main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java:3: * Copyright (C) 2008-2015, International Business ...
8 years, 2 months ago (2016-02-11 22:14:19 UTC) #4
fabalbon
https://codereview.appspot.com/290110043/diff/20001/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java File main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java (right): https://codereview.appspot.com/290110043/diff/20001/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java#newcode465 main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java:465: private int patternLetterToCalendarField(String patternLetter) { I would like to ...
8 years, 2 months ago (2016-02-11 22:17:05 UTC) #5
markus.icu
https://codereview.appspot.com/290110043/diff/1/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java File main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java (right): https://codereview.appspot.com/290110043/diff/1/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java#newcode548 main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java:548: String calendarType = getCalendarTypeFromPath(aliasPath); On 2016/02/11 22:14:19, fabalbon wrote: ...
8 years, 2 months ago (2016-02-12 00:42:44 UTC) #6
fabalbon
Code review changes r38305
8 years, 2 months ago (2016-02-12 19:45:43 UTC) #7
fabalbon
Code review changes r38306
8 years, 2 months ago (2016-02-12 20:26:44 UTC) #8
fabalbon
Second code review changes https://codereview.appspot.com/290110043/diff/1/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java File main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java (right): https://codereview.appspot.com/290110043/diff/1/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java#newcode448 main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java:448: String intervalPattern = value.toString(); On ...
8 years, 2 months ago (2016-02-12 20:32:52 UTC) #9
markus.icu
Something seems to have gone wrong with uploading the patch. When I ask for diffs ...
8 years, 2 months ago (2016-02-12 23:19:51 UTC) #10
fabalbon
Code review changes r38306
8 years, 2 months ago (2016-02-12 23:35:48 UTC) #11
fabalbon
HI Markus, I Uploaded a new patch, I think this one got uploaded correctly. Now ...
8 years, 2 months ago (2016-02-12 23:39:09 UTC) #12
fabalbon
Code review changes r38322
8 years, 2 months ago (2016-02-18 19:21:10 UTC) #13
fabalbon
Third code review changes. Thanks!! https://codereview.appspot.com/290110043/diff/20001/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java File main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java (right): https://codereview.appspot.com/290110043/diff/20001/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java#newcode465 main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java:465: private int patternLetterToCalendarField(String patternLetter) ...
8 years, 2 months ago (2016-02-18 19:31:32 UTC) #14
markus.icu
https://codereview.appspot.com/290110043/diff/100001/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java File main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java (right): https://codereview.appspot.com/290110043/diff/100001/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java#newcode407 main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java:407: public static String calendarFieldToPatternLetter(int calendarField) Not public -- we ...
8 years, 1 month ago (2016-02-23 19:49:16 UTC) #15
fabalbon
Code review changes r38339
8 years, 1 month ago (2016-02-23 22:13:12 UTC) #16
fabalbon
Code review changes r38339
8 years, 1 month ago (2016-02-23 22:16:05 UTC) #17
fabalbon
Code review changes r38339
8 years, 1 month ago (2016-02-23 22:17:11 UTC) #18
fabalbon
Hi Markus, If there are not further comments on the next commit I'll remove all ...
8 years, 1 month ago (2016-02-23 22:20:25 UTC) #19
markus.icu
8 years, 1 month ago (2016-02-23 22:38:43 UTC) #20
One nit.
Otherwise, ok to remove trailing spaces.
Then just check in and merge into the trunk.

https://codereview.appspot.com/290110043/diff/160001/main/classes/core/src/co...
File main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java (right):

https://codereview.appspot.com/290110043/diff/160001/main/classes/core/src/co...
main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java:630: }
} catch (MissingResourceException e) {
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b