https://bz.apache.org/bugzilla/show_bug.cgi?id=57913
--- Comment #5 from Benoit Vatan <[email protected]> --- Here it is, I think I have updated the patch to take all your remarks into account. Backup files are now stored by default in ${JMETER_HOME}/backups unless jmeter.gui.action.save.backup_directory is set to a different location. jmeter.gui.action.save.backup_on_save has been renamed according to Felix's advice. Backup file names are now timestamp free, replaced by a version number auto-incremented from the highest version found in the already existing backup files. Backup extensions is now .jmx instead of a timestamp. I have rework the code to make it simpler and make use of commons-io filters. Reworked the javado, mistyped comments and renamed variable names as well according to your recommandations. Properties have been moved to system.properties with the default values. I have updated hints_and_tips documentation but I'm not sure of the format so it might have to be checked. Regards. -- You are receiving this mail because: You are the assignee for the bug.
