Skip to content

chrvanorle/stre2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stre2019

Software Testing and Reverse Engineering 2019

Requirements:

  • git installed
  • Java 8 JDK installed and set as default
  • Java 7 JRE (set path to this later, int data.config)

The scripts assume you are working from the home directory cd ~.

  1. Clone this repository and cd into it.
  2. Update data.config with your settings.

To run the experiment, do the following:

./init
./defects4jcompile.sh
./astorscript.sh

Init.sh will get required packages and setup astor and defects4j. defects4jcompile.sh will checkout and test-compile the bugs astorscript.sh will execture the repair methods on the bugs.

If everything goes well, the results can be found in ~/stre2019/output-astor

About

Software Testing and Reverse Engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages