Author: sebb
Date: Wed May 6 13:40:28 2009
New Revision: 772251
URL: http://svn.apache.org/viewvc?rev=772251&view=rev
Log:
TODO does not make sense; the class has to be instantiated to get the ref key
Modified:
jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/util/CompoundVariable.java
Modified:
jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/util/CompoundVariable.java
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/util/CompoundVariable.java?rev=772251&r1=772250&r2=772251&view=diff
==============================================================================
---
jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/util/CompoundVariable.java
(original)
+++
jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/util/CompoundVariable.java
Wed May 6 13:40:28 2009
@@ -71,7 +71,6 @@
new Class[] { Function.class }, true, contain, notContain);
Iterator iter = classes.iterator();
while (iter.hasNext()) {
- // TODO skip class init - e.g. update findClassesThatExtend()
to return classes instead of strings
Function tempFunc = (Function) Class.forName((String)
iter.next()).newInstance();
String referenceKey = tempFunc.getReferenceKey();
functions.put(referenceKey, tempFunc.getClass());
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]