class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$DefaultFactory<T> implements org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$DefaultFactory
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$DefaultFactory this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.osgi cannot be resolved\n\tBundleListener cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleReference cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleReference cannot be resolved to a type\n\tThe method cast(Object) from the type Class<BundleReference> refers to the missing type BundleReference\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tType mismatch: cannot convert from BundleContext to BundleContext\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleListener cannot be resolved to a type\n\tBundleListener cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleListener cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundleListener cannot be resolved to a type\n\tBundleEvent cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundleEvent cannot be resolved to a variable\n\tBundleEvent cannot be resolved to a variable\n\tBundleEvent cannot be resolved to a variable\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$DefaultFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl$DefaultFactory<TT;>;

  public T make(java.lang.Class, java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$DefaultFactory this
         0: .line 348
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$DefaultFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl$DefaultFactory<TT;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Ljava/lang/Class;Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
               Name  Flags
      providerClass  
      serviceClass   
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoader$ProviderFactory<TT;>;
SourceFile: "ServiceLoaderImpl.java"
NestHost: org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
InnerClasses:
  public abstract ProviderFactory = org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory of org.glassfish.hk2.osgiresourcelocator.ServiceLoader
  private DefaultFactory = org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$DefaultFactory of org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl