public class net.bytebuddy.implementation.EqualsMethod$CompoundComparator implements java.util.Comparator<net.bytebuddy.description.field.FieldDescription$InDefinedShape>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.EqualsMethod$CompoundComparator
  super_class: java.lang.Object
{
  private final java.util.List<java.util.Comparator<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>> comparators;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/util/Comparator<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;>;

  protected void <init>(java.util.Comparator<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>[]);
    descriptor: ([Ljava/util/Comparator;)V
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.EqualsMethod$CompoundComparator this
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import edu cannot be resolved\n\tSuppressFBWarnings cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.implementation.EqualsMethod$CompoundComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/EqualsMethod$CompoundComparator;
    Signature: ([Ljava/util/Comparator<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;)V
    MethodParameters:
            Name  Flags
      comparator  

  protected void <init>(java.util.List<? extends java.util.Comparator<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.EqualsMethod$CompoundComparator this
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import edu cannot be resolved\n\tSuppressFBWarnings cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.implementation.EqualsMethod$CompoundComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/EqualsMethod$CompoundComparator;
    Signature: (Ljava/util/List<+Ljava/util/Comparator<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;>;)V
    MethodParameters:
             Name  Flags
      comparators  

  public int compare(net.bytebuddy.description.field.FieldDescription$InDefinedShape, net.bytebuddy.description.field.FieldDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.EqualsMethod$CompoundComparator this
         0: .line 1067
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.implementation.EqualsMethod$CompoundComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/EqualsMethod$CompoundComparator;
    MethodParameters:
       Name  Flags
      left   
      right  
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
SourceFile: "EqualsMethod.java"
NestHost: net.bytebuddy.implementation.EqualsMethod
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  protected CompoundComparator = net.bytebuddy.implementation.EqualsMethod$CompoundComparator of net.bytebuddy.implementation.EqualsMethod
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()