class org.eclipse.core.internal.preferences.PreferencesService$5 implements org.eclipse.core.runtime.ISafeRunnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.core.internal.preferences.PreferencesService$5
  super_class: java.lang.Object
{
  private org.eclipse.core.runtime.preferences.IScopeContext context;
    descriptor: Lorg/eclipse/core/runtime/preferences/IScopeContext;
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.core.internal.preferences.PreferencesService this$0;
    descriptor: Lorg/eclipse/core/internal/preferences/PreferencesService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.core.runtime.preferences.IScopeContext[] val$contexts;
    descriptor: [Lorg/eclipse/core/runtime/preferences/IScopeContext;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

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

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

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

  private final java.util.concurrent.atomic.AtomicReference val$error;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.core.internal.preferences.PreferencesService, org.eclipse.core.runtime.preferences.IScopeContext[], java.lang.String, java.lang.String, java.lang.String, java.util.ArrayList, java.util.concurrent.atomic.AtomicReference);
    descriptor: (Lorg/eclipse/core/internal/preferences/PreferencesService;[Lorg/eclipse/core/runtime/preferences/IScopeContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/ArrayList;Ljava/util/concurrent/atomic/AtomicReference;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // org.eclipse.core.internal.preferences.PreferencesService$5 this
         0: .line 600
            aload 0 /* this */
            aload 1
            putfield org.eclipse.core.internal.preferences.PreferencesService$5.this$0:Lorg/eclipse/core/internal/preferences/PreferencesService;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.core.internal.preferences.PreferencesService$5.val$contexts:[Lorg/eclipse/core/runtime/preferences/IScopeContext;
            aload 0 /* this */
            aload 3
            putfield org.eclipse.core.internal.preferences.PreferencesService$5.val$scopeString:Ljava/lang/String;
            aload 0 /* this */
            aload 4
            putfield org.eclipse.core.internal.preferences.PreferencesService$5.val$qualifier:Ljava/lang/String;
            aload 0 /* this */
            aload 5
            putfield org.eclipse.core.internal.preferences.PreferencesService$5.val$childPath:Ljava/lang/String;
            aload 0 /* this */
            aload 6
            putfield org.eclipse.core.internal.preferences.PreferencesService$5.val$result:Ljava/util/ArrayList;
            aload 0 /* this */
            aload 7
            putfield org.eclipse.core.internal.preferences.PreferencesService$5.val$error:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.core.internal.preferences.PreferencesService$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/PreferencesService$5;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$contexts     final
      val$scopeString  final
      val$qualifier    final
      val$childPath    final
      val$result       final
      val$error        final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.PreferencesService$5 this
         0: .line 606
            iconst_0
            istore 1 /* found */
        start local 1 // boolean found
         1: .line 607
            iconst_0
            istore 2 /* j */
        start local 2 // int j
         2: goto 12
         3: .line 608
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$contexts:[Lorg/eclipse/core/runtime/preferences/IScopeContext;
            iload 2 /* j */
            aaload
            putfield org.eclipse.core.internal.preferences.PreferencesService$5.context:Lorg/eclipse/core/runtime/preferences/IScopeContext;
         4: .line 609
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.context:Lorg/eclipse/core/runtime/preferences/IScopeContext;
            ifnull 11
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.context:Lorg/eclipse/core/runtime/preferences/IScopeContext;
            invokeinterface org.eclipse.core.runtime.preferences.IScopeContext.getName:()Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$scopeString:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         5: .line 610
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.context:Lorg/eclipse/core/runtime/preferences/IScopeContext;
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$qualifier:Ljava/lang/String;
            invokeinterface org.eclipse.core.runtime.preferences.IScopeContext.getNode:(Ljava/lang/String;)Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            astore 3 /* node */
        start local 3 // org.osgi.service.prefs.Preferences node
         6: .line 611
            aload 3 /* node */
            ifnull 11
         7: .line 612
            iconst_1
            istore 1 /* found */
         8: .line 613
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$childPath:Ljava/lang/String;
            ifnull 10
         9: .line 614
            aload 3 /* node */
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$childPath:Ljava/lang/String;
            invokeinterface org.osgi.service.prefs.Preferences.node:(Ljava/lang/String;)Lorg/osgi/service/prefs/Preferences;
            astore 3 /* node */
        10: .line 615
      StackMap locals: org.osgi.service.prefs.Preferences
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$result:Ljava/util/ArrayList;
            aload 3 /* node */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // org.osgi.service.prefs.Preferences node
        11: .line 607
      StackMap locals:
      StackMap stack:
            iinc 2 /* j */ 1
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$contexts:[Lorg/eclipse/core/runtime/preferences/IScopeContext;
            ifnull 13
            iload 2 /* j */
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$contexts:[Lorg/eclipse/core/runtime/preferences/IScopeContext;
            arraylength
            if_icmplt 3
        end local 2 // int j
        13: .line 619
      StackMap locals:
      StackMap stack:
            iload 1 /* found */
            ifne 18
        14: .line 620
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.this$0:Lorg/eclipse/core/internal/preferences/PreferencesService;
            invokevirtual org.eclipse.core.internal.preferences.PreferencesService.getRootNode:()Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$scopeString:Ljava/lang/String;
            invokeinterface org.eclipse.core.runtime.preferences.IEclipsePreferences.node:(Ljava/lang/String;)Lorg/osgi/service/prefs/Preferences;
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$qualifier:Ljava/lang/String;
            invokeinterface org.osgi.service.prefs.Preferences.node:(Ljava/lang/String;)Lorg/osgi/service/prefs/Preferences;
            astore 2 /* node */
        start local 2 // org.osgi.service.prefs.Preferences node
        15: .line 621
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$childPath:Ljava/lang/String;
            ifnull 17
        16: .line 622
            aload 2 /* node */
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$childPath:Ljava/lang/String;
            invokeinterface org.osgi.service.prefs.Preferences.node:(Ljava/lang/String;)Lorg/osgi/service/prefs/Preferences;
            astore 2 /* node */
        17: .line 623
      StackMap locals: org.osgi.service.prefs.Preferences
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$result:Ljava/util/ArrayList;
            aload 2 /* node */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // org.osgi.service.prefs.Preferences node
        18: .line 625
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* found */
        19: .line 626
            return
        end local 1 // boolean found
        end local 0 // org.eclipse.core.internal.preferences.PreferencesService$5 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lorg/eclipse/core/internal/preferences/PreferencesService$5;
            1   20     1  found  Z
            2   13     2      j  I
            6   11     3   node  Lorg/osgi/service/prefs/Preferences;
           15   18     2   node  Lorg/osgi/service/prefs/Preferences;
    Exceptions:
      throws java.lang.Exception

  public void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.core.internal.preferences.PreferencesService$5 this
        start local 1 // java.lang.Throwable exception
         0: .line 632
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.context:Lorg/eclipse/core/runtime/preferences/IScopeContext;
            instanceof org.eclipse.core.runtime.preferences.InstanceScope
            ifeq 3
            aload 1 /* exception */
            instanceof java.lang.IllegalStateException
            ifeq 3
            ldc "osgi.dataAreaRequiresExplicitInit"
            invokestatic java.lang.Boolean.getBoolean:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 633
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$5.val$error:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* exception */
            checkcast java.lang.IllegalStateException
            invokevirtual java.util.concurrent.atomic.AtomicReference.set:(Ljava/lang/Object;)V
         2: .line 634
            goto 4
         3: .line 635
      StackMap locals:
      StackMap stack:
            new org.eclipse.core.runtime.Status
            dup
            iconst_4
            ldc "org.eclipse.equinox.preferences"
            getstatic org.eclipse.core.internal.preferences.PrefsMessages.preferences_contextError:Ljava/lang/String;
            aload 1 /* exception */
            invokespecial org.eclipse.core.runtime.Status.<init>:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
            invokestatic org.eclipse.core.internal.preferences.PreferencesService.log:(Lorg/eclipse/core/runtime/IStatus;)V
         4: .line 637
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable exception
        end local 0 // org.eclipse.core.internal.preferences.PreferencesService$5 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/core/internal/preferences/PreferencesService$5;
            0    5     1  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      exception  
}
SourceFile: "PreferencesService.java"
EnclosingMethod: org.eclipse.core.internal.preferences.PreferencesService.getNodes:(Ljava/lang/String;Ljava/lang/String;[Lorg/eclipse/core/runtime/preferences/IScopeContext;)[Lorg/osgi/service/prefs/Preferences;
NestHost: org.eclipse.core.internal.preferences.PreferencesService
InnerClasses:
  org.eclipse.core.internal.preferences.PreferencesService$5