jar

de.tkunkel.oss : functional-source-analyzer

Maven & Gradle

Jun 05, 2018

Functional Source Analyzer · A checker for functional requirements on java source code

Table Of Contents

Latest Version

Download de.tkunkel.oss : functional-source-analyzer JAR file - Latest Versions:

All Versions

Download de.tkunkel.oss : functional-source-analyzer JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement