public class com.oracle.mxtool.jacoco.JacocoReport$ProjectSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.mxtool.jacoco.JacocoReport$ProjectSpec
  super_class: java.lang.Object
{
  private final java.io.File projectDir;
    descriptor: Ljava/io/File;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.io.File binDir;
    descriptor: Ljava/io/File;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.io.File[] srcDirs;
    descriptor: [Ljava/io/File;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.jacoco.JacocoReport$ProjectSpec 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$ProjectSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/jacoco/JacocoReport$ProjectSpec;
    MethodParameters:
      Name  Flags
      spec  
}
SourceFile: "JacocoReport.java"
NestHost: com.oracle.mxtool.jacoco.JacocoReport
InnerClasses:
  public ProjectSpec = com.oracle.mxtool.jacoco.JacocoReport$ProjectSpec of com.oracle.mxtool.jacoco.JacocoReport