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 acra-javacore-5.0.0-rc2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.acra.collections
├─ org.acra.collections.BoundedLinkedList.class - [JAR]
├─ org.acra.collections.ImmutableList.class - [JAR]
├─ org.acra.collections.ImmutableMap.class - [JAR]
├─ org.acra.collections.ImmutableSet.class - [JAR]
├─ org.acra.collections.UnmodifiableIteratorWrapper.class - [JAR]
├─ org.acra.collections.UnmodifiableListIteratorWrapper.class - [JAR]
org.acra.config
├─ org.acra.config.ACRAConfigurationException.class - [JAR]
├─ org.acra.config.ClassValidator.class - [JAR]
├─ org.acra.config.Configuration.class - [JAR]
├─ org.acra.config.ConfigurationBuilder.class - [JAR]
├─ org.acra.config.ConfigurationBuilderFactory.class - [JAR]
org.acra
├─ org.acra.ReportField.class - [JAR]