Bug 59241 - BackendListener should not be aware of a particular implementation of BackendListenerClient : GraphiteBackendListenerClient
Summary: BackendListener should not be aware of a particular implementation of Backend...
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: Nightly (Please specify date)
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on: 59173
Blocks:
  Show dependency tree
 
Reported: 2016-03-27 19:38 UTC by Philippe Mouawad
Modified: 2016-03-27 19:39 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2016-03-27 19:38:32 UTC
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
Comment 1 The ASF infrastructure team 2022-09-24 20:38:03 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3921