The changes for ServicePermission look fine. For DelegationPermission, I
have a couple of comments:
- The test has the wrong copyright (no need for the "Classpath" exception)
- I think we should clarify the specification of DelegationPermission
constructors for the @throws IllegalArgumentException. It currently says:
* @throws IllegalArgumentException if {@code principals} is empty.
But with your fix, it also throws IllegalArgumentExc if principals does
not contain a pair. Also, the current code throws IAE if there is a
syntax error. So I would propose:
* @throws IllegalArgumentException if {@code principals} is empty, or
does not contain a pair of principals, or is improperly quoted
--Sean
On 9/25/19 10:50 PM, Weijun Wang wrote:
Please take a review at
https://cr.openjdk.java.net/~weijun/8231365/webrev.00
Thanks,
Max