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 unitprofiler-0.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.twenty11.unitprofile.callback
├─ de.twenty11.unitprofile.callback.ProfilerCallback.class - [JAR]
de.twenty11.unitprofile.annotations
├─ de.twenty11.unitprofile.annotations.Profile.class - [JAR]
de.twenty11.unitprofile.agent
├─ de.twenty11.unitprofile.agent.Agent.class - [JAR]
├─ de.twenty11.unitprofile.agent.ProfilingClassFileTransformer.class - [JAR]
├─ de.twenty11.unitprofile.agent.ProfilingExprEditor.class - [JAR]
de.twenty11.unitprofile.domain
├─ de.twenty11.unitprofile.domain.Clock.class - [JAR]
├─ de.twenty11.unitprofile.domain.MethodDescriptor.class - [JAR]
├─ de.twenty11.unitprofile.domain.MethodInvocation.class - [JAR]
├─ de.twenty11.unitprofile.domain.Transformation.class - [JAR]
├─ de.twenty11.unitprofile.domain.TransformationResult.class - [JAR]
de.twenty11.unitprofile.output
├─ de.twenty11.unitprofile.output.MyFileUtils.class - [JAR]
├─ de.twenty11.unitprofile.output.OutputGenerator.class - [JAR]