Open Evoi95 opened 3 years ago
Created and fixed all print in all java file.
Use this exspression for print some message for clean code, and avoid the smells :
Protected String message; ( declare it with the other variable )
message = "Sto nel terzo caso d'urso lode";
Log.logger.log(Level.INFO,"-> {0}",message);
Create or import the logger file to replace the print into the java code