Return-Path: X-Original-To: apmail-jakarta-jmeter-user-archive@www.apache.org Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 011599B4B for ; Fri, 23 Sep 2011 07:50:43 +0000 (UTC) Received: (qmail 24679 invoked by uid 500); 23 Sep 2011 07:50:42 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 24107 invoked by uid 500); 23 Sep 2011 07:50:37 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 24071 invoked by uid 99); 23 Sep 2011 07:50:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2011 07:50:36 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of flyingrhenquest@gmail.com designates 209.85.161.44 as permitted sender) Received: from [209.85.161.44] (HELO mail-fx0-f44.google.com) (209.85.161.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2011 07:50:28 +0000 Received: by fxd18 with SMTP id 18so3721677fxd.31 for ; Fri, 23 Sep 2011 00:50:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=PNWRGMnOfbcLDnjl83zNE2lKoR1xzVSUIEWRdl5Y/F4=; b=nEx8chNPxbvsK/lWwiSbxP8KT71D8ntyf70rTXBYCSScAx2uaXZXY6QPQ8ZQmDHXmw xriaUWymYNrQsXb9VxW9RjmYkK7evM9Q+SRocmk0ydfLrk1eSZZjjlOdgvS7Q+3g11hk Ojr6RR33l0ecEWd+K3Nb59Ja/SXPxXf6KPpT8= MIME-Version: 1.0 Received: by 10.223.76.24 with SMTP id a24mr4583492fak.109.1316764208287; Fri, 23 Sep 2011 00:50:08 -0700 (PDT) Received: by 10.152.36.106 with HTTP; Fri, 23 Sep 2011 00:50:08 -0700 (PDT) In-Reply-To: <1316761731151-4832617.post@n5.nabble.com> References: <1316719202410-4831233.post@n5.nabble.com> <1316761731151-4832617.post@n5.nabble.com> Date: Fri, 23 Sep 2011 01:50:08 -0600 Message-ID: Subject: Re: Bean Shell Preprocessor query From: Bruce Ide To: JMeter Users List Content-Type: multipart/alternative; boundary=00151743f764e3507a04ad970e58 X-Virus-Checked: Checked by ClamAV on apache.org --00151743f764e3507a04ad970e58 Content-Type: text/plain; charset=ISO-8859-1 You don't need to use ""+ to convert bshFoo into a String! It's already a String! And using ""+ to convert something to a String is the wrong way to do that, anyway! God! ;-) -- Bruce Ide FlyingRhenquest@gmail.com --00151743f764e3507a04ad970e58--