https://issues.apache.org/bugzilla/show_bug.cgi?id=52161

             Bug #: 52161
           Summary: Enable plugins to add own translation rules in
                    addition to upgrade.properties
           Product: JMeter
           Version: 2.5.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: issues@jmeter.apache.org
        ReportedBy: stephane.hoblin...@gmail.com
    Classification: Unclassified


Could it be possible to add this method in
org.apache.jmeter.util.NameUpdater.java :

public static Object setProperty(String key, String value)  {
    return nameMap.setProperty(String key, String value);
}

This would allow plugins to add their own translation rules, without having to
modify the properties file.

Stef

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to