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 maven-modules-analyzer-2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.legacy.remediation.infrastructure
├─ com.legacy.remediation.infrastructure.DotWriter.class - [JAR]
com.legacy.remediation.model
├─ com.legacy.remediation.model.DiagrammWriter.class - [JAR]
com.legacy.remediation.model.graph
├─ com.legacy.remediation.model.graph.Node.class - [JAR]
├─ com.legacy.remediation.model.graph.ProjectView.class - [JAR]
com.legacy.remediation
├─ com.legacy.remediation.MojoMavenModuleAnalyzer.class - [JAR]
com.legacy.remediation.model.maven
├─ com.legacy.remediation.model.maven.Dependency.class - [JAR]
├─ com.legacy.remediation.model.maven.DependencyFilter.class - [JAR]
├─ com.legacy.remediation.model.maven.Module.class - [JAR]