Transformador: more verbosity
This commit is contained in:
parent
59a768855d
commit
dc51f39176
1 changed files with 1 additions and 0 deletions
|
@ -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"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue