public class org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl extends org.glassfish.hk2.osgiresourcelocator.ResourceFinder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl
  super_class: org.glassfish.hk2.osgiresourcelocator.ResourceFinder
{
  private BundleContext bundleContext;
    descriptor: LBundleContext;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\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\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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ResourceFinderImpl;

  java.net.URL findEntry1(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/net/URL;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl this
         0: .line 46
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundle 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.ResourceFinderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ResourceFinderImpl;
    MethodParameters:
      Name  Flags
      path  

  java.util.List<java.net.URL> findEntries1(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundle 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.ResourceFinderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ResourceFinderImpl;
    Signature: (Ljava/lang/String;)Ljava/util/List<Ljava/net/URL;>;
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "ResourceFinderImpl.java"