public class jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest this
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/directory/DirectorySourceProviderTest;

  public void itShouldReturnNullForNonExistantPath();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/directory/DirectorySourceProviderTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void itShouldReturnNullForNonDirectory();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest this
         0: .line 60
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/directory/DirectorySourceProviderTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void itShouldReturnNullForMalformedURI();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest this
         0: .line 67
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/directory/DirectorySourceProviderTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void itShouldCreateSourceIfNameExistsAndIsADirectory();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/directory/DirectorySourceProviderTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "DirectorySourceProviderTest.java"
NestMembers:
  jdk.tools.jaotc.test.collect.directory.DirectorySourceProviderTest$1