You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2018/05/03 07:27:38 UTC

[GitHub] jimma commented on issue #414: [CXF-7653]:Fix NPE in ClientProxy

jimma commented on issue #414: [CXF-7653]:Fix NPE in ClientProxy
URL: https://github.com/apache/cxf/pull/414#issuecomment-386207714
 
 
   @coheigea  I wrongly thought this was an specific issue and it isn't.  Looked at again and found this is actually caused by the null value return for primitive type in InvocationHandler(ClientProxy) : 
   
   >  If the value returned by this method is {@code null} and the interface method's return type is
      primitive, then a {@code NullPointerException} will be thrown by the method invocation on the proxy instance. 
   
   Please review again. Thanks. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services