You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2019/07/28 05:40:12 UTC

[Bug 63616] New: Java Doc - JMeterContext getThreadNum start at 0 and not 1

https://bz.apache.org/bugzilla/show_bug.cgi?id=63616

            Bug ID: 63616
           Summary: Java Doc - JMeterContext getThreadNum start at 0 and
                    not 1
           Product: JMeter
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: orimarko@gmail.com
  Target Milestone: JMETER_5.2

JMeterContext getThreadNum start at 0 and not 1,
Doc:
@return the threadNum starting from one

Should be 
@return the threadNum starting from zero

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 63616] Java Doc - JMeterContext getThreadNum start at 0 and not 1

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63616

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Keywords|                            |FixedInTrunk
         Resolution|---                         |FIXED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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....@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(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.