class com.oracle.mxtool.jacoco.JacocoReport$JaCoCoAnalyzer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.mxtool.jacoco.JacocoReport$JaCoCoAnalyzer
  super_class: java.lang.Object
{
  void <init>(com.oracle.mxtool.jacoco.JacocoReport, ExecutionDataStore, ICoverageVisitor);
    descriptor: (Lcom/oracle/mxtool/jacoco/JacocoReport;LExecutionDataStore;LICoverageVisitor;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.mxtool.jacoco.JacocoReport$JaCoCoAnalyzer this
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type org.jacoco.core.data.ExecutionData cannot be resolved. It is indirectly referenced from required .class files\n\tThe type org.jacoco.core.data.SessionInfo cannot be resolved. It is indirectly referenced from required .class files\n\tThe type org.jacoco.core.analysis.IBundleCoverage cannot be resolved. It is indirectly referenced from required .class files\n\tThe import org.jacoco.core cannot be resolved\n\tThe import org.jacoco.core cannot be resolved\n\tThe import org.jacoco.core cannot be resolved\n\tThe import org.jacoco.core cannot be resolved\n\tThe import org.jacoco.core cannot be resolved\n\tThe import org.jacoco.core cannot be resolved\n\tThe import org.jacoco.core cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tExecutionDataStore cannot be resolved to a type\n\tSessionInfoStore cannot be resolved to a type\n\tExecutionDataStore cannot be resolved to a type\n\tExecutionDataStore cannot be resolved to a type\n\tSessionInfoStore cannot be resolved to a type\n\tSessionInfoStore cannot be resolved to a type\n\tThe method analyseProject(File, String) from the type JacocoReport refers to the missing type IBundleCoverage\n\tIBundleCoverage cannot be resolved to a type\n\tIBundleCoverage cannot be resolved to a type\n\tIBundleCoverage cannot be resolved to a type\n\tIBundleCoverage cannot be resolved to a type\n\tExecutionDataReader cannot be resolved to a type\n\tExecutionDataReader cannot be resolved to a type\n\tExecutionDataStore cannot be resolved to a type\n\tSessionInfoStore cannot be resolved to a type\n\tSessionInfoStore cannot be resolved to a type\n\tExecutionDataStore cannot be resolved to a type\n\tIBundleCoverage cannot be resolved to a type\n\tAnalyzer cannot be resolved to a type\n\tExecutionDataStore cannot be resolved to a type\n\tICoverageVisitor cannot be resolved to a type\n\tThe method analyzeClass(byte[], String) of type JacocoReport.JaCoCoAnalyzer must override or implement a supertype method\n\tClassReader cannot be resolved to a type\n\tClassReader cannot be resolved to a type\n\tAnalyzer cannot be resolved to a type\n\tIBundleCoverage cannot be resolved to a type\n\tCoverageBuilder cannot be resolved to a type\n\tCoverageBuilder cannot be resolved to a type\n\tAnalyzer cannot be resolved to a type\n\tExecutionDataStore cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.mxtool.jacoco.JacocoReport$JaCoCoAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/jacoco/JacocoReport$JaCoCoAnalyzer;
    MethodParameters:
                 Name  Flags
      this$0           final
      executionData    
      coverageVisitor  

  public void analyzeClass(byte[], java.lang.String);
    descriptor: ([BLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.mxtool.jacoco.JacocoReport$JaCoCoAnalyzer this
         0: .line 237
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method analyzeClass(byte[], String) of type JacocoReport.JaCoCoAnalyzer must override or implement a supertype method\n\tClassReader cannot be resolved to a type\n\tClassReader cannot be resolved to a type\n\tAnalyzer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.mxtool.jacoco.JacocoReport$JaCoCoAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/jacoco/JacocoReport$JaCoCoAnalyzer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      buffer    
      location  
}
SourceFile: "JacocoReport.java"
NestHost: com.oracle.mxtool.jacoco.JacocoReport
InnerClasses:
  private JaCoCoAnalyzer = com.oracle.mxtool.jacoco.JacocoReport$JaCoCoAnalyzer of com.oracle.mxtool.jacoco.JacocoReport