You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by daan Hoogland <da...@gmail.com> on 2014/04/17 16:08:04 UTC

Re: Review Request 17335: cleanup around seemingly impossible cast

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17335/#review40645
-----------------------------------------------------------


Lazslo, you still want this reviewed/applied?

- daan Hoogland


On Feb. 2, 2014, 5:03 p.m., Laszlo Hornyak wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/17335/
> -----------------------------------------------------------
> 
> (Updated Feb. 2, 2014, 5:03 p.m.)
> 
> 
> Review request for cloudstack, Alena Prokharchyk, Alex Huang, and Min Chen.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> -------
> 
>  - changed type parameters on details map in CreateSecondaryStagingStoreCmd - <String, String> was misleading since the it can not work with a string value and it is never a string
>  - introducing the type parameters allowed some simplifications in getDetails()
>  - added unit test
> 
> 
> Diffs
> -----
> 
>   api/src/org/apache/cloudstack/api/command/admin/storage/CreateSecondaryStagingStoreCmd.java 1480e75 
>   api/test/org/apache/cloudstack/api/command/admin/storage/CreateSecondaryStagingStoreCmdTest.java PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/17335/diff/
> 
> 
> Testing
> -------
> 
> - all unit tests passed
> - checked all references and usage of the details field, injection with the @Parameter annotation
> 
> 
> Thanks,
> 
> Laszlo Hornyak
> 
>


Re: Review Request 17335: cleanup around seemingly impossible cast

Posted by Daan Hoogland <da...@gmail.com>.
will you add the license header then?


On Thu, Apr 17, 2014 at 7:36 PM, Laszlo Hornyak <la...@gmail.com>wrote:

>    This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/17335/
>
> On April 17th, 2014, 2:08 p.m. UTC, *daan Hoogland* wrote:
>
> Lazslo, you still want this reviewed/applied?
>
>  Yes a review would be nice
>
>
> - Laszlo
>
> On February 2nd, 2014, 5:03 p.m. UTC, Laszlo Hornyak wrote:
>   Review request for cloudstack, Alena Prokharchyk, Alex Huang, and Min
> Chen.
> By Laszlo Hornyak.
>
> *Updated Feb. 2, 2014, 5:03 p.m.*
>  *Repository: * cloudstack-git
> Description
>
>  - changed type parameters on details map in CreateSecondaryStagingStoreCmd - <String, String> was misleading since the it can not work with a string value and it is never a string
>  - introducing the type parameters allowed some simplifications in getDetails()
>  - added unit test
>
>   Testing
>
> - all unit tests passed
> - checked all references and usage of the details field, injection with the @Parameter annotation
>
>   Diffs
>
>    - api/src/org/apache/cloudstack/api/command/admin/storage/CreateSecondaryStagingStoreCmd.java
>    (1480e75)
>    - api/test/org/apache/cloudstack/api/command/admin/storage/CreateSecondaryStagingStoreCmdTest.java
>    (PRE-CREATION)
>
> View Diff <https://reviews.apache.org/r/17335/diff/>
>



-- 
Daan

Re: Review Request 17335: cleanup around seemingly impossible cast

Posted by Laszlo Hornyak <la...@gmail.com>.

> On April 17, 2014, 2:08 p.m., daan Hoogland wrote:
> > Lazslo, you still want this reviewed/applied?

Yes a review would be nice


- Laszlo


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17335/#review40645
-----------------------------------------------------------


On Feb. 2, 2014, 5:03 p.m., Laszlo Hornyak wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/17335/
> -----------------------------------------------------------
> 
> (Updated Feb. 2, 2014, 5:03 p.m.)
> 
> 
> Review request for cloudstack, Alena Prokharchyk, Alex Huang, and Min Chen.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> -------
> 
>  - changed type parameters on details map in CreateSecondaryStagingStoreCmd - <String, String> was misleading since the it can not work with a string value and it is never a string
>  - introducing the type parameters allowed some simplifications in getDetails()
>  - added unit test
> 
> 
> Diffs
> -----
> 
>   api/src/org/apache/cloudstack/api/command/admin/storage/CreateSecondaryStagingStoreCmd.java 1480e75 
>   api/test/org/apache/cloudstack/api/command/admin/storage/CreateSecondaryStagingStoreCmdTest.java PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/17335/diff/
> 
> 
> Testing
> -------
> 
> - all unit tests passed
> - checked all references and usage of the details field, injection with the @Parameter annotation
> 
> 
> Thanks,
> 
> Laszlo Hornyak
> 
>