You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/08/31 02:50:44 UTC

[GitHub] voidmanun edited a comment on issue #1613: java.lang.StackOverflowError with skywalking SpringAnnotationInterceptor

voidmanun edited a comment on issue #1613: java.lang.StackOverflowError with skywalking SpringAnnotationInterceptor
URL: https://github.com/apache/incubator-skywalking/issues/1613#issuecomment-417534631
 
 
   ```
   public abstract class AriesAbstractProcessor<T> {
   
       public void process(T context) throws Exception {
               System.err.println("-----" + this.toString());
               doProcess(context);
       }
   
       protected abstract void doProcess(T context) throws Exception;
   }
   ```
   
   if without T ,it process ok

----------------------------------------------------------------
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