public class org.hsqldb.test.TestNullInUnion
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.test.TestNullInUnion
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestNullInUnion this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import junit.framework cannot be resolved\n\tTestCase cannot be resolved to a type\n\tThe method assertTrue(boolean) is undefined for the type TestNullInUnion\n\tThe method assertEquals(String, Object) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(null, Object) is undefined for the type TestNullInUnion\n\tThe method assertTrue(boolean) is undefined for the type TestNullInUnion\n\tThe method assertEquals(String, Object) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(null, Object) is undefined for the type TestNullInUnion\n\tThe method assertTrue(boolean) is undefined for the type TestNullInUnion\n\tThe method assertEquals(String, Object) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(null, Object) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertFalse(boolean) is undefined for the type TestNullInUnion\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestNullInUnion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestNullInUnion;

  public void testUnionSubquery();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestNullInUnion this
         0: .line 64
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method assertTrue(boolean) is undefined for the type TestNullInUnion\n\tThe method assertEquals(String, Object) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(null, Object) is undefined for the type TestNullInUnion\n\tThe method assertTrue(boolean) is undefined for the type TestNullInUnion\n\tThe method assertEquals(String, Object) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(null, Object) is undefined for the type TestNullInUnion\n\tThe method assertTrue(boolean) is undefined for the type TestNullInUnion\n\tThe method assertEquals(String, Object) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertEquals(null, Object) is undefined for the type TestNullInUnion\n\tThe method assertEquals(int, int) is undefined for the type TestNullInUnion\n\tThe method assertFalse(boolean) is undefined for the type TestNullInUnion\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestNullInUnion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestNullInUnion;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "TestNullInUnion.java"