View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jacoco-cov-badge-maven-plugin-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.handofgod94.domain.coverage
├─ io.github.handofgod94.domain.coverage.BranchCoverage.class - [JAR]
├─ io.github.handofgod94.domain.coverage.ComplexityCoverage.class - [JAR]
├─ io.github.handofgod94.domain.coverage.Coverage.class - [JAR]
├─ io.github.handofgod94.domain.coverage.CoverageCalculator.class - [JAR]
├─ io.github.handofgod94.domain.coverage.CoverageCategory.class - [JAR]
├─ io.github.handofgod94.domain.coverage.InstructionCoverage.class - [JAR]
├─ io.github.handofgod94.domain.coverage.LineCoverage.class - [JAR]
├─ io.github.handofgod94.domain.coverage.MethodCoverage.class - [JAR]
io.github.handofgod94
├─ io.github.handofgod94.MyMojo.class - [JAR]
io.github.handofgod94.service.format
├─ io.github.handofgod94.service.format.Formatter.class - [JAR]
├─ io.github.handofgod94.service.format.FormatterFactory.class - [JAR]
├─ io.github.handofgod94.service.format.JpegFormatter.class - [JAR]
├─ io.github.handofgod94.service.format.PngFormatter.class - [JAR]
├─ io.github.handofgod94.service.format.SvgFormatter.class - [JAR]
io.github.handofgod94.domain
├─ io.github.handofgod94.domain.AutoValue_Badge.class - [JAR]
├─ io.github.handofgod94.domain.AutoValue_MyMojoConfiguration.class - [JAR]
├─ io.github.handofgod94.domain.AutoValue_Report.class - [JAR]
├─ io.github.handofgod94.domain.AutoValue_ReportLine.class - [JAR]
├─ io.github.handofgod94.domain.Badge.class - [JAR]
├─ io.github.handofgod94.domain.BadgeColors.class - [JAR]
├─ io.github.handofgod94.domain.BadgeTemplate.class - [JAR]
├─ io.github.handofgod94.domain.MyMojoConfiguration.class - [JAR]
├─ io.github.handofgod94.domain.Report.class - [JAR]
├─ io.github.handofgod94.domain.ReportLine.class - [JAR]
io.github.handofgod94.service
├─ io.github.handofgod94.service.BadgeGenerator.class - [JAR]
├─ io.github.handofgod94.service.CsvReportParser.class - [JAR]