class org.ehcache.jsr107.DefaultConfigurationResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.jsr107.DefaultConfigurationResolver
  super_class: java.lang.Object
{
  static final java.lang.String DEFAULT_CONFIG_PROPERTY_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "ehcache.jsr107.config.default"

  static java.net.URI resolveConfigURI(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Ljava/net/URI;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCacheException cannot be resolved to a type\n\tCacheException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
                        Name  Flags
      cacheManagerProperties  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.DefaultConfigurationResolver this
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            return
        end local 0 // org.ehcache.jsr107.DefaultConfigurationResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/ehcache/jsr107/DefaultConfigurationResolver;
}
SourceFile: "DefaultConfigurationResolver.java"