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 detekt-watch-service-1.0.0-gradle-rework-beta3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.gitlab.arturbosch.detekt.watchservice
├─ io.gitlab.arturbosch.detekt.watchservice.DetektService.class - [JAR]
├─ io.gitlab.arturbosch.detekt.watchservice.MainKt.class - [JAR]
├─ io.gitlab.arturbosch.detekt.watchservice.Parameters.class - [JAR]
├─ io.gitlab.arturbosch.detekt.watchservice.PathEvent.class - [JAR]
├─ io.gitlab.arturbosch.detekt.watchservice.WatchServiceDirectoryRegisteringVisitor.class - [JAR]
├─ io.gitlab.arturbosch.detekt.watchservice.WatchedDir.class - [JAR]
├─ io.gitlab.arturbosch.detekt.watchservice.WatchingKt.class - [JAR]