jar

com.github.heiqs : crashFinder

Maven & Gradle

Jul 01, 2017
0 stars

crashFinder · A tool for localizing the software regression errors

Table Of Contents

Latest Version

Download com.github.heiqs : crashFinder JAR file - Latest Versions:

All Versions

Download com.github.heiqs : crashFinder JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.1
2.0.x
1.0.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 crashFinder-2.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.hdu.pvs.crashfinder.instrument

├─ de.hdu.pvs.crashfinder.instrument.AbstractInstrumenter.class - [JAR]

├─ de.hdu.pvs.crashfinder.instrument.EveryStmtInstrumenter.class - [JAR]

├─ de.hdu.pvs.crashfinder.instrument.InstrumentStats.class - [JAR]

├─ de.hdu.pvs.crashfinder.instrument.Instrumenter.class - [JAR]

├─ de.hdu.pvs.crashfinder.instrument.InstrumenterBench.class - [JAR]

├─ de.hdu.pvs.crashfinder.instrument.InstrumenterMain.class - [JAR]

├─ de.hdu.pvs.crashfinder.instrument.MethodTracer.class - [JAR]

├─ de.hdu.pvs.crashfinder.instrument.RelatedStmtInstrumenter.class - [JAR]

├─ de.hdu.pvs.crashfinder.instrument.StmtTracer.class - [JAR]

de.hdu.pvs.crashfinder.analysis

├─ de.hdu.pvs.crashfinder.analysis.Differencer.class - [JAR]

├─ de.hdu.pvs.crashfinder.analysis.FindFailingSeed.class - [JAR]

├─ de.hdu.pvs.crashfinder.analysis.FindPassingSeed.class - [JAR]

├─ de.hdu.pvs.crashfinder.analysis.IRStatement.class - [JAR]

├─ de.hdu.pvs.crashfinder.analysis.Intersection.class - [JAR]

├─ de.hdu.pvs.crashfinder.analysis.ShrikePoint.class - [JAR]

├─ de.hdu.pvs.crashfinder.analysis.Slicing.class - [JAR]

├─ de.hdu.pvs.crashfinder.analysis.SlicingOutput.class - [JAR]

de.hdu.pvs.crashfinder.test

├─ de.hdu.pvs.crashfinder.test.FieldDeps.class - [JAR]

├─ de.hdu.pvs.crashfinder.test.SeeCoverage.class - [JAR]

├─ de.hdu.pvs.crashfinder.test.TestNoChange.class - [JAR]

├─ de.hdu.pvs.crashfinder.test.TestSlicing.class - [JAR]

├─ de.hdu.pvs.crashfinder.test.TestStmtInstrumenter.class - [JAR]

de.hdu.pvs.crashfinder.util

├─ de.hdu.pvs.crashfinder.util.Command.class - [JAR]

├─ de.hdu.pvs.crashfinder.util.Files.class - [JAR]

├─ de.hdu.pvs.crashfinder.util.Globals.class - [JAR]

├─ de.hdu.pvs.crashfinder.util.Log.class - [JAR]

├─ de.hdu.pvs.crashfinder.util.PackageExtractor.class - [JAR]

├─ de.hdu.pvs.crashfinder.util.Utils.class - [JAR]

├─ de.hdu.pvs.crashfinder.util.WALAUtils.class - [JAR]