Transformador: more verbosity

This commit is contained in:
Carlos Galindo 2019-03-27 00:16:53 +01:00
parent 59a768855d
commit dc51f39176
Signed by untrusted user who does not match committer: kauron
GPG Key ID: 83E68706DEE119A3
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ public class Transformador {
}
public static void analyzeFile(File file) throws FileNotFoundException {
System.out.println("BEGIN FILE " + file.getPath());
// Ruta del fichero con el programa que vamos a transformar
String ruta = file.getPath().substring(0, file.getPath().lastIndexOf(".java"));