<AWT Dev> [8] Review request JDK-8160941: [macosx]"text/uri-list" dataflavor concats the first two strings

Mikhail Cherkasov mikhail.cherkasov at oracle.com
Fri Jul 15 12:13:32 UTC 2016


Hi Robin,

we need to get one more approval, I sent a request you are in CC.

Thanks,
Mikhail.

On 14.07.2016 19:03, Robin Stevens wrote:
> Hello Mikhail,
>
> just double checking: now that 2 reviewers have approved the patch, do 
> you need anything extra from me to be able to commit and push the patch ?
> Or can I assume that this patch will get checked in ?
>
> Robin
>
> On Wed, Jul 13, 2016 at 10:29 AM, Alexandr Scherbatiy 
> <alexandr.scherbatiy at oracle.com 
> <mailto:alexandr.scherbatiy at oracle.com>> wrote:
>
>     The fix looks good to me.
>
>     Thanks,
>     Alexandr.
>
>     On 7/12/2016 3:12 PM, Robin Stevens wrote:
>>     Hello Mikhail,
>>
>>     thanks for the review.
>>     Would you mind performing the actual commit once it is approved
>>     (I assume I need a review from a second person) ?
>>     I have no commit rights, so I cannot do it myself.
>>
>>     Thanks
>>
>>     Robin
>>
>>     On Tue, Jul 12, 2016 at 2:04 PM, Mikhail Cherkasov
>>     <mikhail.cherkasov at oracle.com
>>     <mailto:mikhail.cherkasov at oracle.com>> wrote:
>>
>>         Looks good.
>>
>>
>>         On 12.07.2016 0:15, Robin Stevens wrote:
>>>         Hello Mikhail,
>>>
>>>         good catch. I adjusted the code.
>>>
>>>         Webrev:
>>>         http://cr.openjdk.java.net/~rstevens/8160941/webrev.01
>>>         <http://cr.openjdk.java.net/%7Erstevens/8160941/webrev.01>
>>>
>>>
>>>         Robin
>>>
>>>         On Mon, Jul 11, 2016 at 6:08 PM, Mikhail Cherkasov
>>>         <mikhail.cherkasov at oracle.com
>>>         <mailto:mikhail.cherkasov at oracle.com>> wrote:
>>>
>>>             On 11.07.2016 18:55, Robin Stevens wrote:
>>>
>>>                 However, that would cause an inconsistency with
>>>                 other operating systems.
>>>
>>>             ok, but then let's simplify it:
>>>
>>>             remove this line:
>>>                  sb.append(strings[0]);
>>>
>>>             and start cycle from 0:
>>>             for(int i = 0; i < strings.length; i++) {
>>>                sb.append(strings[i]);
>>>                sb.append(separator);
>>>             }
>>>
>>>
>>
>>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20160715/059373b8/attachment-0001.html>


More information about the awt-dev mailing list