User: vharcq  
  Date: 02/06/12 02:12:55

  Modified:    modules/ejb/src/xdoclet/modules/ejb/entity
                        ValueObjectTagsHandler.java
  Log:
  cleanup comments only
  
  Revision  Changes    Path
  1.4       +2 -31     
xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectTagsHandler.java
  
  Index: ValueObjectTagsHandler.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/ValueObjectTagsHandler.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- ValueObjectTagsHandler.java       30 May 2002 18:39:02 -0000      1.3
  +++ ValueObjectTagsHandler.java       12 Jun 2002 09:12:55 -0000      1.4
  @@ -41,7 +41,7 @@
    * @author               Vincent Harcq ([EMAIL PROTECTED])
    * @created              Feb 5, 2002
    * @xdoclet:taghandler   namespace="EjbValueObj"
  - * @version              $Revision: 1.3 $
  + * @version              $Revision: 1.4 $
    */
   public class ValueObjectTagsHandler
        extends EjbTagsHandler
  @@ -556,14 +556,6 @@
               log.debug(methodName);
           }
   
  -//      XClass oldClass = getCurrentClass();
  -//      List already = new ArrayList();
  -
  -        // Begin at the first super class
  -        //pushCurrentClass( getCurrentClass().superclass() );
  -
  -//      do
  -//      {
           // Find if we have an abstract data class definition to generate
           XMethod[] methods = getCurrentClass().getMethods();
           XMethod methodFound = null;
  @@ -582,30 +574,9 @@
           }
   
           if (methodFound != null) {
  -            // We can not use contains because it is based on equals() and
  -            // we need to compare based on compareTo()
  -//              Iterator i = already.iterator();
  -            boolean contained = false;
  -
  -            /*
  -             * while( i.hasNext() )
  -             * {
  -             * if( ( ( XMethod ) i.next() ).compareTo( methodFound ) == 0 )
  -             * contained = true;
  -             * if( contained )
  -             * break;
  -             * }
  -             */
  -            if (contained == false) {
                   generate(template);
  -//                  already.add( methodFound );
               }
  -        }
  -
  -//          pushCurrentClass( getCurrentClass().superclass() );
  -//      }while ( getCurrentClass() != null );
   
  -//      setCurrentClass( oldClass );
       }
   
       /**
  
  
  

_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to