Skip to content

Commit

Permalink
changed cli to support class file specification
Browse files Browse the repository at this point in the history
  • Loading branch information
leofernandesmo committed May 22, 2019
1 parent 791da80 commit 931a14d
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 494 deletions.
1 change: 1 addition & 0 deletions src/main/java/mujava/TraditionalMutantsGeneratorCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
public class TraditionalMutantsGeneratorCLI extends TraditionalMutantsGenerator {

HashMap<String, List<String>> traditionalOpMap;
private List<String> allOperatorsSelected;


public TraditionalMutantsGeneratorCLI(File f) {
Expand Down
Loading

0 comments on commit 931a14d

Please sign in to comment.