RFR: JDK-8219480: j.l.c.ClassDesc::arrayType(int rank) throws IllegalArgumentException if rank = 0
Please review the simple patch to fix [1] at [2]. The patch is simply adding a comment to the API, (javadoc) to sync it with the implementation. Thanks, Vicente [1] https://bugs.openjdk.java.net/browse/JDK-8219480 [2] http://cr.openjdk.java.net/~vromero/8219480/webrev.00/
On 2/20/19 3:10 PM, Vicente Romero wrote:
Please review the simple patch to fix [1] at [2]. The patch is simply adding a comment to the API, (javadoc) to sync it with the implementation.
Thanks, Vicente
[1] https://bugs.openjdk.java.net/browse/JDK-8219480 [2] http://cr.openjdk.java.net/~vromero/8219480/webrev.00/
+ * @throws IllegalArgumentException if the rank is less or equal to zero or if the rank of the resulting array type is typo: s/less or equal to/less than or equal to/ This needs a CSR for the spec fix. Mandy
Hi Mandy, Thanks for the review. I have uploaded a new iteration [1], please also review the CSR at [2] Vicente [1] http://cr.openjdk.java.net/~vromero/8219480/webrev.01/ [2] https://bugs.openjdk.java.net/browse/JDK-8219587 On 2/21/19 5:22 PM, Mandy Chung wrote:
On 2/20/19 3:10 PM, Vicente Romero wrote:
Please review the simple patch to fix [1] at [2]. The patch is simply adding a comment to the API, (javadoc) to sync it with the implementation.
Thanks, Vicente
[1] https://bugs.openjdk.java.net/browse/JDK-8219480 [2] http://cr.openjdk.java.net/~vromero/8219480/webrev.00/
+ * @throws IllegalArgumentException if the rank is less or equal to zero or if the rank of the resulting array type is
typo: s/less or equal to/less than or equal to/
This needs a CSR for the spec fix.
Mandy
On 2/22/19 8:37 AM, Vicente Romero wrote:
Hi Mandy,
Thanks for the review. I have uploaded a new iteration [1], please also review the CSR at [2]
Vicente
Looks good.
Reviewed. I set the scope and interface kind of CSR for you. Mandy
thanks :) Vicente On 2/22/19 2:50 PM, Mandy Chung wrote:
On 2/22/19 8:37 AM, Vicente Romero wrote:
Hi Mandy,
Thanks for the review. I have uploaded a new iteration [1], please also review the CSR at [2]
Vicente
Looks good.
Reviewed. I set the scope and interface kind of CSR for you.
Mandy
participants (2)
-
Mandy Chung
-
Vicente Romero