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-hint-0.1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.mkohm.detekt.hint.demo
├─ io.github.mkohm.detekt.hint.demo.Foo.class - [JAR]
├─ io.github.mkohm.detekt.hint.demo.Rectangle.class - [JAR]
├─ io.github.mkohm.detekt.hint.demo.Square.class - [JAR]
io.github.mkohm.detekt.hint.rules
├─ io.github.mkohm.detekt.hint.rules.InterfaceSegregationPrinciple.class - [JAR]
├─ io.github.mkohm.detekt.hint.rules.LackOfCohesionMethods.class - [JAR]
├─ io.github.mkohm.detekt.hint.rules.OpenClosedPrinciple.class - [JAR]
├─ io.github.mkohm.detekt.hint.rules.UseCompositionInsteadOfInheritance.class - [JAR]
io.github.mkohm.detekt.hint
├─ io.github.mkohm.detekt.hint.DetektHintProvider.class - [JAR]