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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
