https://issues.apache.org/bugzilla/show_bug.cgi?id=52466
--- Comment #2 from Sebb <[email protected]> 2012-01-16 10:45:11 UTC --- The methods were originally all used by the OldSaveService class. This handled the previous JMX format (Avalon). Support for this format (and the OldSaveService class) was dropped in JMeter 2.4. It's not clear why the methods were/are not used by the classes that handle the new format (which is loaded using XStream). Looks like this is an accidental omission that was never previously noticed. It's also not clear why the getCurrentName(String) method is called by JMeterTreeModel, rather than the class that reads the JMX file format. This was added to JMeterTreeModel in r323315, but the SVN log entry is not very explicit about why the change was done there, rather than when reading the JMX file. I think the old names can only originate from a JMX file, so if they are fixed as part of reading the file, then there should be no need to deal with the old names anywhere else in JMeter. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
