class org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache.catalina cannot be resolved\n\tThe import org.apache.catalina cannot be resolved\n\tThe import org.apache.catalina cannot be resolved\n\tStandardSessionIdGenerator cannot be resolved to a type\n\tThe method startInternal() of type LazySessionIdGenerator must override or implement a supertype method\n\tLifecycleException cannot be resolved to a type\n\tLifecycleState cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/LazySessionIdGenerator;

  protected void startInternal();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method startInternal() of type LazySessionIdGenerator must override or implement a supertype method\n\tLifecycleException cannot be resolved to a type\n\tLifecycleState cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/LazySessionIdGenerator;
    Exceptions:
      throws LifecycleException
}
SourceFile: "LazySessionIdGenerator.java"