struberg commented on code in PR #140:
URL: https://github.com/apache/openwebbeans/pull/140#discussion_r3564680432
##########
webbeans-impl/src/main/java/org/apache/webbeans/proxy/NormalScopeProxyFactory.java:
##########
@@ -395,7 +395,10 @@ protected void delegateNonInterceptedMethods(ClassLoader
classLoader, ClassWrite
exceptionTypeNames[i] =
Type.getType(exceptionTypes[i]).getInternalName();
Review Comment:
the whole NormalProxying stuff relies on subclassing. You just cannot
overwrite a final method in a subclass...
Hope I get to review this over the weekend.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]