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 cobertura-metrics-model-2.1.2.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.leeyazhou.cobertura.metrics.model.location
├─ com.github.leeyazhou.cobertura.metrics.model.location.SourceLocation.class - [JAR]
com.github.leeyazhou.cobertura.metrics.model.coverage.legacy
├─ com.github.leeyazhou.cobertura.metrics.model.coverage.legacy.AbstractBranchAndLineCoverage.class - [JAR]
├─ com.github.leeyazhou.cobertura.metrics.model.coverage.legacy.AbstractBranchCoverage.class - [JAR]
├─ com.github.leeyazhou.cobertura.metrics.model.coverage.legacy.BranchAndLineCoverage.class - [JAR]
├─ com.github.leeyazhou.cobertura.metrics.model.coverage.legacy.BranchCoverage.class - [JAR]
com.github.leeyazhou.cobertura.metrics.model.coverage.scope
├─ com.github.leeyazhou.cobertura.metrics.model.coverage.scope.AbstractCoverageScope.class - [JAR]
├─ com.github.leeyazhou.cobertura.metrics.model.coverage.scope.ClassCoverageScope.class - [JAR]
├─ com.github.leeyazhou.cobertura.metrics.model.coverage.scope.CoverageScope.class - [JAR]
├─ com.github.leeyazhou.cobertura.metrics.model.coverage.scope.MethodCoverageScope.class - [JAR]
├─ com.github.leeyazhou.cobertura.metrics.model.coverage.scope.PackageCoverageScope.class - [JAR]
├─ com.github.leeyazhou.cobertura.metrics.model.coverage.scope.ProjectCoverageScope.class - [JAR]
com.github.leeyazhou.cobertura.metrics.model.coverage
├─ com.github.leeyazhou.cobertura.metrics.model.coverage.CoverageRecord.class - [JAR]
├─ com.github.leeyazhou.cobertura.metrics.model.coverage.Rate.class - [JAR]
com.github.leeyazhou.cobertura.metrics.model
├─ com.github.leeyazhou.cobertura.metrics.model.LocationScope.class - [JAR]
├─ com.github.leeyazhou.cobertura.metrics.model.Namespace.class - [JAR]