public class org.eclipse.core.internal.preferences.PreferencesOSGiUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.core.internal.preferences.PreferencesOSGiUtils
  super_class: java.lang.Object
{
  private ServiceTracker<?, org.eclipse.core.internal.preferences.exchange.ILegacyPreferences> initTracker;
    descriptor: LServiceTracker;
    flags: (0x0002) ACC_PRIVATE
    Signature: LServiceTracker<*Lorg/eclipse/core/internal/preferences/exchange/ILegacyPreferences;>;

  private ServiceTracker<?, DebugOptions> debugTracker;
    descriptor: LServiceTracker;
    flags: (0x0002) ACC_PRIVATE
    Signature: LServiceTracker<*LDebugOptions;>;

  private ServiceTracker<?, PackageAdmin> bundleTracker;
    descriptor: LServiceTracker;
    flags: (0x0002) ACC_PRIVATE
    Signature: LServiceTracker<*LPackageAdmin;>;

  private ServiceTracker<?, ?> configurationLocationTracker;
    descriptor: LServiceTracker;
    flags: (0x0002) ACC_PRIVATE
    Signature: LServiceTracker<**>;

  private ServiceTracker<?, ?> instanceLocationTracker;
    descriptor: LServiceTracker;
    flags: (0x0002) ACC_PRIVATE
    Signature: LServiceTracker<**>;

  private static final org.eclipse.core.internal.preferences.PreferencesOSGiUtils singleton;
    descriptor: Lorg/eclipse/core/internal/preferences/PreferencesOSGiUtils;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static org.eclipse.core.internal.preferences.PreferencesOSGiUtils getDefault();
    descriptor: ()Lorg/eclipse/core/internal/preferences/PreferencesOSGiUtils;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 38
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
         0: .line 17
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.eclipse.osgi cannot be resolved\n\tThe import org.eclipse.osgi cannot be resolved\n\tThe import org.osgi.service.packageadmin cannot be resolved\n\tThe import org.osgi.util cannot be resolved\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tThe method getContext() from the type Activator refers to the missing type BundleContext\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tLocation cannot be resolved to a variable\n\tInvalidSyntaxException cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tLocation cannot be resolved to a variable\n\tInvalidSyntaxException cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a variable\n\tBundle cannot be resolved to a variable\n\tLocation cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tLocation cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tLocation cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tLocation cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/PreferencesOSGiUtils;

  void openServices();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleContext cannot be resolved to a type\n\tThe method getContext() from the type Activator refers to the missing type BundleContext\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tLocation cannot be resolved to a variable\n\tInvalidSyntaxException cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tLocation cannot be resolved to a variable\n\tInvalidSyntaxException cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/PreferencesOSGiUtils;

  void closeServices();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/PreferencesOSGiUtils;

  public org.eclipse.core.internal.preferences.exchange.ILegacyPreferences getLegacyPreferences();
    descriptor: ()Lorg/eclipse/core/internal/preferences/exchange/ILegacyPreferences;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
         0: .line 110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServiceTracker cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/PreferencesOSGiUtils;

  public boolean getBooleanDebugOption(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
         0: .line 118
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tDebugOptions cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/PreferencesOSGiUtils;
    MethodParameters:
              Name  Flags
      option        
      defaultValue  

  public Bundle getBundle(java.lang.String);
    descriptor: (Ljava/lang/String;)LBundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
         0: .line 132
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundle cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tPackageAdmin cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a variable\n\tBundle cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/PreferencesOSGiUtils;
    MethodParameters:
            Name  Flags
      bundleName  

  public Location getConfigurationLocation();
    descriptor: ()LLocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
         0: .line 153
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tLocation cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tLocation cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/PreferencesOSGiUtils;

  public Location getInstanceLocation();
    descriptor: ()LLocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
         0: .line 159
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tLocation cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n\tLocation cannot be resolved to a type\n\tServiceTracker cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.core.internal.preferences.PreferencesOSGiUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/PreferencesOSGiUtils;
}
SourceFile: "PreferencesOSGiUtils.java"