Re: RFR: 8205502: Make exception message from AnnotationInvocationHandler more informative

2021-04-01 Thread Iris Clark
On Thu, 1 Apr 2021 22:15:01 GMT, Joe Darcy  wrote:

> Simple change to make the exception/error messages more informative for 
> various malformed annotation situations.

Marked as reviewed by iris (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/3317


Re: RFR: 8205502: Make exception message from AnnotationInvocationHandler more informative

2021-04-01 Thread Naoto Sato
On Thu, 1 Apr 2021 22:15:01 GMT, Joe Darcy  wrote:

> Simple change to make the exception/error messages more informative for 
> various malformed annotation situations.

Marked as reviewed by naoto (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/3317


Re: RFR: 8205502: Make exception message from AnnotationInvocationHandler more informative

2021-04-01 Thread Brian Burkhalter
On Thu, 1 Apr 2021 22:15:01 GMT, Joe Darcy  wrote:

> Simple change to make the exception/error messages more informative for 
> various malformed annotation situations.

Looks fine.

-

Marked as reviewed by bpb (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3317


RFR: 8205502: Make exception message from AnnotationInvocationHandler more informative

2021-04-01 Thread Joe Darcy
Simple change to make the exception/error messages more informative for various 
malformed annotation situations.

-

Commit messages:
 - Appease jcheck.
 - 8205502: Make exception message from AnnotationInvocationHandler more 
informative

Changes: https://git.openjdk.java.net/jdk/pull/3317/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=3317=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8205502
  Stats: 6 lines in 1 file changed: 4 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3317.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3317/head:pull/3317

PR: https://git.openjdk.java.net/jdk/pull/3317