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

TaoLu <tta...@163.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tta...@163.com

--- Comment #8 from TaoLu <tta...@163.com> ---
Created attachment 38216
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38216&action=edit
Jmeter Test Error When Itr next and remove

    public void recoverRunningVersion() {
        Iterator iter = this.propMap.entrySet().iterator();

        while(iter.hasNext()) {
            Entry<String, JMeterProperty> entry = (Entry)iter.next();
            JMeterProperty prop = (JMeterProperty)entry.getValue();
            if (this.isTemporary(prop)) {
                iter.remove();
                this.clearTemporary(prop);
            } else {
                prop.recoverRunningVersion(this);
            }
        }

        this.emptyTemporary();
    }

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

Reply via email to