Re: Deprecate and remove ClearGui#clearGui method?

2023-12-24 Thread Vladimir Sitnikov
For reference, I think `clearGui` is not needed for UI elements that represent TestElement properties. At the same time, clearGui might be needed to reset UI state which is not connected to TestElement properties. For instance, if there's a "tabbed pane", we might want resetting the UI to its

Deprecate and remove ClearGui#clearGui method?

2023-12-22 Thread Vladimir Sitnikov
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