https://bz.apache.org/bugzilla/show_bug.cgi?id=59241
Bug ID: 59241
Summary: BackendListener should not be aware of a particular
implementation of BackendListenerClient :
GraphiteBackendListenerClient
Product: JMeter
Version: Nightly (Please specify date)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Related to fix of Bug 59173 in JMeter 3.0, BackendListener now references
GraphiteBackendListenerClient:
public void setArguments(Arguments args) {
// Bug 59173 - don't save new default argument
args.removeArgument(GraphiteBackendListenerClient.USE_REGEXP_FOR_SAMPLERS_LIST,
GraphiteBackendListenerClient.USE_REGEXP_FOR_SAMPLERS_LIST_DEFAULT);
setProperty(new TestElementProperty(ARGUMENTS, args));
}
Related dev mailing list discussion:
- svn commit: r1736119 -
/jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/BackendListener.java
--
You are receiving this mail because:
You are the assignee for the bug.