class com.oracle.mxtool.jacoco.JacocoReport$MultiDirectorySourceFileLocator extends org.jacoco.report.InputStreamSourceFileLocator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.mxtool.jacoco.JacocoReport$MultiDirectorySourceFileLocator
  super_class: org.jacoco.report.InputStreamSourceFileLocator
{
  private java.io.File[] direcotries;
    descriptor: [Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(java.lang.String, int, java.io.File[]);
    descriptor: (Ljava/lang/String;I[Ljava/io/File;)V
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.mxtool.jacoco.JacocoReport$MultiDirectorySourceFileLocator 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$MultiDirectorySourceFileLocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/jacoco/JacocoReport$MultiDirectorySourceFileLocator;
    MethodParameters:
             Name  Flags
      encoding     
      tabWidth     
      direcotries  

  protected java.io.InputStream getSourceStream(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/io/InputStream;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.jacoco.JacocoReport$MultiDirectorySourceFileLocator this
         0: .line 197
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.mxtool.jacoco.JacocoReport$MultiDirectorySourceFileLocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/jacoco/JacocoReport$MultiDirectorySourceFileLocator;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "JacocoReport.java"
NestHost: com.oracle.mxtool.jacoco.JacocoReport
InnerClasses:
  private MultiDirectorySourceFileLocator = com.oracle.mxtool.jacoco.JacocoReport$MultiDirectorySourceFileLocator of com.oracle.mxtool.jacoco.JacocoReport