class com.oracle.mxtool.jacoco.JacocoReport$BundleAndProject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.mxtool.jacoco.JacocoReport$BundleAndProject
  super_class: java.lang.Object
{
  final IBundleCoverage bundle;
    descriptor: LIBundleCoverage;
    flags: (0x0010) ACC_FINAL

  final java.io.File[] srcDirs;
    descriptor: [Ljava/io/File;
    flags: (0x0010) ACC_FINAL

  void <init>(IBundleCoverage, java.io.File[]);
    descriptor: (LIBundleCoverage;[Ljava/io/File;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.mxtool.jacoco.JacocoReport$BundleAndProject 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$BundleAndProject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/jacoco/JacocoReport$BundleAndProject;
    MethodParameters:
         Name  Flags
      bundle   
      srcDirs  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.jacoco.JacocoReport$BundleAndProject this
         0: .line 170
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIBundleCoverage 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$BundleAndProject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/jacoco/JacocoReport$BundleAndProject;
}
SourceFile: "JacocoReport.java"
NestHost: com.oracle.mxtool.jacoco.JacocoReport
InnerClasses:
  private BundleAndProject = com.oracle.mxtool.jacoco.JacocoReport$BundleAndProject of com.oracle.mxtool.jacoco.JacocoReport