You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/09/02 16:36:54 UTC

svn commit: r571993 [2/2] - in /jakarta/jmeter/branches/rel-2-2/docs: ./ api/ api/org/apache/jmeter/config/gui/ api/org/apache/jmeter/control/ api/org/apache/jmeter/engine/util/ api/org/apache/jmeter/gui/action/ api/org/apache/jmeter/gui/tree/ api/org/...

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/HttpSSLProtocolSocketFactory.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/HttpSSLProtocolSocketFactory.html?rev=571993&r1=571992&r2=571993&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/HttpSSLProtocolSocketFactory.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/HttpSSLProtocolSocketFactory.html Sun Sep  2 07:36:51 2007
@@ -311,7 +311,7 @@
 <DT><B>Specified by:</B><DD><CODE>createSocket</CODE> in interface <CODE>org.apache.commons.httpclient.protocol.ProtocolSocketFactory</CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>host</CODE> - the host name/IP<DD><CODE>port</CODE> - the port on the host<DD><CODE>params</CODE> - <CODE>Http connection parameters</CODE>
+<DT><B>Parameters:</B><DD><CODE>host</CODE> - the host name/IP<DD><CODE>port</CODE> - the port on the host<DD><CODE>localAddress</CODE> - the local host name/IP to bind the socket to<DD><CODE>localPort</CODE> - the port on the local machine<DD><CODE>params</CODE> - <CODE>Http connection parameters</CODE>
 <DT><B>Returns:</B><DD>Socket a new socket
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - if an I/O error occurs while creating the socket

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/StringUtilities.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/StringUtilities.html?rev=571993&r1=571992&r2=571993&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/StringUtilities.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/StringUtilities.html Sun Sep  2 07:36:51 2007
@@ -95,7 +95,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 493779 $</DD>
+  <DD>$Revision: 571988 $</DD>
 </DL>
 <HR>
 

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/collections/HashTree.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/collections/HashTree.html?rev=571993&r1=571992&r2=571993&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/collections/HashTree.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/collections/HashTree.html Sun Sep  2 07:36:51 2007
@@ -117,7 +117,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 493784 $ Updated on: $Date: 2007-01-07 17:57:55 +0000 (Sun, 07 Jan 2007) $</DD>
+  <DD>$Revision: 571988 $ Updated on: $Date: 2007-09-02 15:19:10 +0100 (Sun, 02 Sep 2007) $</DD>
 <DT><B>Author:</B></DT>
   <DD>Michael Stover (mstover1 at apache.org)</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../org/apache/jorphan/collections/HashTreeTraverser.html" title="interface in org.apache.jorphan.collections"><CODE>HashTreeTraverser</CODE></A>, 
@@ -1473,7 +1473,7 @@
 </DL>
 </DD>
 <DD><DL>
-<DT><B>See Also:</B><DD><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang"><CODE>Object.clone()</CODE></A></DL>
+</DL>
 </DD>
 </DL>
 <HR>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/collections/ListedHashTree.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/collections/ListedHashTree.html?rev=571993&r1=571992&r2=571993&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/collections/ListedHashTree.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/collections/ListedHashTree.html Sun Sep  2 07:36:51 2007
@@ -436,7 +436,7 @@
 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/jorphan/collections/HashTree.html#clone()">clone</A></CODE> in class <CODE><A HREF="../../../../org/apache/jorphan/collections/HashTree.html" title="class in org.apache.jorphan.collections">HashTree</A></CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>See Also:</B><DD><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang"><CODE>Object.clone()</CODE></A></DL>
+</DL>
 </DD>
 </DL>
 <HR>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/collections/SortedHashTree.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/collections/SortedHashTree.html?rev=571993&r1=571992&r2=571993&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/collections/SortedHashTree.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/collections/SortedHashTree.html Sun Sep  2 07:36:51 2007
@@ -479,7 +479,7 @@
 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/jorphan/collections/HashTree.html#clone()">clone</A></CODE> in class <CODE><A HREF="../../../../org/apache/jorphan/collections/HashTree.html" title="class in org.apache.jorphan.collections">HashTree</A></CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>See Also:</B><DD><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang"><CODE>Object.clone()</CODE></A></DL>
+</DL>
 </DD>
 </DL>
 <HR>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/gui/JLabeledTextArea.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/gui/JLabeledTextArea.html?rev=571993&r1=571992&r2=571993&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/gui/JLabeledTextArea.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/gui/JLabeledTextArea.html Sun Sep  2 07:36:51 2007
@@ -400,7 +400,7 @@
 <DL>
 <DD>Constructs a new component with the label displaying the passed text.
 <P>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>label</CODE> - The text to display in the label.</DL>
 <HR>
 
 <A NAME="JLabeledTextArea(java.lang.String, javax.swing.text.Document)"><!-- --></A><H3>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/gui/ObjectTableModel.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/gui/ObjectTableModel.html?rev=571993&r1=571992&r2=571993&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/gui/ObjectTableModel.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/gui/ObjectTableModel.html Sun Sep  2 07:36:51 2007
@@ -100,7 +100,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 514013 $</DD>
+  <DD>$Revision: 571988 $</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.jorphan.gui.ObjectTableModel">Serialized Form</A></DL>
 <HR>
 
@@ -540,7 +540,8 @@
  </p>
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>caller</CODE> - - class of caller.
+<DT><B>Parameters:</B><DD><CODE>_value</CODE> - - an instance of the table model row data item 
+ (if null, use the class passed to the constructor).<DD><CODE>caller</CODE> - - class of caller.
 <DT><B>Returns:</B><DD>false if at least one Functor cannot be found.</DL>
 </DD>
 </DL>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/math/StatCalculator.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/math/StatCalculator.html?rev=571993&r1=571992&r2=571993&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/math/StatCalculator.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/math/StatCalculator.html Sun Sep  2 07:36:51 2007
@@ -464,7 +464,7 @@
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>percent</CODE> - 
-<DT><B>Returns:</B><DD></DL>
+<DT><B>Returns:</B><DD>number of values less than the percentage</DL>
 </DD>
 </DL>
 <HR>
@@ -484,7 +484,7 @@
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>percent</CODE> - 
-<DT><B>Returns:</B><DD></DL>
+<DT><B>Returns:</B><DD>number of values less than the percentage</DL>
 </DD>
 </DL>
 <HR>
@@ -501,8 +501,7 @@
 </DL>
 </DD>
 <DD><DL>
-
-<DT><B>Returns:</B><DD></DL>
+</DL>
 </DD>
 </DL>
 <HR>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/util/JOrphanUtils.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/util/JOrphanUtils.html?rev=571993&r1=571992&r2=571993&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/util/JOrphanUtils.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jorphan/util/JOrphanUtils.html Sun Sep  2 07:36:51 2007
@@ -583,7 +583,7 @@
 <DD>close a Writer with no error thrown
 <P>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>wr</CODE> - - Writer (may be null)</DL>
 </DD>
 </DL>
 <HR>
@@ -596,7 +596,7 @@
 <DD>close a Reader with no error thrown
 <P>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>rd</CODE> - - Reader (may be null)</DL>
 </DD>
 </DL>
 <HR>

Modified: jakarta/jmeter/branches/rel-2-2/docs/changes.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/changes.html?rev=571993&r1=571992&r2=571993&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/changes.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/changes.html Sun Sep  2 07:36:51 2007
@@ -251,6 +251,16 @@
 						</li>
 									
 
+												<li	>
+								Bug 43283 - Save action adds .jmx if not present; checks for existing file on Save As
+						</li>
+									
+
+												<li	>
+								Control+A key does not work for Save All As; changed to Control+Shift+S
+						</li>
+									
+
 						</ul>
 							  									 				<h3	>
 								Version 2.3RC3
@@ -2342,7 +2352,6 @@
 								Bug 33920 - allow additional property files
 						</li>
 									
-
 
 												<li	>
 								Bug 33845 - allow direct override of Home dir



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org