The stuff you commented out: Try to use equals for class comparison in
stead of != or == and see if it works again. Ara and I had the same
problem in some other class. Can't remember which one. Ara?
Aslak
----- Original Message -----
From: Vincent Harcq <[EMAIL PROTECTED]>
Date: Tuesday, March 19, 2002 7:33 pm
Subject: [Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/ejb/tags
HomeTagsHandler.java
> User: vharcq
> Date: 02/03/19 10:33:52
>
> Modified: core/src/xdoclet/ejb/tags Tag: XJAVADOC_REFACTORING
> HomeTagsHandler.java
> Log:
> Unit Tests : 71% success rate
>
> Revision Changes Path
> No revision
>
>
> No revision
>
>
> 1.19.2.3 +5 -3
> xdoclet/core/src/xdoclet/ejb/tags/HomeTagsHandler.java
> Index: HomeTagsHandler.java
> ===================================================================
> RCS file:
> /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb/tags/HomeTagsHandler.jav
a,v retrieving revision 1.19.2.2
> retrieving revision 1.19.2.3
> diff -u -w -r1.19.2.2 -r1.19.2.3
> --- HomeTagsHandler.java 17 Mar 2002 07:21:26 -0000
> 1.19.2.2
> +++ HomeTagsHandler.java 19 Mar 2002 18:33:51 -0000
> 1.19.2.3
> @@ -20,7 +20,7 @@
> /**
> * @author Ara Abrahamian ([EMAIL PROTECTED])
> * @created Oct 15, 2001
> - * @version $Revision: 1.19.2.2 $
> + * @version $Revision: 1.19.2.3 $
> */
> public class HomeTagsHandler extends EjbTagsHandler
> {
> @@ -280,6 +280,8 @@
> * Evaluates the body block if current method is a
> create method. Create
> * methods should have ejb:create-method defined.
> *
> + * @todo I commented somehting strange but surely needed
> + *
> * @param template The body of the block tag
> * @param attributes The attributes of the
> template tag
> * @exception XDocletException Description of Exception
> @@ -296,8 +298,8 @@
>
> if( isCreateMethod( getCurrentMethod() ) )
> {
> - if( superclasses == false &&
> getCurrentMethod().containingClass() != getCurrentClass() &&
> shouldTraverseSuperclassForDependentClass( getCurrentMethod
().containingClass(), "ejb:home" ) == false )
> - return;
> +//TODO if( superclasses == false &&
> getCurrentMethod().containingClass() != getCurrentClass() &&
> shouldTraverseSuperclassForDependentClass( getCurrentMethod
().containingClass(), "ejb:home" ) == false )
> +//TODO return;
>
> generate( template );
> }
>
>
>
>
> _______________________________________________
> Xdoclet-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
>
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel