Skip to content

Commit

Permalink
Whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Feb 8, 2020
1 parent 34eb058 commit 44af209
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ Use [`framework/bin/defects4j`](http://defects4j.org/html_doc/defects4j.html) to

| Command | Description |
|----------------|---------------------------------------------------------------------------------------------------|
| [info](http://defects4j.org/html_doc/d4j/d4j-info.html) | View configuration of a specific project or summary of a specific bug |
| [checkout](http://defects4j.org/html_doc/d4j/d4j-checkout.html) | Checkout a buggy or a fixed project version |
| [compile](http://defects4j.org/html_doc/d4j/d4j-compile.html) | Compile sources and developer-written tests of a buggy or a fixed project version |
| [test](http://defects4j.org/html_doc/d4j/d4j-test.html) | Run a single test method or a test suite on a buggy or a fixed project version |
| [mutation](http://defects4j.org/html_doc/d4j/d4j-mutation.html) | Run mutation analysis on a buggy or a fixed project version |
| [coverage](http://defects4j.org/html_doc/d4j/d4j-coverage.html) | Run code coverage analysis on a buggy or a fixed project version |
| [info](http://defects4j.org/html_doc/d4j/d4j-info.html) | View configuration of a specific project or summary of a specific bug |
| [checkout](http://defects4j.org/html_doc/d4j/d4j-checkout.html) | Checkout a buggy or a fixed project version |
| [compile](http://defects4j.org/html_doc/d4j/d4j-compile.html) | Compile sources and developer-written tests of a buggy or a fixed project version |
| [test](http://defects4j.org/html_doc/d4j/d4j-test.html) | Run a single test method or a test suite on a buggy or a fixed project version |
| [mutation](http://defects4j.org/html_doc/d4j/d4j-mutation.html) | Run mutation analysis on a buggy or a fixed project version |
| [coverage](http://defects4j.org/html_doc/d4j/d4j-coverage.html) | Run code coverage analysis on a buggy or a fixed project version |
| [monitor.test](http://defects4j.org/html_doc/d4j/d4j-monitor.test.html) | Monitor the class loader during the execution of a single test or a test suite |
| [export](http://defects4j.org/html_doc/d4j/d4j-export.html) | Export version-specific properties such as classpaths, directories, or lists of tests |
| [export](http://defects4j.org/html_doc/d4j/d4j-export.html) | Export version-specific properties such as classpaths, directories, or lists of tests |


Export version-specific properties
Expand Down Expand Up @@ -175,12 +175,12 @@ provides the following scripts:

| Script | Description |
|-------------------|-----------------------------------------------------------------|
| [defects4j](http://defects4j.org/html_doc/defects4j.html) | Main script, described above |
| [run_bug_detection](http://defects4j.org/html_doc/run_bug_detection.html) | Determine the real fault detection rate |
| [run_mutation](http://defects4j.org/html_doc/run_mutation.html) | Determine the mutation score |
| [run_coverage](http://defects4j.org/html_doc/run_coverage.html) | Determine code coverage ratios (statement and branch coverage) |
| [run_evosuite](http://defects4j.org/html_doc/run_evosuite.html) | Generate test suites using EvoSuite |
| [run_randoop](http://defects4j.org/html_doc/run_randoop.html) | Generate test suites using Randoop |
| [defects4j](http://defects4j.org/html_doc/defects4j.html) | Main script, described above |
| [run_bug_detection](http://defects4j.org/html_doc/run_bug_detection.html) | Determine the real fault detection rate |
| [run_mutation](http://defects4j.org/html_doc/run_mutation.html) | Determine the mutation score |
| [run_coverage](http://defects4j.org/html_doc/run_coverage.html) | Determine code coverage ratios (statement and branch coverage) |
| [run_evosuite](http://defects4j.org/html_doc/run_evosuite.html) | Generate test suites using EvoSuite |
| [run_randoop](http://defects4j.org/html_doc/run_randoop.html) | Generate test suites using Randoop |

Mining and contributing additional bugs to Defects4J
================
Expand Down

0 comments on commit 44af209

Please sign in to comment.