public class org.hsqldb.test.AllTests
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.test.AllTests
  super_class: java.lang.Object
{
  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.test.AllTests this
         0: .line 34
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import junit cannot be resolved\n\tThe import junit cannot be resolved\n\tThe import junit cannot be resolved\n\tTestCase cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTestSuite cannot be resolved to a type\n\tTestSuite cannot be resolved to a type\n\tjunit cannot be resolved\n\tThe method suite() from the type AllTests refers to the missing type Test\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.AllTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/AllTests;
    MethodParameters:
      Name  Flags
      s     

  public static Test suite();
    descriptor: ()LTest;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tTestSuite cannot be resolved to a type\n\tTestSuite cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void main(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tjunit cannot be resolved\n\tThe method suite() from the type AllTests refers to the missing type Test\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "AllTests.java"