You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/02/26 09:13:03 UTC

[GitHub] [rocketmq-spring] liuliuzo opened a new issue #230: infinite loop when using Inherit

liuliuzo opened a new issue #230: infinite loop when using Inherit
URL: https://github.com/apache/rocketmq-spring/issues/230
 
 
   
   while ((Objects.isNull(interfaces) || 0 == interfaces.length) && Objects.nonNull(superclass)) {
               interfaces = superclass.getGenericInterfaces();
               superclass = targetClass.getSuperclass();
   }
   
   public class MyChildListener extends MySupperListener 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-spring] liuliuzo closed issue #230: infinite loop when using Inherit

Posted by GitBox <gi...@apache.org>.
liuliuzo closed issue #230: infinite loop when using Inherit
URL: https://github.com/apache/rocketmq-spring/issues/230
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services