We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a37726 commit b621935Copy full SHA for b621935
README
@@ -44,6 +44,11 @@ The input file is in the CSV format, with at least the following columns:
44
* project name
45
* project revision (to help on reproducibility)
46
* type of tranformation (DI for diamond operator, AC for anonymous to lambda, MC for multi-catch)
47
- * percentage (just a number, with the percentage of transformations with respect to the oportunities) * absolute path to the project
+ * percentage (just a number, with the percentage of transformations with respect to the oportunities
48
+ * absolute path to the project
49
50
+### Output
51
+
52
+A log of the transformations is generated on the output folder. The files of the original project are
53
+changed in place.
54
0 commit comments