https://issues.apache.org/bugzilla/show_bug.cgi?id=57305
Bug ID: 57305
Summary: remove ProxyControl dependency on GuiPackage
Product: JMeter
Version: 2.12
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 32256
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32256&action=edit
patch implementing this feature
I'm running proxy without UI.
Main problem is that ProxyControl class uses
GuiPackage.getInstance().getTreeModel() as source of tree model
to fix this i've added static member to ProxyControl,
witch can be overridden by user.
--
You are receiving this mail because:
You are the assignee for the bug.