class org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener$PostProcessor implements org.springframework.boot.test.context.DefaultTestExecutionListenersPostProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener$PostProcessor
  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.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener$PostProcessor this
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type org.springframework.test.context.TestContext cannot be resolved. It is indirectly referenced from required .class files\n\tThe type org.springframework.test.context.TestExecutionListener cannot be resolved. It is indirectly referenced from required .class files\n\tThe import org.springframework.test.context.TestContext cannot be resolved\n\tThe import org.springframework.test.context.TestExecutionListener cannot be resolved\n\tThe import org.springframework.test.context.support.DependencyInjectionTestExecutionListener cannot be resolved\n\tDependencyInjectionTestExecutionListener cannot be resolved to a type\n\tTestContext cannot be resolved to a type\n\tTestContext cannot be resolved to a type\n\tThe type SpringBootDependencyInjectionTestExecutionListener.PostProcessor must implement the inherited abstract method DefaultTestExecutionListenersPostProcessor.postProcessDefaultTestExecutionListeners(Set<Class<? extends TestExecutionListener>>)\n\tTestExecutionListener cannot be resolved to a type\n\tName clash: The method postProcessDefaultTestExecutionListeners(Set<Class<? extends TestExecutionListener>>) of type SpringBootDependencyInjectionTestExecutionListener.PostProcessor has the same erasure as postProcessDefaultTestExecutionListeners(Set<Class<? extends TestExecutionListener>>) of type DefaultTestExecutionListenersPostProcessor but does not override it\n\tThe method postProcessDefaultTestExecutionListeners(Set<Class<? extends TestExecutionListener>>) of type SpringBootDependencyInjectionTestExecutionListener.PostProcessor must override or implement a supertype method\n\tTestExecutionListener cannot be resolved to a type\n\tTestExecutionListener cannot be resolved to a type\n\tTestExecutionListener cannot be resolved to a type\n\tDependencyInjectionTestExecutionListener cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener$PostProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/test/autoconfigure/SpringBootDependencyInjectionTestExecutionListener$PostProcessor;

  public java.util.Set<java.lang.Class<? extends TestExecutionListener>> postProcessDefaultTestExecutionListeners(java.util.Set<java.lang.Class<? extends TestExecutionListener>>);
    descriptor: (Ljava/util/Set;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener$PostProcessor this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTestExecutionListener cannot be resolved to a type\n\tName clash: The method postProcessDefaultTestExecutionListeners(Set<Class<? extends TestExecutionListener>>) of type SpringBootDependencyInjectionTestExecutionListener.PostProcessor has the same erasure as postProcessDefaultTestExecutionListeners(Set<Class<? extends TestExecutionListener>>) of type DefaultTestExecutionListenersPostProcessor but does not override it\n\tThe method postProcessDefaultTestExecutionListeners(Set<Class<? extends TestExecutionListener>>) of type SpringBootDependencyInjectionTestExecutionListener.PostProcessor must override or implement a supertype method\n\tTestExecutionListener cannot be resolved to a type\n\tTestExecutionListener cannot be resolved to a type\n\tTestExecutionListener cannot be resolved to a type\n\tDependencyInjectionTestExecutionListener cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener$PostProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/test/autoconfigure/SpringBootDependencyInjectionTestExecutionListener$PostProcessor;
    Signature: (Ljava/util/Set<Ljava/lang/Class<+LTestExecutionListener;>;>;)Ljava/util/Set<Ljava/lang/Class<+LTestExecutionListener;>;>;
    MethodParameters:
           Name  Flags
      listeners  
}
SourceFile: "SpringBootDependencyInjectionTestExecutionListener.java"
NestHost: org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener
InnerClasses:
  PostProcessor = org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener$PostProcessor of org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener