public class org.hsqldb.test.TestHTTPKeepAlive extends org.hsqldb.test.TestBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.test.TestHTTPKeepAlive
  super_class: org.hsqldb.test.TestBase
{
  static java.lang.Integer failCount;
    descriptor: Ljava/lang/Integer;
    flags: (0x0008) ACC_STATIC

  static java.lang.Integer executeCount;
    descriptor: Ljava/lang/Integer;
    flags: (0x0008) ACC_STATIC

  private java.sql.Statement stmnt;
    descriptor: Ljava/sql/Statement;
    flags: (0x0002) ACC_PRIVATE

  private java.sql.Connection connection;
    descriptor: Ljava/sql/Connection;
    flags: (0x0002) ACC_PRIVATE

  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.TestHTTPKeepAlive this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import junit.framework cannot be resolved\n\tThe import junit.framework cannot be resolved\n\tThe hierarchy of the type TestHTTPKeepAlive is inconsistent\n\tThe method fail(String) is undefined for the type TestHTTPKeepAlive.TimeoutThread\n\tTestResult cannot be resolved to a type\n\tTestResult cannot be resolved to a type\n\tTestCase cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestHTTPKeepAlive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestHTTPKeepAlive;
    MethodParameters:
      Name  Flags
      name  

  protected void setUp();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestHTTPKeepAlive this
         0: .line 91
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestHTTPKeepAlive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestHTTPKeepAlive;
    Exceptions:
      throws java.lang.Exception

  protected void tearDown();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestHTTPKeepAlive this
         0: .line 103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestHTTPKeepAlive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestHTTPKeepAlive;

  public void testKeepAlive();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestHTTPKeepAlive this
         0: .line 170
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestHTTPKeepAlive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestHTTPKeepAlive;

  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 201
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTestResult cannot be resolved to a type\n\tTestResult cannot be resolved to a type\n\tTestCase cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      argv  
}
SourceFile: "TestHTTPKeepAlive.java"
NestMembers:
  org.hsqldb.test.TestHTTPKeepAlive$KeepAliveThread  org.hsqldb.test.TestHTTPKeepAlive$TimeoutThread
InnerClasses:
  KeepAliveThread = org.hsqldb.test.TestHTTPKeepAlive$KeepAliveThread of org.hsqldb.test.TestHTTPKeepAlive
  TimeoutThread = org.hsqldb.test.TestHTTPKeepAlive$TimeoutThread of org.hsqldb.test.TestHTTPKeepAlive