Hi, Does anybody know what is the use of org.apache.jmeter.gui.ClearGui#clearGui?
It looks like clearGui method does not add much value, so I am leaning towards to removing it eventually. We currently have "configure(TestElement element)" (update UI from the values in TestElement) and "modifyTestElement(TestElement element)" (update TestElement based on the values from UI), so I see no reason why we should have "clearGui". Vladimir