https://issues.apache.org/bugzilla/show_bug.cgi?id=51822
--- Comment #2 from [email protected] 2011-09-16 19:45:49 UTC --- GuiPackage#updateCurrentGui is almost identical to GuiPackage#getCurrentGui except it does not call clearGui What could be done : change updateCurrentGui to match getCurrentGui (add clearGui and try-catch) change getCurrentGui to simply return the current gui (nothing more) Some call sites of getCurrentGui rely on the fact it will "save" the current gui eg GuiPackage#localeChanged or JMeterTreeModel#addComponent they must be updated to call updateCurrentGui I have a working prototype which do not regress on bugs (43122 30120, 41078, 39427, 50221, 42346) or revisions (325250, 324131) Dear Jmeter maintainers let me know what you think about that... Benoit Wiart -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
