public class org.postgresql.osgi.PGBundleActivator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.postgresql.osgi.PGBundleActivator
  super_class: java.lang.Object
{
  private ServiceRegistration<?> registration;
    descriptor: LServiceRegistration;
    flags: (0x0002) ACC_PRIVATE
    Signature: LServiceRegistration<*>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.postgresql.osgi.PGBundleActivator this
         0: .line 10
            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\tThe import org.osgi cannot be resolved\n\tBundleActivator cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tServiceRegistration cannot be resolved to a type\n\tDataSourceFactory cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.postgresql.osgi.PGBundleActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGBundleActivator;

  public void start(BundleContext);
    descriptor: (LBundleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.postgresql.osgi.PGBundleActivator this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleContext cannot be resolved to a type\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tServiceRegistration cannot be resolved to a type\n\tDataSourceFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.postgresql.osgi.PGBundleActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGBundleActivator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      context  

  public void stop(BundleContext);
    descriptor: (LBundleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.postgresql.osgi.PGBundleActivator this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleContext cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.postgresql.osgi.PGBundleActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGBundleActivator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "PGBundleActivator.java"