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 report-domain-15.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.proton.core.report.domain.usecase
├─ me.proton.core.report.domain.usecase.SendBugReport.class - [JAR]
me.proton.core.report.domain.entity
├─ me.proton.core.report.domain.entity.BugReport.class - [JAR]
├─ me.proton.core.report.domain.entity.BugReportExtra.class - [JAR]
├─ me.proton.core.report.domain.entity.BugReportField.class - [JAR]
├─ me.proton.core.report.domain.entity.BugReportKt.class - [JAR]
├─ me.proton.core.report.domain.entity.BugReportMeta.class - [JAR]
├─ me.proton.core.report.domain.entity.BugReportValidationError.class - [JAR]
me.proton.core.report.domain.repository
├─ me.proton.core.report.domain.repository.ReportRepository.class - [JAR]