jsalvata    2004/02/10 14:05:39

  Modified:    src/core/org/apache/jmeter/engine PreCompiler.java
               src/core/org/apache/jmeter/engine/util ValueReplacer.java
               src/protocol/http/org/apache/jmeter/protocol/http/parser
                        HTMLParseError.java HTMLParser.java
                        RegexpHTMLParser.java JTidyHTMLParser.java
                        HtmlParserHTMLParser.java HTMLParseException.java
               src/protocol/http/org/apache/jmeter/protocol/http/modifier
                        ParamModifier.java ParamMask.java
                        URLRewritingModifier.java
               src/core/org/apache/jmeter/gui GuiPackage.java
               src/core/org/apache/jmeter/util JMeterUtils.java
               src/core/org/apache/jmeter/gui/action ExitCommand.java
                        Save.java
               src/protocol/http/org/apache/jmeter/protocol/http/proxy
                        ProxyControl.java
               src/components/org/apache/jmeter/control/gui
                        RandomOrderControllerGui.java
               src/protocol/http/org/apache/jmeter/protocol/http/sampler
                        HTTPSampleResult.java
               src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui
                        ProxyControlGui.java
               src/components/org/apache/jmeter/timers
                        ConstantThroughputTimerBeanInfo.java
               src/components/org/apache/jmeter/control
                        RandomOrderController.java
               src/core/org/apache/jmeter/gui/util JMeterMenuBar.java
                        MenuFactory.java
               src/jorphan/org/apache/jorphan/io TextFile.java
  Log:
  * Move @author tags back to the right place wherever I had misplaced them.
  * Updated @version tags to more convenient format.
  
  Revision  Changes    Path
  1.21      +5 -4      
jakarta-jmeter/src/core/org/apache/jmeter/engine/PreCompiler.java
  
  Index: PreCompiler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/engine/PreCompiler.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- PreCompiler.java  16 Dec 2003 14:37:36 -0000      1.20
  +++ PreCompiler.java  10 Feb 2004 22:05:38 -0000      1.21
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author  Michael Stover
  - * @author  <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jmeter.engine;
   
  @@ -72,6 +68,11 @@
   import org.apache.jorphan.logging.LoggingManager;
   import org.apache.log.Logger;
   
  +/**
  + * @author  Michael Stover
  + * @author  <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
  + */
   public class PreCompiler implements HashTreeTraverser
   {
       transient private static Logger log = LoggingManager.getLoggerForClass();
  
  
  
  1.13      +5 -4      
jakarta-jmeter/src/core/org/apache/jmeter/engine/util/ValueReplacer.java
  
  Index: ValueReplacer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/engine/util/ValueReplacer.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ValueReplacer.java        16 Dec 2003 14:30:17 -0000      1.12
  +++ ValueReplacer.java        10 Feb 2004 22:05:38 -0000      1.13
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author  Michael Stover
  - * @author  <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
    package org.apache.jmeter.engine.util;
   
  @@ -82,6 +78,11 @@
   import org.apache.jorphan.logging.LoggingManager;
   import org.apache.log.Logger;
   
  +/**
  + * @author  Michael Stover
  + * @author  <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
  + */
   public class ValueReplacer
   {
       transient private static Logger log = LoggingManager.getLoggerForClass();
  
  
  
  1.2       +2 -3      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParseError.java
  
  Index: HTMLParseError.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParseError.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HTMLParseError.java       7 Jan 2004 17:56:53 -0000       1.1
  +++ HTMLParseError.java       10 Feb 2004 22:05:38 -0000      1.2
  @@ -51,9 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jmeter.protocol.http.parser;
   
  @@ -62,6 +59,8 @@
    * The main rationale for the class is to support chained
    * Errors in JDK 1.3
    * 
  + * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
    */
   public class HTMLParseError extends Error
   {
  
  
  
  1.21      +3 -3      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java
  
  Index: HTMLParser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- HTMLParser.java   9 Feb 2004 10:59:26 -0000       1.20
  +++ HTMLParser.java   10 Feb 2004 22:05:38 -0000      1.21
  @@ -51,9 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jmeter.protocol.http.parser;
   
  @@ -81,6 +78,9 @@
   
   /**
    * HtmlParsers can parse HTML content to obtain URLs.
  + * 
  + * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
    */
   public abstract class HTMLParser
   {
  
  
  
  1.15      +2 -5      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/RegexpHTMLParser.java
  
  Index: RegexpHTMLParser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/RegexpHTMLParser.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- RegexpHTMLParser.java     8 Feb 2004 23:52:37 -0000       1.14
  +++ RegexpHTMLParser.java     10 Feb 2004 22:05:38 -0000      1.15
  @@ -51,9 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jmeter.protocol.http.parser;
   
  @@ -107,8 +104,8 @@
    *  <li>&lt; ... codebase=<b>url</b> ... &gt;
    * </ul>
    * 
  - * <p>
  - * This HtmlParser implementation 
  + * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
    */
   class RegexpHTMLParser extends HTMLParser
   {
  
  
  
  1.10      +4 -4      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/JTidyHTMLParser.java
  
  Index: JTidyHTMLParser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/JTidyHTMLParser.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- JTidyHTMLParser.java      8 Feb 2004 23:52:37 -0000       1.9
  +++ JTidyHTMLParser.java      10 Feb 2004 22:05:38 -0000      1.10
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author TBA
  - * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jmeter.protocol.http.parser;
   
  @@ -74,6 +70,10 @@
   
   /**
    * HtmlParser implementation using JTidy.
  + * 
  + * @author TBA
  + * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
    */
   class JTidyHTMLParser extends HTMLParser
   {
  
  
  
  1.10      +4 -4      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HtmlParserHTMLParser.java
  
  Index: HtmlParserHTMLParser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HtmlParserHTMLParser.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HtmlParserHTMLParser.java 8 Feb 2004 23:52:37 -0000       1.9
  +++ HtmlParserHTMLParser.java 10 Feb 2004 22:05:38 -0000      1.10
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - *
  - * @author TBA
  - * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jmeter.protocol.http.parser;
   
  @@ -73,6 +69,10 @@
   
   /**
    * HtmlParser implementation using SourceForge's HtmlParser.
  + *
  + * @author TBA
  + * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
    */
   class HtmlParserHTMLParser extends HTMLParser
   {
  
  
  
  1.3       +4 -3      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParseException.java
  
  Index: HTMLParseException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParseException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HTMLParseException.java   7 Jan 2004 17:59:22 -0000       1.2
  +++ HTMLParseException.java   10 Feb 2004 22:05:38 -0000      1.3
  @@ -51,12 +51,13 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jmeter.protocol.http.parser;
   
  +/**
  + * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
  + */
   public class HTMLParseException extends Exception
   {
        private Throwable savedCause; //Support JDK1.4 getCause() on JDK1.3
  
  
  
  1.11      +5 -6      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/modifier/ParamModifier.java
  
  Index: ParamModifier.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/modifier/ParamModifier.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ParamModifier.java        14 Dec 2003 12:15:08 -0000      1.10
  +++ ParamModifier.java        10 Feb 2004 22:05:38 -0000      1.11
  @@ -51,13 +51,8 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - *
  - * @author     David La France
  - * @see        ParamMask
  - * @version    $Id$
    */
  - 
  - package org.apache.jmeter.protocol.http.modifier;
  +package org.apache.jmeter.protocol.http.modifier;
   
   import java.io.Serializable;
   
  @@ -87,6 +82,10 @@
    * The [EMAIL PROTECTED] ParamMask} object contains most of the logic for stepping 
through
    * this loop. You can make large modifications to this modifier's behaviour by
    * changing one or two method implementations there.
  + *
  + * @author     David La France
  + * @see        ParamMask
  + * @version    $Revision$ updated on $Date$
    */
   public class ParamModifier
       extends AbstractTestElement
  
  
  
  1.7       +4 -4      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/modifier/ParamMask.java
  
  Index: ParamMask.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/modifier/ParamMask.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ParamMask.java    14 Dec 2003 12:14:22 -0000      1.6
  +++ ParamMask.java    10 Feb 2004 22:05:38 -0000      1.7
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - *
  - * @author  David La France
  - * @author  <a href="mailto:[EMAIL PROTECTED]">Scott Eade</a>
  - * @version $Id$
    */
    
   package org.apache.jmeter.protocol.http.modifier;
  @@ -67,6 +63,10 @@
   /**
    * This object defines with what a parameter has its value replaced, and the
    * policies for how that value changes. Used in [EMAIL PROTECTED] ParamModifier}.
  + *
  + * @author  David La France
  + * @author  <a href="mailto:[EMAIL PROTECTED]">Scott Eade</a>
  + * @version $Revision$ updated on $Date$
    */
   public class ParamMask extends AbstractTestElement implements Serializable
   {
  
  
  
  1.27      +5 -4      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/modifier/URLRewritingModifier.java
  
  Index: URLRewritingModifier.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/modifier/URLRewritingModifier.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- URLRewritingModifier.java 23 Jan 2004 00:10:05 -0000      1.26
  +++ URLRewritingModifier.java 10 Feb 2004 22:05:38 -0000      1.27
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - *
  - * @author mstover
  - * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   
   package org.apache.jmeter.protocol.http.modifier;
  @@ -79,6 +75,11 @@
   import org.apache.oro.text.regex.Perl5Compiler;
   import org.apache.oro.text.regex.Perl5Matcher;
   
  +/**
  + * @author mstover
  + * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
  + */
   public class URLRewritingModifier
       extends AbstractTestElement
       implements Serializable, PreProcessor
  
  
  
  1.27      +4 -4      jakarta-jmeter/src/core/org/apache/jmeter/gui/GuiPackage.java
  
  Index: GuiPackage.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/gui/GuiPackage.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- GuiPackage.java   5 Feb 2004 09:50:03 -0000       1.26
  +++ GuiPackage.java   10 Feb 2004 22:05:38 -0000      1.27
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author Michael Stover
  - * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jmeter.gui;
   
  @@ -90,6 +86,10 @@
    * it to query the GUI about it's state.  When actions, for instance, need to
    * affect the GUI, they typically use GuiPackage to get access to different
    * parts of the GUI.
  + * 
  + * @author Michael Stover
  + * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
    */
   public final class GuiPackage implements LocaleChangeListener
   {
  
  
  
  1.61      +4 -4      jakarta-jmeter/src/core/org/apache/jmeter/util/JMeterUtils.java
  
  Index: JMeterUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/util/JMeterUtils.java,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- JMeterUtils.java  30 Jan 2004 16:06:24 -0000      1.60
  +++ JMeterUtils.java  10 Feb 2004 22:05:38 -0000      1.61
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author  Michael Stover
  - * @author   <a href="mailto:[EMAIL PROTECTED]">Keith Lancaster</a>
  - * @version $Id$
    */
   package org.apache.jmeter.util;
   
  @@ -95,6 +91,10 @@
   
   /**
    * This class contains the static utility methods used by JMeter.
  + * 
  + * @author  Michael Stover
  + * @author  <a href="mailto:[EMAIL PROTECTED]">Keith Lancaster</a>
  + * @version $Revision$ updated on $Date$
    */
   public class JMeterUtils implements UnitTestManager
   {
  
  
  
  1.11      +5 -4      
jakarta-jmeter/src/core/org/apache/jmeter/gui/action/ExitCommand.java
  
  Index: ExitCommand.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/gui/action/ExitCommand.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ExitCommand.java  15 Dec 2003 23:38:43 -0000      1.10
  +++ ExitCommand.java  10 Feb 2004 22:05:38 -0000      1.11
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - *
  - * @author  Brendan Burns
  - * @author   <a href="mailto:[EMAIL PROTECTED]">Keith Lancaster</a>
  - * @version $Id$
    */
   package org.apache.jmeter.gui.action;
   
  @@ -67,6 +63,11 @@
   import org.apache.jmeter.gui.GuiPackage;
   import org.apache.jmeter.util.JMeterUtils;
   
  +/**
  + * @author  Brendan Burns
  + * @author  <a href="mailto:[EMAIL PROTECTED]">Keith Lancaster</a>
  + * @version $Revision$ updated on $Date$
  + */
   public class ExitCommand implements Command
   {
   
  
  
  
  1.19      +5 -4      jakarta-jmeter/src/core/org/apache/jmeter/gui/action/Save.java
  
  Index: Save.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/gui/action/Save.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Save.java 15 Dec 2003 23:38:43 -0000      1.18
  +++ Save.java 10 Feb 2004 22:05:38 -0000      1.19
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - *
  - * @author  Michael Stover
  - * @author   <a href="mailto:[EMAIL PROTECTED]">Keith Lancaster</a>
  - * @version $Id$
    */
   package org.apache.jmeter.gui.action;
   
  @@ -81,6 +77,11 @@
   import org.apache.jorphan.logging.LoggingManager;
   import org.apache.log.Logger;
   
  +/**
  + * @author  Michael Stover
  + * @author   <a href="mailto:[EMAIL PROTECTED]">Keith Lancaster</a>
  + * @version $Revision$ updated on $Date$
  + */
   public class Save implements Command
   {
       transient private static Logger log = LoggingManager.getLoggerForClass();
  
  
  
  1.49      +5 -4      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
  
  Index: ProxyControl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- ProxyControl.java 7 Jan 2004 00:43:22 -0000       1.48
  +++ ProxyControl.java 10 Feb 2004 22:05:38 -0000      1.49
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author  Michael Stover
  - * @author  <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jmeter.protocol.http.proxy;
   
  @@ -107,6 +103,11 @@
   import org.apache.oro.text.regex.Perl5Compiler;
   import org.apache.oro.text.regex.Perl5Matcher;
   
  +/**
  + * @author  Michael Stover
  + * @author  <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
  + */
   public class ProxyControl extends GenericController implements Serializable
   {
       transient private static Logger log = LoggingManager.getLoggerForClass();
  
  
  
  1.2       +3 -3      
jakarta-jmeter/src/components/org/apache/jmeter/control/gui/RandomOrderControllerGui.java
  
  Index: RandomOrderControllerGui.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/control/gui/RandomOrderControllerGui.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RandomOrderControllerGui.java     9 Feb 2004 22:50:52 -0000       1.1
  +++ RandomOrderControllerGui.java     10 Feb 2004 22:05:38 -0000      1.2
  @@ -12,9 +12,6 @@
    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    * See the License for the specific language governing permissions and
    * limitations under the License.
  - * 
  - * @author  Mike Verdone
  - * @version $Id$
    */
   package org.apache.jmeter.control.gui;
   
  @@ -24,6 +21,9 @@
   
   /**
    * GUI for RandomOrderController.
  + *
  + * @author  Mike Verdone
  + * @version $Revision$ updated on $Date$
    */
   public class RandomOrderControllerGui extends LogicControllerGui
   {
  
  
  
  1.9       +3 -3      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.java
  
  Index: HTTPSampleResult.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- HTTPSampleResult.java     15 Jan 2004 10:42:28 -0000      1.8
  +++ HTTPSampleResult.java     10 Feb 2004 22:05:38 -0000      1.9
  @@ -51,9 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jmeter.protocol.http.sampler;
   
  @@ -63,6 +60,9 @@
   
   /**
    * This is a specialisation of the SampleResult class for the HTTP protocol.
  + * 
  + * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
    */
   public class HTTPSampleResult extends SampleResult
   {
  
  
  
  1.37      +6 -5      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.java
  
  Index: ProxyControlGui.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- ProxyControlGui.java      19 Jan 2004 19:04:08 -0000      1.36
  +++ ProxyControlGui.java      10 Feb 2004 22:05:38 -0000      1.37
  @@ -51,11 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - *
  - * @author  Michael Stover
  - * @author   Thad Smith (controller combo code, taken from ModuleController)
  - * @author   <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jmeter.protocol.http.proxy.gui;
   
  @@ -105,6 +100,12 @@
   import org.apache.jorphan.logging.LoggingManager;
   import org.apache.log.Logger;
   
  +/**
  + * @author  Michael Stover
  + * @author  Thad Smith (controller combo code, taken from ModuleController)
  + * @author  <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
  + */
   public class ProxyControlGui
       extends LogicControllerGui
       implements
  
  
  
  1.3       +6 -3      
jakarta-jmeter/src/components/org/apache/jmeter/timers/ConstantThroughputTimerBeanInfo.java
  
  Index: ConstantThroughputTimerBeanInfo.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/timers/ConstantThroughputTimerBeanInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConstantThroughputTimerBeanInfo.java      1 Feb 2004 23:49:02 -0000       1.2
  +++ ConstantThroughputTimerBeanInfo.java      10 Feb 2004 22:05:38 -0000      1.3
  @@ -51,9 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jmeter.timers;
   
  @@ -61,6 +58,12 @@
   
   import org.apache.jmeter.testbeans.BeanInfoSupport;
   
  +/**
  + * BeanInfo for the ConstantThroughputTimer.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
  + */
   public class ConstantThroughputTimerBeanInfo extends BeanInfoSupport
   {
       public ConstantThroughputTimerBeanInfo()
  
  
  
  1.2       +3 -3      
jakarta-jmeter/src/components/org/apache/jmeter/control/RandomOrderController.java
  
  Index: RandomOrderController.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/control/RandomOrderController.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RandomOrderController.java        9 Feb 2004 22:50:52 -0000       1.1
  +++ RandomOrderController.java        10 Feb 2004 22:05:39 -0000      1.2
  @@ -12,9 +12,6 @@
    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    * See the License for the specific language governing permissions and
    * limitations under the License.
  - * 
  - * @author  Mike Verdone
  - * @version $Id$
    */
   package org.apache.jmeter.control;
   
  @@ -31,6 +28,9 @@
   
   /**
    * A controller that runs its children each at most once, but in a random order.
  + *
  + * @author  Mike Verdone
  + * @version $Revision$ updated on $Date$
    */
   public class RandomOrderController
       extends GenericController
  
  
  
  1.21      +5 -4      
jakarta-jmeter/src/core/org/apache/jmeter/gui/util/JMeterMenuBar.java
  
  Index: JMeterMenuBar.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/gui/util/JMeterMenuBar.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- JMeterMenuBar.java        20 Dec 2003 03:27:46 -0000      1.20
  +++ JMeterMenuBar.java        10 Feb 2004 22:05:39 -0000      1.21
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author    Michael Stover
  - * @author   <a href="mailto:[EMAIL PROTECTED]">Keith Lancaster</a>
  - * @version $Id$
    */
   package org.apache.jmeter.gui.util;
   import java.awt.Component;
  @@ -81,6 +77,11 @@
   import org.apache.jorphan.logging.LoggingManager;
   import org.apache.log.Logger;
   
  +/**
  + * @author  Michael Stover
  + * @author  <a href="mailto:[EMAIL PROTECTED]">Keith Lancaster</a>
  + * @version $Revision$ updated on $Date$
  + */
   public class JMeterMenuBar extends JMenuBar implements LocaleChangeListener
   {
       transient private static Logger log = LoggingManager.getLoggerForClass();
  
  
  
  1.28      +5 -4      
jakarta-jmeter/src/core/org/apache/jmeter/gui/util/MenuFactory.java
  
  Index: MenuFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/gui/util/MenuFactory.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- MenuFactory.java  1 Feb 2004 13:11:27 -0000       1.27
  +++ MenuFactory.java  10 Feb 2004 22:05:39 -0000      1.28
  @@ -51,10 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author    Michael Stover
  - * @author   <a href="mailto:[EMAIL PROTECTED]">Keith Lancaster</a>
  - * @version $Id$
    */
   package org.apache.jmeter.gui.util;
   
  @@ -87,6 +83,11 @@
   import org.apache.jorphan.logging.LoggingManager;
   import org.apache.log.Logger;
   
  +/**
  + * @author  Michael Stover
  + * @author  <a href="mailto:[EMAIL PROTECTED]">Keith Lancaster</a>
  + * @version $Revision$ updated on $Date$
  + */
   public final class MenuFactory
   {
       transient private static Logger log = LoggingManager.getLoggerForClass();
  
  
  
  1.6       +5 -5      jakarta-jmeter/src/jorphan/org/apache/jorphan/io/TextFile.java
  
  Index: TextFile.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/jorphan/org/apache/jorphan/io/TextFile.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TextFile.java     24 Dec 2003 10:40:40 -0000      1.5
  +++ TextFile.java     10 Feb 2004 22:05:39 -0000      1.6
  @@ -51,11 +51,6 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  - * 
  - * @author Giles Cope (gilescope at users.sourceforge.net)
  - * @author Michael Stover (mstover1 at apache.org)
  - * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  - * @version $Id$
    */
   package org.apache.jorphan.io;
   
  @@ -79,6 +74,11 @@
    * <p>
    * Note this is just as memory-inefficient as handling a text file can be. Use
    * with restraint.
  + * 
  + * @author Giles Cope (gilescope at users.sourceforge.net)
  + * @author Michael Stover (mstover1 at apache.org)
  + * @author <a href="mailto:[EMAIL PROTECTED]">Jordi Salvat i Alabart</a>
  + * @version $Revision$ updated on $Date$
    */
   public class TextFile extends File
   {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to