DO NOT REPLY [Bug 52161] New: Enable plugins to add own translation rules in addition to upgrade.properties

2011-11-09 Thread bugzilla
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.


DO NOT REPLY [Bug 52161] Enable plugins to add own translation rules in addition to upgrade.properties

2011-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52161

--- Comment #3 from Sebb s...@apache.org 2011-11-09 15:09:56 UTC ---
It would be better if the additional entries could be provided at class load
time.

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


DO NOT REPLY [Bug 52160] handle BeanDescriptor.hidden flag in JMeter

2011-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52160

stef stephane.hoblin...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

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


DO NOT REPLY [Bug 52161] Enable plugins to add own translation rules in addition to upgrade.properties

2011-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52161

--- Comment #4 from stef stephane.hoblin...@gmail.com 2011-11-09 16:38:12 UTC 
---
(In reply to comment #3)
 It would be better if the additional entries could be provided at class load
 time.

Yes that would be the ideal solution. Is it feasible?

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.