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 test-smell-detector-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
testsmell
├─ testsmell.AbstractSmell.class - [JAR]
├─ testsmell.SmellStart.class - [JAR]
├─ testsmell.SmellyElement.class - [JAR]
├─ testsmell.TestClass.class - [JAR]
├─ testsmell.TestFile.class - [JAR]
├─ testsmell.TestMethod.class - [JAR]
├─ testsmell.TestSmellDetector.class - [JAR]
├─ testsmell.Util.class - [JAR]
├─ testsmell.package-info.class - [JAR]
testsmell.smell
├─ testsmell.smell.AssertionRoulette.class - [JAR]
├─ testsmell.smell.ConditionalTestLogic.class - [JAR]
├─ testsmell.smell.ConstructorInitialization.class - [JAR]
├─ testsmell.smell.DefaultTest.class - [JAR]
├─ testsmell.smell.DuplicateAssert.class - [JAR]
├─ testsmell.smell.EagerTest.class - [JAR]
├─ testsmell.smell.EmptyTest.class - [JAR]
├─ testsmell.smell.ExceptionCatchingThrowing.class - [JAR]
├─ testsmell.smell.GeneralFixture.class - [JAR]
├─ testsmell.smell.IgnoredTest.class - [JAR]
├─ testsmell.smell.LazyTest.class - [JAR]
├─ testsmell.smell.MagicNumberTest.class - [JAR]
├─ testsmell.smell.MysteryGuest.class - [JAR]
├─ testsmell.smell.PrintStatement.class - [JAR]
├─ testsmell.smell.RedundantAssertion.class - [JAR]
├─ testsmell.smell.SensitiveEquality.class - [JAR]
├─ testsmell.smell.SleepyTest.class - [JAR]
├─ testsmell.smell.UnknownTest.class - [JAR]
├─ testsmell.smell.package-info.class - [JAR]