Created attachment 36634 [details] getResourceLabel The tutorial(https://jmeter.apache.org/usermanual/jmeter_tutorial.html#testelement-contract) said one who wants to extended the appropriate GUI class should implement getResourceLabel() method first, but I think it should be getLabelResource.
https://github.com/apache/jmeter/pull/471
Thanks for the patch. Nice to see, that someone reads those manuals :) The documentation on the website will be updated with the next release of JMeter, which will probably be version 5.2 commit d4461f254a291258dfb426f3ded4059aee6572f6 AuthorDate: Thu Jun 20 13:51:25 2019 +0200 Use correct method getLabelResource() in JMeter tutorial Contributed by buzzerrookie (buzzerrookie at hotmail.com>) Bugzilla Id: 63519 Closes #471 on github --- xdocs/changes.xml | 2 ++ xdocs/usermanual/jmeter_tutorial.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) commit 8d7d7380b5098497a6f5d164e0896bc4d322dab5 AuthorDate: Thu Jun 20 13:55:50 2019 +0200 Bugzilla entry seems to have a name for the nickname. Bugzilla Id: 63519 Relates to #471 on github --- xdocs/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)