Skip to content

Commit

Permalink
Merge pull request #5 from RenanOfugi/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
RenanOfugi authored Dec 31, 2017
2 parents 6143175 + a4d9bea commit c635fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified DroidRepair.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ private void collectParameters() {

if (Astor4AndroidData.getFlthreshold() != null) {

String flthreshold = Messages.showInputDialog("Entre com o valor minimo para fault localization (entre 0 e 1)", "FAULT LOCALIZATION VALUE", Messages.getInformationIcon());
Astor4AndroidData.setFlthreshold(flthreshold);
String instrumentationfailing = Messages.showInputDialog("Entre com testes de instrumentação separados por dois-pontos", "INSTRUMENTATION FAILING", Messages.getInformationIcon());
Astor4AndroidData.setInstrumentationfailing(instrumentationfailing);
}
}

Expand Down

0 comments on commit c635fe7

Please sign in to comment.