class org.springframework.boot.actuate.solr.SolrHealthIndicator$ParticularCoreStatusCheck extends org.springframework.boot.actuate.solr.SolrHealthIndicator$StatusCheck
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.solr.SolrHealthIndicator$ParticularCoreStatusCheck
  super_class: org.springframework.boot.actuate.solr.SolrHealthIndicator$StatusCheck
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.solr.SolrHealthIndicator$ParticularCoreStatusCheck this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache.solr cannot be resolved\n\tThe import org.apache.solr cannot be resolved\n\tThe import org.apache.solr cannot be resolved\n\tThe import org.apache.solr cannot be resolved\n\tSolrClient cannot be resolved to a type\n\tSolrClient cannot be resolved to a type\n\tSolrClient cannot be resolved to a type\n\tSolrClient cannot be resolved to a type\n\tRemoteSolrException cannot be resolved to a type\n\tSolrClient cannot be resolved to a type\n\tSolrClient cannot be resolved to a type\n\tThe type SolrHealthIndicator.RootStatusCheck must implement the inherited abstract method SolrHealthIndicator.StatusCheck.getStatus(SolrClient)\n\tSolrClient cannot be resolved to a type\n\tCoreAdminRequest cannot be resolved to a type\n\tCoreAdminRequest cannot be resolved to a type\n\tCoreAdminParams cannot be resolved to a variable\n\tThe type SolrHealthIndicator.ParticularCoreStatusCheck must implement the inherited abstract method SolrHealthIndicator.StatusCheck.getStatus(SolrClient)\n\tSolrClient cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.solr.SolrHealthIndicator$ParticularCoreStatusCheck this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/solr/SolrHealthIndicator$ParticularCoreStatusCheck;

  public int getStatus(SolrClient);
    descriptor: (LSolrClient;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.solr.SolrHealthIndicator$ParticularCoreStatusCheck this
         0: .line 130
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSolrClient cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.solr.SolrHealthIndicator$ParticularCoreStatusCheck this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/solr/SolrHealthIndicator$ParticularCoreStatusCheck;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      client  
}
SourceFile: "SolrHealthIndicator.java"
NestHost: org.springframework.boot.actuate.solr.SolrHealthIndicator
InnerClasses:
  private ParticularCoreStatusCheck = org.springframework.boot.actuate.solr.SolrHealthIndicator$ParticularCoreStatusCheck of org.springframework.boot.actuate.solr.SolrHealthIndicator
  private abstract StatusCheck = org.springframework.boot.actuate.solr.SolrHealthIndicator$StatusCheck of org.springframework.boot.actuate.solr.SolrHealthIndicator