public class org.eclipse.core.internal.jobs.JobActivator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.core.internal.jobs.JobActivator
  super_class: java.lang.Object
{
  private static final java.lang.String PROP_REGISTER_JOB_SERVICE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "eclipse.service.jobs"

  private static BundleContext bundleContext;
    descriptor: LBundleContext;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private ServiceRegistration jobManagerService;
    descriptor: LServiceRegistration;
    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.eclipse.core.internal.jobs.JobActivator this
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.osgi cannot be resolved\n\tBundleActivator cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tServiceRegistration 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.eclipse.core.internal.jobs.JobActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/jobs/JobActivator;

  public void start(BundleContext);
    descriptor: (LBundleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.core.internal.jobs.JobActivator this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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.eclipse.core.internal.jobs.JobActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/jobs/JobActivator;
    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.eclipse.core.internal.jobs.JobActivator this
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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.eclipse.core.internal.jobs.JobActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/jobs/JobActivator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      context  

  static BundleContext getContext();
    descriptor: ()LBundleContext;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void registerServices();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.jobs.JobActivator this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServiceRegistration 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.eclipse.core.internal.jobs.JobActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/jobs/JobActivator;

  private void unregisterServices();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.jobs.JobActivator this
         0: .line 74
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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.eclipse.core.internal.jobs.JobActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/jobs/JobActivator;
}
SourceFile: "JobActivator.java"