class org.hsqldb.test.TestHTTPKeepAlive$TimeoutThread extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hsqldb.test.TestHTTPKeepAlive$TimeoutThread
  super_class: java.lang.Thread
{
  void <init>(org.hsqldb.test.TestHTTPKeepAlive);
    descriptor: (Lorg/hsqldb/test/TestHTTPKeepAlive;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.test.TestHTTPKeepAlive$TimeoutThread 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$TimeoutThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestHTTPKeepAlive$TimeoutThread;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestHTTPKeepAlive$TimeoutThread this
         0: .line 162
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method fail(String) is undefined for the type TestHTTPKeepAlive.TimeoutThread\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestHTTPKeepAlive$TimeoutThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestHTTPKeepAlive$TimeoutThread;
}
SourceFile: "TestHTTPKeepAlive.java"
NestHost: org.hsqldb.test.TestHTTPKeepAlive
InnerClasses:
  TimeoutThread = org.hsqldb.test.TestHTTPKeepAlive$TimeoutThread of org.hsqldb.test.TestHTTPKeepAlive