class org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<ChangeLogParseException>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import liquibase cannot be resolved\n\tThe type LiquibaseChangelogMissingFailureAnalyzer must implement the inherited abstract method AbstractFailureAnalyzer<ChangeLogParseException>.analyze(Throwable, ChangeLogParseException)\n\tChangeLogParseException cannot be resolved to a type\n\tChangeLogParseException cannot be resolved to a type\n\tChangeLogParseException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/liquibase/LiquibaseChangelogMissingFailureAnalyzer;

  protected org.springframework.boot.diagnostics.FailureAnalysis analyze(java.lang.Throwable, ChangeLogParseException);
    descriptor: (Ljava/lang/Throwable;LChangeLogParseException;)Lorg/springframework/boot/diagnostics/FailureAnalysis;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer this
         0: .line 36
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tChangeLogParseException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/liquibase/LiquibaseChangelogMissingFailureAnalyzer;
    MethodParameters:
             Name  Flags
      rootFailure  
      cause        

  java.lang.String extractChangelogPath(ChangeLogParseException);
    descriptor: (LChangeLogParseException;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tChangeLogParseException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/liquibase/LiquibaseChangelogMissingFailureAnalyzer;
    MethodParameters:
       Name  Flags
      cause  

  private java.lang.String getDescription(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/liquibase/LiquibaseChangelogMissingFailureAnalyzer;
    MethodParameters:
               Name  Flags
      changelogPath  
}
Signature: Lorg/springframework/boot/diagnostics/AbstractFailureAnalyzer<LChangeLogParseException;>;
SourceFile: "LiquibaseChangelogMissingFailureAnalyzer.java"