class org.springframework.web.servlet.FrameworkServlet$ContextRefreshListener implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.FrameworkServlet$ContextRefreshListener
  super_class: java.lang.Object
{
  private void <init>(org.springframework.web.servlet.FrameworkServlet);
    descriptor: (Lorg/springframework/web/servlet/FrameworkServlet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet$ContextRefreshListener this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.DispatcherType cannot be resolved\n\tThe import javax.servlet.ServletContext cannot be resolved\n\tThe import javax.servlet.ServletException cannot be resolved\n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponse cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponseWrapper cannot be resolved\n\tThe hierarchy of the type FrameworkServlet is inconsistent\n\tServletException cannot be resolved to a type\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method initFrameworkServlet() from the type FrameworkServlet refers to the missing type ServletException\n\tServletException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tThe method error(Object, Throwable) in the type Log is not applicable for the arguments (String, Object)\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletConfig() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletConfig() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tServletException cannot be resolved to a type\n\tThe method destroy() of type FrameworkServlet must override or implement a supertype method\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletResponseWrapper cannot be resolved to a type\n\tThe method setHeader(String, String) of type new HttpServletResponseWrapper(){} must override or implement a supertype method\n\tHttpServletResponseWrapper cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tType mismatch: cannot convert from Object to Throwable\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type NestedServletException can be thrown; an exception type must be a subclass of Throwable\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tDispatcherType cannot be resolved to a variable\n\tCannot infer type argument(s) for <R> map(Function<? super T,? extends R>)\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tThe method getServletConfig() is undefined for the type FrameworkServlet\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tType mismatch: cannot convert from HttpServletRequest to HttpServletRequest\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tType mismatch: cannot convert from HttpServletResponse to HttpServletResponse\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tType mismatch: cannot convert from HttpServletRequest to HttpServletRequest\n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet$ContextRefreshListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet$ContextRefreshListener;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent);
    descriptor: (Lorg/springframework/context/event/ContextRefreshedEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet$ContextRefreshListener this
         0: .line 1189
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet$ContextRefreshListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet$ContextRefreshListener;
    MethodParameters:
       Name  Flags
      event  
}
Signature: Ljava/lang/Object;Lorg/springframework/context/ApplicationListener<Lorg/springframework/context/event/ContextRefreshedEvent;>;
SourceFile: "FrameworkServlet.java"
NestHost: org.springframework.web.servlet.FrameworkServlet
InnerClasses:
  private ContextRefreshListener = org.springframework.web.servlet.FrameworkServlet$ContextRefreshListener of org.springframework.web.servlet.FrameworkServlet