User: stevensa Date: 02/03/09 15:31:55 Modified: core/src/xdoclet/ejb/tags PkTagsHandler.java RelationTagsHandler.java Log: Don't use @s in your javadoc comment text - prettyprinter thinks they're a new tag... Also eliminated a few more javadoc warnings during build. Revision Changes Path 1.18 +17 -11 xdoclet/core/src/xdoclet/ejb/tags/PkTagsHandler.java Index: PkTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb/tags/PkTagsHandler.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -w -r1.17 -r1.18 --- PkTagsHandler.java 7 Mar 2002 22:35:18 -0000 1.17 +++ PkTagsHandler.java 9 Mar 2002 23:31:55 -0000 1.18 @@ -24,15 +24,14 @@ /** * @author Ara Abrahamian ([EMAIL PROTECTED]) * @created Oct 16, 2001 - * @version $Revision: 1.17 $ + * @version $Revision: 1.18 $ */ public class PkTagsHandler extends EjbTagsHandler { /** * @param clazz The class to look into - * @return The value of the - * @ejb:bean primkey-field parameter + * @return The value of the ejb:bean primkey-field parameter * @throws XDocletException if the class doesn't have a primkey-field */ public static String getPrimkeyFieldFor( ClassDoc clazz ) throws XDocletException @@ -148,11 +147,11 @@ return create_method_return_type; } /** - * Returns true if the clazz has a primkey-field defined on the + * Returns true if the clazz has a primkey-field defined on the ejb:bean tag + * (opposed to having a separate PK class) * * @param clazz The class to look into. * @return true if the class has a defined primkey-field - * @ejb:bean tag (opposed to having a separete PK class) * @throws XDocletException */ public static boolean classHasPrimkeyField( ClassDoc clazz ) throws XDocletException @@ -215,6 +214,9 @@ } /** + * Process the tag body if the current method is not a getter or setter for the + * primkey-field + * * @param template * @param attributes * @doc:tag type="block" @@ -228,6 +230,9 @@ } /** + * Process the tag body if the current class doesn't have a defined + * primkey-field + * * @param template * @param attributes * @exception XDocletException @@ -244,7 +249,8 @@ * Returns the primkey-field defined for the current class * * @param attributes - * @return + * @return The value of the ejb:bean primkey-field + * parameter * @exception XDocletException * @doc:tag type="content" */ @@ -258,7 +264,7 @@ * Returns the getter name for the primkey-field * * @param attributes - * @return + * @return The primkey-field getter * @exception XDocletException * @doc:tag type="content" */ @@ -272,7 +278,7 @@ * Returns the setter name for the primkey-field * * @param attributes - * @return + * @return The primkey-field setter * @exception XDocletException * @doc:tag type="content" */ @@ -298,7 +304,7 @@ } /** - * Returns the name of generated PK class. + * Returns the name of generated PK class for the current class. * * @return The name of generated PK class. * @exception XDocletException Description of Exception @@ -310,7 +316,7 @@ } /** - * Returns the name of generated PK class. + * Returns the name of PK class for the current class. * * @return The name of generated PK class. * @exception XDocletException Description of Exception @@ -396,7 +402,7 @@ } /** - * Evaluates the body if the current method is a primary key field + * Evaluates the body if the current method is a primary key field. * * @param template The body of the block tag * @exception XDocletException Description of Exception 1.20 +2 -2 xdoclet/core/src/xdoclet/ejb/tags/RelationTagsHandler.java Index: RelationTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb/tags/RelationTagsHandler.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -w -r1.19 -r1.20 --- RelationTagsHandler.java 19 Feb 2002 08:05:38 -0000 1.19 +++ RelationTagsHandler.java 9 Mar 2002 23:31:55 -0000 1.20 @@ -20,7 +20,7 @@ * @author <a href="mailto:[EMAIL PROTECTED]">Aslak Hellesøy</a> * @author Ara Abrahamian ([EMAIL PROTECTED]) * @created Oct 15, 2001 - * @version $Revision: 1.19 $ + * @version $Revision: 1.20 $ */ public class RelationTagsHandler extends EjbTagsHandler { @@ -154,7 +154,7 @@ * @see CmpTagsHandler#isEntityCmp(com.sun.javadoc.ClassDoc) * @see PersistentTagsHandler#isPersistentField(com.sun.javadoc.MethodDoc) * @see MethodTagsHandler#isGetter(java.lang.String) - * @see #ifIsACollection(java.lang.String) + * @see #isSetOrCollection(java.lang.String) * @doc:tag type="block" */ public void forAllRelationships( String template ) throws XDocletException
_______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel