jar

com.github.sanity4j : sanity4j

Maven & Gradle

Oct 30, 2018
0 stars

Sanity4J · Sanity4J was created to simplify running multiple static code analysis tools on the Java projects. It provides a single entry point to run all the selected tools and produce a consolidated report, which presents all findings in an easily accessible manner.

Table Of Contents

Latest Version

Download com.github.sanity4j : sanity4j JAR file - Latest Versions:

All Versions

Download com.github.sanity4j : sanity4j JAR file - All Versions:

Version Vulnerabilities Size Updated
1.8.x

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 sanity4j-1.8.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.sanity4j.maven.plugin

├─ com.github.sanity4j.maven.plugin.Coordinate.class - [JAR]

├─ com.github.sanity4j.maven.plugin.RunQAMojo.class - [JAR]

com.github.sanity4j.util

├─ com.github.sanity4j.util.ExternalProcessRunner.class - [JAR]

├─ com.github.sanity4j.util.ExtractStats.class - [JAR]

├─ com.github.sanity4j.util.FileUtil.class - [JAR]

├─ com.github.sanity4j.util.JaxbMarshaller.class - [JAR]

├─ com.github.sanity4j.util.PipeInputThread.class - [JAR]

├─ com.github.sanity4j.util.QAException.class - [JAR]

├─ com.github.sanity4j.util.QaLogger.class - [JAR]

├─ com.github.sanity4j.util.QaLoggerAntImpl.class - [JAR]

├─ com.github.sanity4j.util.QaLoggerMavenImpl.class - [JAR]

├─ com.github.sanity4j.util.QaLoggerSystemOutImpl.class - [JAR]

├─ com.github.sanity4j.util.QaUtil.class - [JAR]

├─ com.github.sanity4j.util.RegexpReplaceInputStream.class - [JAR]

├─ com.github.sanity4j.util.StartElementListener.class - [JAR]

├─ com.github.sanity4j.util.StringUtil.class - [JAR]

├─ com.github.sanity4j.util.Tool.class - [JAR]

com.github.sanity4j.gen.spotbugs_3_1_6

├─ com.github.sanity4j.gen.spotbugs_3_1_6.AndMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.BugCodeMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.BugCollection.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.BugMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.BugPatternMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.ClassMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.DesignationMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.DesignationType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.FieldMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.FindBugsFilter.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.FirstVersionMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.LastVersionMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.LocalMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.MatchMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.MatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.MethodMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.NotMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.ObjectFactory.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.OrMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.PackageMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.PriorityMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.RankMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.SourceLine.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.TypeMatcherType.class - [JAR]

├─ com.github.sanity4j.gen.spotbugs_3_1_6.package-info.class - [JAR]

com.github.sanity4j.ant.taskdef

├─ com.github.sanity4j.ant.taskdef.RunQA.class - [JAR]

com.github.sanity4j.gen.pmd_4_2_1

├─ com.github.sanity4j.gen.pmd_4_2_1.Error.class - [JAR]

├─ com.github.sanity4j.gen.pmd_4_2_1.File.class - [JAR]

├─ com.github.sanity4j.gen.pmd_4_2_1.ObjectFactory.class - [JAR]

├─ com.github.sanity4j.gen.pmd_4_2_1.Pmd.class - [JAR]

├─ com.github.sanity4j.gen.pmd_4_2_1.Suppressedviolation.class - [JAR]

├─ com.github.sanity4j.gen.pmd_4_2_1.Violation.class - [JAR]

├─ com.github.sanity4j.gen.pmd_4_2_1.package-info.class - [JAR]

com.github.sanity4j.util.math

├─ com.github.sanity4j.util.math.InfixExpression.class - [JAR]

├─ com.github.sanity4j.util.math.PostfixExpression.class - [JAR]

├─ com.github.sanity4j.util.math.SyntaxException.class - [JAR]

com.github.sanity4j.model.diagnostic

├─ com.github.sanity4j.model.diagnostic.Diagnostic.class - [JAR]

├─ com.github.sanity4j.model.diagnostic.DiagnosticCategory.class - [JAR]

├─ com.github.sanity4j.model.diagnostic.DiagnosticFactory.class - [JAR]

├─ com.github.sanity4j.model.diagnostic.DiagnosticSet.class - [JAR]

com.github.sanity4j.ui

├─ com.github.sanity4j.ui.FieldLabel.class - [JAR]

├─ com.github.sanity4j.ui.FileInput.class - [JAR]

├─ com.github.sanity4j.ui.QaApp.class - [JAR]

├─ com.github.sanity4j.ui.QaLoggerJTextAreaImpl.class - [JAR]

com.github.sanity4j.gen.jacoco_0_7_9

├─ com.github.sanity4j.gen.jacoco_0_7_9.ClassType.class - [JAR]

├─ com.github.sanity4j.gen.jacoco_0_7_9.CounterType.class - [JAR]

├─ com.github.sanity4j.gen.jacoco_0_7_9.LineType.class - [JAR]

├─ com.github.sanity4j.gen.jacoco_0_7_9.MethodType.class - [JAR]

├─ com.github.sanity4j.gen.jacoco_0_7_9.ObjectFactory.class - [JAR]

├─ com.github.sanity4j.gen.jacoco_0_7_9.PackageType.class - [JAR]

├─ com.github.sanity4j.gen.jacoco_0_7_9.ReportType.class - [JAR]

├─ com.github.sanity4j.gen.jacoco_0_7_9.SessioninfoType.class - [JAR]

├─ com.github.sanity4j.gen.jacoco_0_7_9.SourcefileType.class - [JAR]

├─ com.github.sanity4j.gen.jacoco_0_7_9.package-info.class - [JAR]

com.github.sanity4j.gen.pmdcpd_4_2_1

├─ com.github.sanity4j.gen.pmdcpd_4_2_1.Duplication.class - [JAR]

├─ com.github.sanity4j.gen.pmdcpd_4_2_1.File.class - [JAR]

├─ com.github.sanity4j.gen.pmdcpd_4_2_1.ObjectFactory.class - [JAR]

├─ com.github.sanity4j.gen.pmdcpd_4_2_1.PmdCpd.class - [JAR]

├─ com.github.sanity4j.gen.pmdcpd_4_2_1.package-info.class - [JAR]

com.github.sanity4j.model.summary

├─ com.github.sanity4j.model.summary.PackageSummary.class - [JAR]

├─ com.github.sanity4j.model.summary.SummaryCsvMarshaller.class - [JAR]

com.github.sanity4j.workflow

├─ com.github.sanity4j.workflow.AbstractFileCollector.class - [JAR]

├─ com.github.sanity4j.workflow.ClassFileCollector.class - [JAR]

├─ com.github.sanity4j.workflow.FileCopier.class - [JAR]

├─ com.github.sanity4j.workflow.LibraryFileCollector.class - [JAR]

├─ com.github.sanity4j.workflow.QAConfig.class - [JAR]

├─ com.github.sanity4j.workflow.QAProcessor.class - [JAR]

├─ com.github.sanity4j.workflow.ReportProducer.class - [JAR]

├─ com.github.sanity4j.workflow.SourceFileCollector.class - [JAR]

├─ com.github.sanity4j.workflow.SummariseRun.class - [JAR]

├─ com.github.sanity4j.workflow.WorkUnit.class - [JAR]

├─ com.github.sanity4j.workflow.WorkUnitGroup.class - [JAR]

com.github.sanity4j.gen.checkstyle_4_4

├─ com.github.sanity4j.gen.checkstyle_4_4.Checkstyle.class - [JAR]

├─ com.github.sanity4j.gen.checkstyle_4_4.Error.class - [JAR]

├─ com.github.sanity4j.gen.checkstyle_4_4.File.class - [JAR]

├─ com.github.sanity4j.gen.checkstyle_4_4.ObjectFactory.class - [JAR]

├─ com.github.sanity4j.gen.checkstyle_4_4.package-info.class - [JAR]

com.github.sanity4j.report

├─ com.github.sanity4j.report.CategoryWriter.class - [JAR]

├─ com.github.sanity4j.report.ChartFactory.class - [JAR]

├─ com.github.sanity4j.report.CrossProjectChartCreator.class - [JAR]

├─ com.github.sanity4j.report.ExportWriter.class - [JAR]

├─ com.github.sanity4j.report.ExtractStaticContent.class - [JAR]

├─ com.github.sanity4j.report.JavaSourceWriter.class - [JAR]

├─ com.github.sanity4j.report.PackageWriter.class - [JAR]

├─ com.github.sanity4j.report.ReportUtil.class - [JAR]

├─ com.github.sanity4j.report.ReportWriter.class - [JAR]

├─ com.github.sanity4j.report.RuleCatalogueWriter.class - [JAR]

com.github.sanity4j.workflow.tool

├─ com.github.sanity4j.workflow.tool.AbstractToolRunner.class - [JAR]

├─ com.github.sanity4j.workflow.tool.CheckStyleResultReader.class - [JAR]

├─ com.github.sanity4j.workflow.tool.CheckStyleRunner.class - [JAR]

├─ com.github.sanity4j.workflow.tool.JaCoCoMergeReader.class - [JAR]

├─ com.github.sanity4j.workflow.tool.JaCoCoMergeRunner.class - [JAR]

├─ com.github.sanity4j.workflow.tool.JaCoCoResultReader.class - [JAR]

├─ com.github.sanity4j.workflow.tool.JaCoCoRunner.class - [JAR]

├─ com.github.sanity4j.workflow.tool.Pmd5Runner.class - [JAR]

├─ com.github.sanity4j.workflow.tool.PmdCpd5ResultReader.class - [JAR]

├─ com.github.sanity4j.workflow.tool.PmdCpd5Runner.class - [JAR]

├─ com.github.sanity4j.workflow.tool.PmdResultReader.class - [JAR]

├─ com.github.sanity4j.workflow.tool.ResultReader.class - [JAR]

├─ com.github.sanity4j.workflow.tool.SpotBugsResultReader.class - [JAR]

├─ com.github.sanity4j.workflow.tool.SpotBugsRunner.class - [JAR]

├─ com.github.sanity4j.workflow.tool.ToolRunnerGroup.class - [JAR]

com.github.sanity4j.model.coverage

├─ com.github.sanity4j.model.coverage.AbstractCoverage.class - [JAR]

├─ com.github.sanity4j.model.coverage.ClassCoverage.class - [JAR]

├─ com.github.sanity4j.model.coverage.Coverage.class - [JAR]

├─ com.github.sanity4j.model.coverage.CoverageItf.class - [JAR]

├─ com.github.sanity4j.model.coverage.PackageCoverage.class - [JAR]