User: pathoss 
  Date: 02/05/12 05:21:40

  Modified:    core/src/xdoclet Tag: MODULE_REFACTORING_BRANCH
                        XmlSubTask.java
  Log:
  Minor refactorings.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.13.2.5  +20 -23    xdoclet/core/src/xdoclet/XmlSubTask.java
  
  Index: XmlSubTask.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/XmlSubTask.java,v
  retrieving revision 1.13.2.4
  retrieving revision 1.13.2.5
  diff -u -w -r1.13.2.4 -r1.13.2.5
  --- XmlSubTask.java   12 May 2002 11:58:01 -0000      1.13.2.4
  +++ XmlSubTask.java   12 May 2002 12:21:39 -0000      1.13.2.5
  @@ -15,7 +15,7 @@
   /**
    * @author    Ara Abrahamian ([EMAIL PROTECTED])
    * @created   Oct 13, 2001
  - * @version   $Revision: 1.13.2.4 $
  + * @version   $Revision: 1.13.2.5 $
    */
   public class XmlSubTask extends TemplateSubTask
   {
  @@ -37,7 +37,7 @@
       private String  schema = null;
   
       /**
  -     * Gets the UseIds attribute of the XmlSubTask object
  +     * Gets the UseIds attribute of the XmlSubTask object.
        *
        * @return   The UseIds value
        */
  @@ -47,7 +47,7 @@
       }
   
       /**
  -     * Gets the Xmlencoding attribute of the XmlSubTask object
  +     * Gets the Xmlencoding attribute of the XmlSubTask object.
        *
        * @return   The Xmlencoding value
        */
  @@ -57,7 +57,7 @@
       }
   
       /**
  -     * Gets the DtdURL attribute of the XmlSubTask object
  +     * Gets the DtdURL attribute of the XmlSubTask object.
        *
        * @return   The DtdURL value
        */
  @@ -67,7 +67,7 @@
       }
   
       /**
  -     * Gets the PublicId attribute of the XmlSubTask object
  +     * Gets the PublicId attribute of the XmlSubTask object.
        *
        * @return   The PublicId value
        */
  @@ -77,7 +77,7 @@
       }
   
       /**
  -     * Gets the SystemId attribute of the XmlSubTask object
  +     * Gets the SystemId attribute of the XmlSubTask object.
        *
        * @return   The SystemId value
        */
  @@ -87,7 +87,7 @@
       }
   
       /**
  -     * Gets the Schema attribute of the XmlSubTask object
  +     * Gets the Schema attribute of the XmlSubTask object.
        *
        * @return   The Schema value
        */
  @@ -97,7 +97,7 @@
       }
   
       /**
  -     * Gets the ValidateXML attribute of the XmlSubTask object
  +     * Gets the ValidateXML attribute of the XmlSubTask object.
        *
        * @return   The ValidateXML value
        */
  @@ -107,7 +107,7 @@
       }
   
       /**
  -     * Sets the UseIds attribute of the XmlSubTask object
  +     * Sets the UseIds attribute of the XmlSubTask object.
        *
        * @param useIds  The new UseIds value
        */
  @@ -117,7 +117,7 @@
       }
   
       /**
  -     * Sets the Xmlencoding attribute of the XmlSubTask object
  +     * Sets the Xmlencoding attribute of the XmlSubTask object.
        *
        * @param xmlEncoding  The new Xmlencoding value
        */
  @@ -127,7 +127,7 @@
       }
   
       /**
  -     * Sets the DtdURL attribute of the XmlSubTask object
  +     * Sets the DtdURL attribute of the XmlSubTask object.
        *
        * @param dtdURL  The new DtdURL value
        */
  @@ -137,7 +137,7 @@
       }
   
       /**
  -     * Sets the PublicId attribute of the XmlSubTask object
  +     * Sets the PublicId attribute of the XmlSubTask object.
        *
        * @param publicId  The new PublicId value
        */
  @@ -147,7 +147,7 @@
       }
   
       /**
  -     * Sets the SystemId attribute of the XmlSubTask object
  +     * Sets the SystemId attribute of the XmlSubTask object.
        *
        * @param systemId  The new SystemId value
        */
  @@ -157,7 +157,7 @@
       }
   
       /**
  -     * Sets the Schema attribute of the XmlSubTask object
  +     * Sets the Schema attribute of the XmlSubTask object.
        *
        * @param schema  The new Schema value
        */
  @@ -180,13 +180,13 @@
       /**
        * Describe what the method does
        *
  -     * @param template_src  Describe what the parameter does
  +     * @param templateSrc  Describe what the parameter does
        */
  -    public void copyAttributesFrom(TemplateSubTask template_src)
  +    public void copyAttributesFrom(TemplateSubTask templateSrc)
       {
  -        super.copyAttributesFrom(template_src);
  +        super.copyAttributesFrom(templateSrc);
   
  -        XmlSubTask src = (XmlSubTask) template_src;
  +        XmlSubTask src = (XmlSubTask) templateSrc;
   
           setValidateXML(src.isValidateXML());
           setPublicId(src.getPublicId());
  @@ -231,10 +231,7 @@
       {
           Log log = LogUtil.getLog(XmlSubTask.class, "engineFinished");
   
  -        if (log.isDebugEnabled()) {
               log.debug("isValidateXML()=" + isValidateXML());
  -        }
  -
           if (shouldValidate()) {
               XmlValidator.getInstance().validate(getEngine().getOutput());
           }
  
  
  

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to