Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Prone InvocationHandlerDelegation to ensure proxies handle delegate exceptions. #1032

Merged
merged 6 commits into from
Nov 11, 2019

Commits on Nov 8, 2019

  1. Error Prone InvocationHandlerDelegation to ensure proxies handle dele…

    …gate exceptions.
    
    InvocationHandlers which delegate to another object must catch and unwrap
    InvocationTargetException, otherwise an UndeclaredThrowableException will be thrown
    each time the delegate throws an exception.
    carterkozak committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    fc7cf3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d73293 View commit details
    Browse the repository at this point in the history
  3. style

    carterkozak committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    b9ab033 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0146d26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99c8b96 View commit details
    Browse the repository at this point in the history
  6. Handle instanceof checks

    carterkozak committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    508121d View commit details
    Browse the repository at this point in the history