You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2002/07/02 12:06:14 UTC

DO NOT REPLY [Bug 10394] New: - Stupid code in ArgumentsPanel.java

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10394>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10394

Stupid code in ArgumentsPanel.java

           Summary: Stupid code in ArgumentsPanel.java
           Product: JMeter
           Version: 1.7
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: wuyinghui97@mails.tsinghua.edu.cn


I am sorry to say that function 
org.apache.jmeter.config.gui.ArgumentsPanel#keyReleased(KeyEvent)
was implemented in a stupid way. It reads out value from tableModel 
and set it back, without any change.
 
I guess that the purpose of it 
is to save changes whenever possible, but it doesn't work, and 
the result is that if we do not press "return" after we modify
the argument table, the new settings don't work, and if we save
change to disk and close jmeter, we will lose them.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>