public class org.apache.commons.configuration2.JNDIConfiguration extends org.apache.commons.configuration2.AbstractConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.configuration2.JNDIConfiguration
  super_class: org.apache.commons.configuration2.AbstractConfiguration
{
  private java.lang.String prefix;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private javax.naming.Context context;
    descriptor: Ljavax/naming/Context;
    flags: (0x0002) ACC_PRIVATE

  private javax.naming.Context baseContext;
    descriptor: Ljavax/naming/Context;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.Set<java.lang.String> clearedProperties;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
         0: .line 67
            aload 0 /* this */
            aconst_null
            invokespecial org.apache.commons.configuration2.JNDIConfiguration.<init>:(Ljava/lang/String;)V
         1: .line 68
            return
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/configuration2/JNDIConfiguration;
    Exceptions:
      throws javax.naming.NamingException

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // java.lang.String prefix
         0: .line 80
            aload 0 /* this */
            new javax.naming.InitialContext
            dup
            invokespecial javax.naming.InitialContext.<init>:()V
            aload 1 /* prefix */
            invokespecial org.apache.commons.configuration2.JNDIConfiguration.<init>:(Ljavax/naming/Context;Ljava/lang/String;)V
         1: .line 81
            return
        end local 1 // java.lang.String prefix
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0    2     1  prefix  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      prefix  final

  public void <init>(javax.naming.Context);
    descriptor: (Ljavax/naming/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // javax.naming.Context context
         0: .line 91
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokespecial org.apache.commons.configuration2.JNDIConfiguration.<init>:(Ljavax/naming/Context;Ljava/lang/String;)V
         1: .line 92
            return
        end local 1 // javax.naming.Context context
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0    2     1  context  Ljavax/naming/Context;
    MethodParameters:
         Name  Flags
      context  final

  public void <init>(javax.naming.Context, java.lang.String);
    descriptor: (Ljavax/naming/Context;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // javax.naming.Context context
        start local 2 // java.lang.String prefix
         0: .line 101
            aload 0 /* this */
            invokespecial org.apache.commons.configuration2.AbstractConfiguration.<init>:()V
         1: .line 57
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield org.apache.commons.configuration2.JNDIConfiguration.clearedProperties:Ljava/util/Set;
         2: .line 103
            aload 0 /* this */
            aload 1 /* context */
            putfield org.apache.commons.configuration2.JNDIConfiguration.context:Ljavax/naming/Context;
         3: .line 104
            aload 0 /* this */
            aload 2 /* prefix */
            putfield org.apache.commons.configuration2.JNDIConfiguration.prefix:Ljava/lang/String;
         4: .line 105
            aload 0 /* this */
            new org.apache.commons.configuration2.io.ConfigurationLogger
            dup
            ldc Lorg/apache/commons/configuration2/JNDIConfiguration;
            invokespecial org.apache.commons.configuration2.io.ConfigurationLogger.<init>:(Ljava/lang/Class;)V
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.initLogger:(Lorg/apache/commons/configuration2/io/ConfigurationLogger;)V
         5: .line 106
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.addErrorLogListener:()V
         6: .line 107
            return
        end local 2 // java.lang.String prefix
        end local 1 // javax.naming.Context context
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0    7     1  context  Ljavax/naming/Context;
            0    7     2   prefix  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  final
      prefix   final

  private void recursiveGetKeys(java.util.Set<java.lang.String>, javax.naming.Context, java.lang.String, java.util.Set<javax.naming.Context>);
    descriptor: (Ljava/util/Set;Ljavax/naming/Context;Ljava/lang/String;Ljava/util/Set;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=12, args_size=5
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // java.util.Set keys
        start local 2 // javax.naming.Context context
        start local 3 // java.lang.String prefix
        start local 4 // java.util.Set processedCtx
         0: .line 123
            aload 4 /* processedCtx */
            aload 2 /* context */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 124
            aconst_null
            astore 5 /* elements */
        start local 5 // javax.naming.NamingEnumeration elements
         2: .line 128
            aload 2 /* context */
            ldc ""
            invokeinterface javax.naming.Context.list:(Ljava/lang/String;)Ljavax/naming/NamingEnumeration;
            astore 5 /* elements */
         3: .line 131
            goto 20
         4: .line 133
      StackMap locals: javax.naming.NamingEnumeration
      StackMap stack:
            aload 5 /* elements */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast javax.naming.NameClassPair
            astore 6 /* nameClassPair */
        start local 6 // javax.naming.NameClassPair nameClassPair
         5: .line 134
            aload 6 /* nameClassPair */
            invokevirtual javax.naming.NameClassPair.getName:()Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
         6: .line 135
            aload 2 /* context */
            aload 7 /* name */
            invokeinterface javax.naming.Context.lookup:(Ljava/lang/String;)Ljava/lang/Object;
            astore 8 /* object */
        start local 8 // java.lang.Object object
         7: .line 138
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 9 /* key */
        start local 9 // java.lang.StringBuilder key
         8: .line 139
            aload 9 /* key */
            aload 3 /* prefix */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 140
            aload 9 /* key */
            invokevirtual java.lang.StringBuilder.length:()I
            ifle 11
        10: .line 142
            aload 9 /* key */
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 144
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration java.util.Set javax.naming.Context java.lang.String java.util.Set javax.naming.NamingEnumeration javax.naming.NameClassPair java.lang.String java.lang.Object java.lang.StringBuilder
      StackMap stack:
            aload 9 /* key */
            aload 7 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 146
            aload 8 /* object */
            instanceof javax.naming.Context
            ifeq 19
        13: .line 149
            aload 8 /* object */
            checkcast javax.naming.Context
            astore 10 /* subcontext */
        start local 10 // javax.naming.Context subcontext
        14: .line 150
            aload 4 /* processedCtx */
            aload 10 /* subcontext */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 20
        15: .line 152
            aload 0 /* this */
            aload 1 /* keys */
            aload 10 /* subcontext */
            aload 9 /* key */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        16: .line 153
            aload 4 /* processedCtx */
        17: .line 152
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.recursiveGetKeys:(Ljava/util/Set;Ljavax/naming/Context;Ljava/lang/String;Ljava/util/Set;)V
        end local 10 // javax.naming.Context subcontext
        18: .line 155
            goto 20
        19: .line 159
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            aload 9 /* key */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // java.lang.StringBuilder key
        end local 8 // java.lang.Object object
        end local 7 // java.lang.String name
        end local 6 // javax.naming.NameClassPair nameClassPair
        20: .line 131
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration java.util.Set javax.naming.Context java.lang.String java.util.Set javax.naming.NamingEnumeration
      StackMap stack:
            aload 5 /* elements */
            invokeinterface javax.naming.NamingEnumeration.hasMore:()Z
            ifne 4
        21: .line 162
            goto 26
        22: .line 164
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        23: .line 166
            aload 5 /* elements */
            ifnull 25
        24: .line 168
            aload 5 /* elements */
            invokeinterface javax.naming.NamingEnumeration.close:()V
        25: .line 170
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration java.util.Set javax.naming.Context java.lang.String java.util.Set javax.naming.NamingEnumeration top top top top top java.lang.Throwable
      StackMap stack:
            aload 11
            athrow
        26: .line 166
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration java.util.Set javax.naming.Context java.lang.String java.util.Set javax.naming.NamingEnumeration
      StackMap stack:
            aload 5 /* elements */
            ifnull 28
        27: .line 168
            aload 5 /* elements */
            invokeinterface javax.naming.NamingEnumeration.close:()V
        28: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 5 // javax.naming.NamingEnumeration elements
        end local 4 // java.util.Set processedCtx
        end local 3 // java.lang.String prefix
        end local 2 // javax.naming.Context context
        end local 1 // java.util.Set keys
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   29     0           this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0   29     1           keys  Ljava/util/Set<Ljava/lang/String;>;
            0   29     2        context  Ljavax/naming/Context;
            0   29     3         prefix  Ljava/lang/String;
            0   29     4   processedCtx  Ljava/util/Set<Ljavax/naming/Context;>;
            2   29     5       elements  Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
            5   20     6  nameClassPair  Ljavax/naming/NameClassPair;
            6   20     7           name  Ljava/lang/String;
            7   20     8         object  Ljava/lang/Object;
            8   20     9            key  Ljava/lang/StringBuilder;
           14   18    10     subcontext  Ljavax/naming/Context;
      Exception table:
        from    to  target  type
           2    22      22  any
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/util/Set<Ljava/lang/String;>;Ljavax/naming/Context;Ljava/lang/String;Ljava/util/Set<Ljavax/naming/Context;>;)V
    MethodParameters:
              Name  Flags
      keys          final
      context       final
      prefix        final
      processedCtx  final

  protected java.util.Iterator<java.lang.String> getKeysInternal();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
         0: .line 181
            aload 0 /* this */
            ldc ""
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.getKeysInternal:(Ljava/lang/String;)Ljava/util/Iterator;
            areturn
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/JNDIConfiguration;
    Signature: ()Ljava/util/Iterator<Ljava/lang/String;>;

  protected java.util.Iterator<java.lang.String> getKeysInternal(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Iterator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // java.lang.String prefix
         0: .line 195
            aload 1 /* prefix */
            ldc "."
            invokestatic org.apache.commons.lang3.StringUtils.split:(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;
            astore 2 /* splitPath */
        start local 2 // java.lang.String[] splitPath
         1: .line 197
            aload 2 /* splitPath */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            astore 3 /* path */
        start local 3 // java.util.List path
         2: .line 202
            aload 0 /* this */
            aload 3 /* path */
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.getBaseContext:()Ljavax/naming/Context;
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.getContext:(Ljava/util/List;Ljavax/naming/Context;)Ljavax/naming/Context;
            astore 4 /* context */
        start local 4 // javax.naming.Context context
         3: .line 205
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 5 /* keys */
        start local 5 // java.util.Set keys
         4: .line 206
            aload 4 /* context */
            ifnull 7
         5: .line 208
            aload 0 /* this */
            aload 5 /* keys */
            aload 4 /* context */
            aload 1 /* prefix */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.recursiveGetKeys:(Ljava/util/Set;Ljavax/naming/Context;Ljava/lang/String;Ljava/util/Set;)V
         6: .line 209
            goto 9
         7: .line 210
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration java.lang.String java.lang.String[] java.util.List javax.naming.Context java.util.Set
      StackMap stack:
            aload 0 /* this */
            aload 1 /* prefix */
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.containsKey:(Ljava/lang/String;)Z
            ifeq 9
         8: .line 213
            aload 5 /* keys */
            aload 1 /* prefix */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         9: .line 216
      StackMap locals:
      StackMap stack:
            aload 5 /* keys */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
        10: areturn
        end local 5 // java.util.Set keys
        end local 4 // javax.naming.Context context
        11: .line 218
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration java.lang.String java.lang.String[] java.util.List
      StackMap stack: javax.naming.NameNotFoundException
            pop
        12: .line 221
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            areturn
        13: .line 223
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 4 /* e */
        start local 4 // javax.naming.NamingException e
        14: .line 225
            aload 0 /* this */
            getstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.READ:Lorg/apache/commons/configuration2/event/EventType;
        15: .line 226
            getstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.READ:Lorg/apache/commons/configuration2/event/EventType;
            aconst_null
            aconst_null
            aload 4 /* e */
        16: .line 225
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.fireError:(Lorg/apache/commons/configuration2/event/EventType;Lorg/apache/commons/configuration2/event/EventType;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V
        17: .line 227
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            areturn
        end local 4 // javax.naming.NamingException e
        end local 3 // java.util.List path
        end local 2 // java.lang.String[] splitPath
        end local 1 // java.lang.String prefix
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0   18     1     prefix  Ljava/lang/String;
            1   18     2  splitPath  [Ljava/lang/String;
            2   18     3       path  Ljava/util/List<Ljava/lang/String;>;
            3   11     4    context  Ljavax/naming/Context;
            4   11     5       keys  Ljava/util/Set<Ljava/lang/String;>;
           14   18     4          e  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
           2    10      11  Class javax.naming.NameNotFoundException
           2    10      13  Class javax.naming.NamingException
    Signature: (Ljava/lang/String;)Ljava/util/Iterator<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      prefix  final

  private javax.naming.Context getContext(java.util.List<java.lang.String>, javax.naming.Context);
    descriptor: (Ljava/util/List;Ljavax/naming/Context;)Ljavax/naming/Context;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=11, args_size=3
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // java.util.List path
        start local 2 // javax.naming.Context context
         0: .line 244
            aload 1 /* path */
            ifnull 1
            aload 1 /* path */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 2
         1: .line 246
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
            areturn
         2: .line 249
      StackMap locals:
      StackMap stack:
            aload 1 /* path */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* key */
        start local 3 // java.lang.String key
         3: .line 252
            aconst_null
            astore 4 /* elements */
        start local 4 // javax.naming.NamingEnumeration elements
         4: .line 256
            aload 2 /* context */
            ldc ""
            invokeinterface javax.naming.Context.list:(Ljava/lang/String;)Ljavax/naming/NamingEnumeration;
            astore 4 /* elements */
         5: .line 257
            goto 15
         6: .line 259
      StackMap locals: java.lang.String javax.naming.NamingEnumeration
      StackMap stack:
            aload 4 /* elements */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast javax.naming.NameClassPair
            astore 5 /* nameClassPair */
        start local 5 // javax.naming.NameClassPair nameClassPair
         7: .line 260
            aload 5 /* nameClassPair */
            invokevirtual javax.naming.NameClassPair.getName:()Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
         8: .line 261
            aload 2 /* context */
            aload 6 /* name */
            invokeinterface javax.naming.Context.lookup:(Ljava/lang/String;)Ljava/lang/Object;
            astore 7 /* object */
        start local 7 // java.lang.Object object
         9: .line 263
            aload 7 /* object */
            instanceof javax.naming.Context
            ifeq 15
            aload 6 /* name */
            aload 3 /* key */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        10: .line 265
            aload 7 /* object */
            checkcast javax.naming.Context
            astore 8 /* subcontext */
        start local 8 // javax.naming.Context subcontext
        11: .line 268
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            aload 1 /* path */
            invokeinterface java.util.List.size:()I
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
            aload 8 /* subcontext */
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.getContext:(Ljava/util/List;Ljavax/naming/Context;)Ljavax/naming/Context;
            astore 10
        12: .line 274
            aload 4 /* elements */
            ifnull 14
        13: .line 276
            aload 4 /* elements */
            invokeinterface javax.naming.NamingEnumeration.close:()V
        14: .line 268
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration java.util.List javax.naming.Context java.lang.String javax.naming.NamingEnumeration javax.naming.NameClassPair java.lang.String java.lang.Object javax.naming.Context top javax.naming.Context
      StackMap stack:
            aload 10
            areturn
        end local 8 // javax.naming.Context subcontext
        end local 7 // java.lang.Object object
        end local 6 // java.lang.String name
        end local 5 // javax.naming.NameClassPair nameClassPair
        15: .line 257
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration java.util.List javax.naming.Context java.lang.String javax.naming.NamingEnumeration
      StackMap stack:
            aload 4 /* elements */
            invokeinterface javax.naming.NamingEnumeration.hasMore:()Z
            ifne 6
        16: .line 271
            goto 21
        17: .line 273
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        18: .line 274
            aload 4 /* elements */
            ifnull 20
        19: .line 276
            aload 4 /* elements */
            invokeinterface javax.naming.NamingEnumeration.close:()V
        20: .line 278
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration java.util.List javax.naming.Context java.lang.String javax.naming.NamingEnumeration top top top top java.lang.Throwable
      StackMap stack:
            aload 9
            athrow
        21: .line 274
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration java.util.List javax.naming.Context java.lang.String javax.naming.NamingEnumeration
      StackMap stack:
            aload 4 /* elements */
            ifnull 23
        22: .line 276
            aload 4 /* elements */
            invokeinterface javax.naming.NamingEnumeration.close:()V
        23: .line 280
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // javax.naming.NamingEnumeration elements
        end local 3 // java.lang.String key
        end local 2 // javax.naming.Context context
        end local 1 // java.util.List path
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   24     0           this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0   24     1           path  Ljava/util/List<Ljava/lang/String;>;
            0   24     2        context  Ljavax/naming/Context;
            3   24     3            key  Ljava/lang/String;
            4   24     4       elements  Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
            7   15     5  nameClassPair  Ljavax/naming/NameClassPair;
            8   15     6           name  Ljava/lang/String;
            9   15     7         object  Ljava/lang/Object;
           11   15     8     subcontext  Ljavax/naming/Context;
      Exception table:
        from    to  target  type
           4    12      17  any
          15    17      17  any
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/util/List<Ljava/lang/String;>;Ljavax/naming/Context;)Ljavax/naming/Context;
    MethodParameters:
         Name  Flags
      path     final
      context  final

  protected boolean isEmptyInternal();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
         0: .line 293
            aconst_null
            astore 1 /* enumeration */
        start local 1 // javax.naming.NamingEnumeration enumeration
         1: .line 297
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.getBaseContext:()Ljavax/naming/Context;
            ldc ""
            invokeinterface javax.naming.Context.list:(Ljava/lang/String;)Ljavax/naming/NamingEnumeration;
            astore 1 /* enumeration */
         2: .line 298
            aload 1 /* enumeration */
            invokeinterface javax.naming.NamingEnumeration.hasMore:()Z
            ifeq 3
            iconst_0
            goto 4
      StackMap locals: javax.naming.NamingEnumeration
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: istore 3
         5: .line 303
            aload 1 /* enumeration */
            ifnull 7
         6: .line 305
            aload 1 /* enumeration */
            invokeinterface javax.naming.NamingEnumeration.close:()V
         7: .line 298
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration javax.naming.NamingEnumeration top int
      StackMap stack:
            iload 3
            ireturn
         8: .line 301
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration javax.naming.NamingEnumeration
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 303
            aload 1 /* enumeration */
            ifnull 11
        10: .line 305
            aload 1 /* enumeration */
            invokeinterface javax.naming.NamingEnumeration.close:()V
        11: .line 307
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 2
            athrow
        end local 1 // javax.naming.NamingEnumeration enumeration
        12: .line 309
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration
      StackMap stack: javax.naming.NamingException
            astore 1 /* e */
        start local 1 // javax.naming.NamingException e
        13: .line 311
            aload 0 /* this */
            getstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.READ:Lorg/apache/commons/configuration2/event/EventType;
        14: .line 312
            getstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.READ:Lorg/apache/commons/configuration2/event/EventType;
            aconst_null
            aconst_null
            aload 1 /* e */
        15: .line 311
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.fireError:(Lorg/apache/commons/configuration2/event/EventType;Lorg/apache/commons/configuration2/event/EventType;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V
        16: .line 313
            iconst_1
            ireturn
        end local 1 // javax.naming.NamingException e
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            1   12     1  enumeration  Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
           13   17     1            e  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
           1     5       8  any
           0     7      12  Class javax.naming.NamingException
           8    12      12  Class javax.naming.NamingException

  protected void setPropertyInternal(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object value
         0: .line 328
            new java.lang.UnsupportedOperationException
            dup
            ldc "This operation is not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String key
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0    1     1    key  Ljava/lang/String;
            0    1     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      key    final
      value  final

  protected void clearPropertyDirect(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // java.lang.String key
         0: .line 339
            aload 0 /* this */
            getfield org.apache.commons.configuration2.JNDIConfiguration.clearedProperties:Ljava/util/Set;
            aload 1 /* key */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 340
            return
        end local 1 // java.lang.String key
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0    2     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   final

  protected boolean containsKeyInternal(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // java.lang.String key
         0: .line 351
            aload 0 /* this */
            getfield org.apache.commons.configuration2.JNDIConfiguration.clearedProperties:Ljava/util/Set;
            aload 1 /* key */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 353
            iconst_0
            ireturn
         2: .line 355
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            ldc "\\."
            ldc "/"
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* key */
         3: .line 359
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.getBaseContext:()Ljavax/naming/Context;
            aload 1 /* key */
            invokeinterface javax.naming.Context.lookup:(Ljava/lang/String;)Ljava/lang/Object;
            pop
         4: .line 360
            iconst_1
            ireturn
         5: .line 362
      StackMap locals:
      StackMap stack: javax.naming.NameNotFoundException
            pop
         6: .line 365
            iconst_0
            ireturn
         7: .line 367
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 2 /* e */
        start local 2 // javax.naming.NamingException e
         8: .line 369
            aload 0 /* this */
            getstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.READ:Lorg/apache/commons/configuration2/event/EventType;
         9: .line 370
            getstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.READ:Lorg/apache/commons/configuration2/event/EventType;
            aload 1 /* key */
            aconst_null
            aload 2 /* e */
        10: .line 369
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.fireError:(Lorg/apache/commons/configuration2/event/EventType;Lorg/apache/commons/configuration2/event/EventType;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V
        11: .line 371
            iconst_0
            ireturn
        end local 2 // javax.naming.NamingException e
        end local 1 // java.lang.String key
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0   12     1   key  Ljava/lang/String;
            8   12     2     e  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
           3     4       5  Class javax.naming.NameNotFoundException
           3     4       7  Class javax.naming.NamingException
    MethodParameters:
      Name  Flags
      key   

  public java.lang.String getPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
         0: .line 381
            aload 0 /* this */
            getfield org.apache.commons.configuration2.JNDIConfiguration.prefix:Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/JNDIConfiguration;

  public void setPrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // java.lang.String prefix
         0: .line 391
            aload 0 /* this */
            aload 1 /* prefix */
            putfield org.apache.commons.configuration2.JNDIConfiguration.prefix:Ljava/lang/String;
         1: .line 394
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.configuration2.JNDIConfiguration.baseContext:Ljavax/naming/Context;
         2: .line 395
            return
        end local 1 // java.lang.String prefix
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0    3     1  prefix  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  final

  protected java.lang.Object getPropertyInternal(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // java.lang.String key
         0: .line 406
            aload 0 /* this */
            getfield org.apache.commons.configuration2.JNDIConfiguration.clearedProperties:Ljava/util/Set;
            aload 1 /* key */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 408
            aconst_null
            areturn
         2: .line 413
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            ldc "\\."
            ldc "/"
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* key */
         3: .line 414
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.getBaseContext:()Ljavax/naming/Context;
            aload 1 /* key */
            invokeinterface javax.naming.Context.lookup:(Ljava/lang/String;)Ljava/lang/Object;
         4: areturn
         5: .line 416
      StackMap locals:
      StackMap stack: javax.naming.NameNotFoundException
            pop
         6: .line 419
            aconst_null
            areturn
         7: .line 421
      StackMap locals:
      StackMap stack: javax.naming.NotContextException
            pop
         8: .line 424
            aconst_null
            areturn
         9: .line 426
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 2 /* e */
        start local 2 // javax.naming.NamingException e
        10: .line 428
            aload 0 /* this */
            getstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.READ:Lorg/apache/commons/configuration2/event/EventType;
        11: .line 429
            getstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.READ:Lorg/apache/commons/configuration2/event/EventType;
            aload 1 /* key */
            aconst_null
            aload 2 /* e */
        12: .line 428
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.fireError:(Lorg/apache/commons/configuration2/event/EventType;Lorg/apache/commons/configuration2/event/EventType;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V
        13: .line 430
            aconst_null
            areturn
        end local 2 // javax.naming.NamingException e
        end local 1 // java.lang.String key
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0   14     1   key  Ljava/lang/String;
           10   14     2     e  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
           2     4       5  Class javax.naming.NameNotFoundException
           2     4       7  Class javax.naming.NotContextException
           2     4       9  Class javax.naming.NamingException
    MethodParameters:
      Name  Flags
      key   

  protected void addPropertyDirect(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object obj
         0: .line 445
            new java.lang.UnsupportedOperationException
            dup
            ldc "This operation is not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.String key
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0    1     1   key  Ljava/lang/String;
            0    1     2   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   final
      obj   final

  public javax.naming.Context getBaseContext();
    descriptor: ()Ljavax/naming/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
         0: .line 456
            aload 0 /* this */
            getfield org.apache.commons.configuration2.JNDIConfiguration.baseContext:Ljavax/naming/Context;
            ifnonnull 4
         1: .line 458
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.configuration2.JNDIConfiguration.getContext:()Ljavax/naming/Context;
            aload 0 /* this */
            getfield org.apache.commons.configuration2.JNDIConfiguration.prefix:Ljava/lang/String;
            ifnonnull 2
            ldc ""
            goto 3
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration
      StackMap stack: org.apache.commons.configuration2.JNDIConfiguration javax.naming.Context
         2: aload 0 /* this */
            getfield org.apache.commons.configuration2.JNDIConfiguration.prefix:Ljava/lang/String;
      StackMap locals: org.apache.commons.configuration2.JNDIConfiguration
      StackMap stack: org.apache.commons.configuration2.JNDIConfiguration javax.naming.Context java.lang.String
         3: invokeinterface javax.naming.Context.lookup:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast javax.naming.Context
            putfield org.apache.commons.configuration2.JNDIConfiguration.baseContext:Ljavax/naming/Context;
         4: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.configuration2.JNDIConfiguration.baseContext:Ljavax/naming/Context;
            areturn
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/configuration2/JNDIConfiguration;
    Exceptions:
      throws javax.naming.NamingException

  public javax.naming.Context getContext();
    descriptor: ()Ljavax/naming/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
         0: .line 472
            aload 0 /* this */
            getfield org.apache.commons.configuration2.JNDIConfiguration.context:Ljavax/naming/Context;
            areturn
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/JNDIConfiguration;

  public void setContext(javax.naming.Context);
    descriptor: (Ljavax/naming/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.JNDIConfiguration this
        start local 1 // javax.naming.Context context
         0: .line 483
            aload 0 /* this */
            getfield org.apache.commons.configuration2.JNDIConfiguration.clearedProperties:Ljava/util/Set;
            invokeinterface java.util.Set.clear:()V
         1: .line 486
            aload 0 /* this */
            aload 1 /* context */
            putfield org.apache.commons.configuration2.JNDIConfiguration.context:Ljavax/naming/Context;
         2: .line 487
            return
        end local 1 // javax.naming.Context context
        end local 0 // org.apache.commons.configuration2.JNDIConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/commons/configuration2/JNDIConfiguration;
            0    3     1  context  Ljavax/naming/Context;
    MethodParameters:
         Name  Flags
      context  final
}
SourceFile: "JNDIConfiguration.java"