User: ara_e_w 
  Date: 02/05/26 13:29:55

  Modified:    modules/xdoclet/src/xdoclet/modules/doc Tag:
                        MODULE_REFACTORING_BRANCH DocumentTagsSubTask.java
                        DocumentationTagsHandler.java
  Log:
  xjavadoc javabeaninifiction refactoring
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.12  +2 -2      
xdoclet/modules/xdoclet/src/xdoclet/modules/doc/Attic/DocumentTagsSubTask.java
  
  Index: DocumentTagsSubTask.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/doc/Attic/DocumentTagsSubTask.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -w -r1.1.2.11 -r1.1.2.12
  --- DocumentTagsSubTask.java  24 May 2002 00:55:23 -0000      1.1.2.11
  +++ DocumentTagsSubTask.java  26 May 2002 20:29:55 -0000      1.1.2.12
  @@ -26,7 +26,7 @@
    * @created           June 19, 2001
    * @xdoclet:subtask   name="documenttags" 
parent="xdoclet.modules.doc.DocumentDocletTask"
    * @todo              use DocletTask as parent instead. should be enough.
  - * @version           $Revision: 1.1.2.11 $
  + * @version           $Revision: 1.1.2.12 $
    */
   public class DocumentTagsSubTask extends TemplateSubTask
   {
  @@ -174,7 +174,7 @@
               try {
                   TemplateTagHandler handler = (TemplateTagHandler) 
TemplateEngine.getEngineInstance().getTagHandlerFor(namespace);
   
  -                if (handler.getClass().getName().equals(clazz.qualifiedName())) {
  +                if (handler.getClass().getName().equals(clazz.getQualifiedName())) {
                       currentNamespace = namespace;
                       break;
                   }
  
  
  
  1.1.2.6   +2 -2      
xdoclet/modules/xdoclet/src/xdoclet/modules/doc/Attic/DocumentationTagsHandler.java
  
  Index: DocumentationTagsHandler.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/doc/Attic/DocumentationTagsHandler.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -w -r1.1.2.5 -r1.1.2.6
  --- DocumentationTagsHandler.java     24 May 2002 00:55:23 -0000      1.1.2.5
  +++ DocumentationTagsHandler.java     26 May 2002 20:29:55 -0000      1.1.2.6
  @@ -18,7 +18,7 @@
    * @author               Ara Abrahamian ([EMAIL PROTECTED])
    * @created              Nov 30, 2001
    * @xdoclet:taghandler   namespace="Doc"
  - * @version              $Revision: 1.1.2.5 $
  + * @version              $Revision: 1.1.2.6 $
    */
   public class DocumentationTagsHandler extends XDocletTagSupport
   {
  @@ -92,7 +92,7 @@
               String tempNamespace = (String) iterator.next();
   
               try {
  -                if 
(TemplateEngine.getEngineInstance().getTagHandlerFor(tempNamespace).getClass().getName().equals(getCurrentClass().qualifiedName()))
 {
  +                if 
(TemplateEngine.getEngineInstance().getTagHandlerFor(tempNamespace).getClass().getName().equals(getCurrentClass().getQualifiedName()))
 {
                       return tempNamespace;
                   }
               }
  
  
  

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to