jmeterで次のコードを実行しようとすると:
import org.json.JSONArray;
import org.json.JSONObject;
String jsonString = prev . . . ''
次のエラーが表示されます。
ERROR - jmeter.util.BeanShellInterpreter: Error invoking bsh method: eval Sourced file: inline evaluation of:
import org.json.JSONArray; import org.json.JSONObject; String jsonString = prev
: Typed variable declaration : Object constructor
script org.apache.jorphan.util.JMeterException: Error invoking bsh method: eval Sourced file: inline evaluation of:
import org.json.JSONArray;
import org.json.JSONObject;
String jsonString = prev . . . '' :
Typed variable declaration :
Object constructor
私はそれが何を意味するのか分かりません。