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 refaster-support-0.12.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.picnic.errorprone.refaster
├─ tech.picnic.errorprone.refaster.AnnotatedCompositeCodeTransformer.class - [JAR]
├─ tech.picnic.errorprone.refaster.AutoValue_AnnotatedCompositeCodeTransformer.class - [JAR]
├─ tech.picnic.errorprone.refaster.package-info.class - [JAR]
tech.picnic.errorprone.refaster.annotation
├─ tech.picnic.errorprone.refaster.annotation.Description.class - [JAR]
├─ tech.picnic.errorprone.refaster.annotation.OnlineDocumentation.class - [JAR]
├─ tech.picnic.errorprone.refaster.annotation.Severity.class - [JAR]
├─ tech.picnic.errorprone.refaster.annotation.package-info.class - [JAR]
tech.picnic.errorprone.refaster.matchers
├─ tech.picnic.errorprone.refaster.matchers.IsArray.class - [JAR]
├─ tech.picnic.errorprone.refaster.matchers.IsCharacter.class - [JAR]
├─ tech.picnic.errorprone.refaster.matchers.IsLambdaExpressionOrMethodReference.class - [JAR]
├─ tech.picnic.errorprone.refaster.matchers.IsLikelyTrivialComputation.class - [JAR]
├─ tech.picnic.errorprone.refaster.matchers.IsRefasterAsVarargs.class - [JAR]
├─ tech.picnic.errorprone.refaster.matchers.ThrowsCheckedException.class - [JAR]
├─ tech.picnic.errorprone.refaster.matchers.package-info.class - [JAR]