class org.eclipse.core.internal.preferences.ScopeDescriptor$3 implements org.eclipse.core.runtime.ISafeRunnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.core.internal.preferences.ScopeDescriptor$3
  super_class: java.lang.Object
{
  final org.eclipse.core.internal.preferences.ScopeDescriptor this$0;
    descriptor: Lorg/eclipse/core/internal/preferences/ScopeDescriptor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$path;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Properties val$properties;
    descriptor: Ljava/util/Properties;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.core.internal.preferences.ScopeDescriptor, java.lang.String, java.util.Properties);
    descriptor: (Lorg/eclipse/core/internal/preferences/ScopeDescriptor;Ljava/lang/String;Ljava/util/Properties;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.core.internal.preferences.ScopeDescriptor$3 this
         0: .line 110
            aload 0 /* this */
            aload 1
            putfield org.eclipse.core.internal.preferences.ScopeDescriptor$3.this$0:Lorg/eclipse/core/internal/preferences/ScopeDescriptor;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.core.internal.preferences.ScopeDescriptor$3.val$path:Ljava/lang/String;
            aload 0 /* this */
            aload 3
            putfield org.eclipse.core.internal.preferences.ScopeDescriptor$3.val$properties:Ljava/util/Properties;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.core.internal.preferences.ScopeDescriptor$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/ScopeDescriptor$3;
    MethodParameters:
                Name  Flags
      this$0          final
      val$path        final
      val$properties  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.ScopeDescriptor$3 this
         0: .line 113
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.ScopeDescriptor$3.this$0:Lorg/eclipse/core/internal/preferences/ScopeDescriptor;
            getfield org.eclipse.core.internal.preferences.ScopeDescriptor.storage:Lorg/eclipse/core/runtime/preferences/AbstractPreferenceStorage;
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.ScopeDescriptor$3.val$path:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.ScopeDescriptor$3.val$properties:Ljava/util/Properties;
            invokevirtual org.eclipse.core.runtime.preferences.AbstractPreferenceStorage.save:(Ljava/lang/String;Ljava/util/Properties;)V
         1: .line 114
            return
        end local 0 // org.eclipse.core.internal.preferences.ScopeDescriptor$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/core/internal/preferences/ScopeDescriptor$3;
    Exceptions:
      throws java.lang.Exception

  public void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.core.internal.preferences.ScopeDescriptor$3 this
         0: .line 121
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNLS cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.core.internal.preferences.ScopeDescriptor$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/ScopeDescriptor$3;
    MethodParameters:
           Name  Flags
      exception  
}
SourceFile: "ScopeDescriptor.java"
EnclosingMethod: org.eclipse.core.internal.preferences.ScopeDescriptor.save:(Ljava/lang/String;Ljava/util/Properties;)V
NestHost: org.eclipse.core.internal.preferences.ScopeDescriptor
InnerClasses:
  org.eclipse.core.internal.preferences.ScopeDescriptor$3