JMeterContext getThreadNum start at 0 and not 1, Doc: @return the threadNum starting from one Should be @return the threadNum starting from zero
This is an automated email from the ASF dual-hosted git repository. pmouawad pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git The following commit(s) were added to refs/heads/master by this push: new cfcc5e1 Bug 63616: Java Doc - JMeterContext getThreadNum start at 0 and not 1 cfcc5e1 is described below commit cfcc5e1d3548041b5dbf612b34b4650d3cbd82c0 Author: pmouawad <p.mouawad@ubik-ingenierie.com> AuthorDate: Sun Jul 28 10:08:45 2019 +0200 Bug 63616: Java Doc - JMeterContext getThreadNum start at 0 and not 1 https://bz.apache.org/bugzilla/show_bug.cgi?id=63616 This resolves Bug 63616 --- src/core/org/apache/jmeter/threads/JMeterContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5127