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 2003/06/12 23:35:08 UTC

DO NOT REPLY [Bug 20731] New: - Fix up getResString() calls to use proper keys

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=20731>.
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=20731

Fix up getResString() calls to use proper keys

           Summary: Fix up getResString() calls to use proper keys
           Product: JMeter
           Version: 1.9RC1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: tjsb@slb.com


getStaticLabel() normally returns a resource from the messages.properties 
file, but some classes use what appears to be the resource value instead of 
the resource key. 

This works because JMeterUtils.getResString converts underscores to spaces and 
lowercases the string before doing the lookup, but it is confusing.

The patch to follow replaces the "pseudo keys" with the real keys.

It also comments out some unused variables in:
ThreadGroupGui
ParamModifierGui

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org