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 functional-source-analyzer-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.tkunkel.oss.functional.source.analyzer
├─ de.tkunkel.oss.functional.source.analyzer.AbstractChecker.class - [JAR]
├─ de.tkunkel.oss.functional.source.analyzer.AllStarter.class - [JAR]
├─ de.tkunkel.oss.functional.source.analyzer.ManualStarter.class - [JAR]
de.tkunkel.oss.functional.source.analyzer.switchenumcomplete
├─ de.tkunkel.oss.functional.source.analyzer.switchenumcomplete.SwitchEnumCompleteChecker.class - [JAR]
├─ de.tkunkel.oss.functional.source.analyzer.switchenumcomplete.SwitchEnumCompleteCheckerStarter.class - [JAR]
de.tkunkel.oss.functional.source.analyzer.helper
├─ de.tkunkel.oss.functional.source.analyzer.helper.TypeHelper.class - [JAR]
de.tkunkel.oss.functional.source.analyzer.model
├─ de.tkunkel.oss.functional.source.analyzer.model.FunctionalProblemFinding.class - [JAR]
de.tkunkel.oss.functional.source.analyzer.noenumequals
├─ de.tkunkel.oss.functional.source.analyzer.noenumequals.NoEnumEqualsChecker.class - [JAR]
├─ de.tkunkel.oss.functional.source.analyzer.noenumequals.NoEnumEqualsStarter.class - [JAR]
de.tkunkel.oss.functional.source.analyzer.output
├─ de.tkunkel.oss.functional.source.analyzer.output.HtmlWriter.class - [JAR]
de.tkunkel.oss.functional.source.analyzer.noenumconditional
├─ de.tkunkel.oss.functional.source.analyzer.noenumconditional.NoEnumConditionalChecker.class - [JAR]
├─ de.tkunkel.oss.functional.source.analyzer.noenumconditional.NoEnumConditionalStarter.class - [JAR]
├─ de.tkunkel.oss.functional.source.analyzer.noenumconditional.VoidModifierVisitor.class - [JAR]