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 camunda-process-test-coverage-core-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.camunda.community.process_test_coverage.core.model
├─ org.camunda.community.process_test_coverage.core.model.Collector.class - [JAR]
├─ org.camunda.community.process_test_coverage.core.model.Coverage.class - [JAR]
├─ org.camunda.community.process_test_coverage.core.model.DefaultCollector.class - [JAR]
├─ org.camunda.community.process_test_coverage.core.model.Event.class - [JAR]
├─ org.camunda.community.process_test_coverage.core.model.EventSource.class - [JAR]
├─ org.camunda.community.process_test_coverage.core.model.EventType.class - [JAR]
├─ org.camunda.community.process_test_coverage.core.model.Model.class - [JAR]
├─ org.camunda.community.process_test_coverage.core.model.Run.class - [JAR]
├─ org.camunda.community.process_test_coverage.core.model.Suite.class - [JAR]
org.camunda.community.process_test_coverage.core.engine
├─ org.camunda.community.process_test_coverage.core.engine.ExcludeFromProcessCoverage.class - [JAR]
├─ org.camunda.community.process_test_coverage.core.engine.ModelProvider.class - [JAR]
org.camunda.community.process_test_coverage.core.export
├─ org.camunda.community.process_test_coverage.core.export.CoverageStateJsonExporter.class - [JAR]
├─ org.camunda.community.process_test_coverage.core.export.CoverageStateResult.class - [JAR]