class org.springframework.boot.web.embedded.tomcat.DisableReferenceClearingContextCustomizer implements org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.embedded.tomcat.DisableReferenceClearingContextCustomizer
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.tomcat.DisableReferenceClearingContextCustomizer this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.web.embedded.tomcat.DisableReferenceClearingContextCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/DisableReferenceClearingContextCustomizer;

  public void customize(Context);
    descriptor: (LContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.tomcat.DisableReferenceClearingContextCustomizer this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tContext cannot be resolved to a type\n\tStandardContext cannot be resolved to a type\n\tStandardContext cannot be resolved to a type\n\tStandardContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.tomcat.DisableReferenceClearingContextCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/DisableReferenceClearingContextCustomizer;
    MethodParameters:
         Name  Flags
      context  

  public void customize(Context);
    descriptor: (LContext;)V
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type DisableReferenceClearingContextCustomizer must implement the inherited abstract method TomcatContextCustomizer.customize(Context)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
            
}
SourceFile: "DisableReferenceClearingContextCustomizer.java"