User: pathoss Date: 02/05/15 12:19:27 Modified: modules/ejb/src/xdoclet/modules/ejb/entity Tag: MODULE_REFACTORING_BRANCH EntityCmpSubTask.java EntityPkSubTask.java ValueObjectTagsHandler.java Log: Removed todo-javadoc. Revision Changes Path No revision No revision 1.1.2.9 +1 -9 xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/Attic/EntityCmpSubTask.java Index: EntityCmpSubTask.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/Attic/EntityCmpSubTask.java,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -w -r1.1.2.8 -r1.1.2.9 --- EntityCmpSubTask.java 14 May 2002 20:41:28 -0000 1.1.2.8 +++ EntityCmpSubTask.java 15 May 2002 19:19:27 -0000 1.1.2.9 @@ -24,7 +24,7 @@ * @author Ara Abrahamian ([EMAIL PROTECTED]) * @created Oct 15, 2001 * @xdoclet:subtask name="entitycmp" parent="xdoclet.modules.ejb.EjbDocletTask" - * @version $Revision: 1.1.2.8 $ + * @version $Revision: 1.1.2.9 $ */ public class EntityCmpSubTask extends AbstractEjbCodeGeneratorSubTask { @@ -200,16 +200,9 @@ */ public static class CmpSpecVersion extends org.apache.tools.ant.types.EnumeratedAttribute { - /** - * @todo-javadoc Describe the field - */ public final static String CMP_1_1 = "1.x"; - /** - * @todo-javadoc Describe the field - */ public final static String CMP_2_0 = "2.x"; - /** * Gets the Versions attribute of the CmpSpecVersion class * @@ -219,7 +212,6 @@ { return CMP_1_1 + ',' + CMP_2_0; } - /** * Gets the Values attribute of the CmpSpecVersion object 1.1.2.9 +1 -3 xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/Attic/EntityPkSubTask.java Index: EntityPkSubTask.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/Attic/EntityPkSubTask.java,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -w -r1.1.2.8 -r1.1.2.9 --- EntityPkSubTask.java 14 May 2002 20:41:28 -0000 1.1.2.8 +++ EntityPkSubTask.java 15 May 2002 19:19:27 -0000 1.1.2.9 @@ -19,7 +19,7 @@ * @author Ara Abrahamian ([EMAIL PROTECTED]) * @created Oct 15, 2001 * @xdoclet:subtask name="entitypk" parent="xdoclet.modules.ejb.EjbDocletTask" - * @version $Revision: 1.1.2.8 $ + * @version $Revision: 1.1.2.9 $ */ public class EntityPkSubTask extends AbstractEjbCodeGeneratorSubTask { @@ -40,8 +40,6 @@ /** * Describe what the EntityPkSubTask constructor does - * - * @todo-javadoc Write javadocs for constructor */ public EntityPkSubTask() { 1.1.2.5 +24 -41 xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/Attic/ValueObjectTagsHandler.java Index: ValueObjectTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/Attic/ValueObjectTagsHandler.java,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -w -r1.1.2.4 -r1.1.2.5 --- ValueObjectTagsHandler.java 12 May 2002 13:53:28 -0000 1.1.2.4 +++ ValueObjectTagsHandler.java 15 May 2002 19:19:27 -0000 1.1.2.5 @@ -39,7 +39,7 @@ * @author Vincent Harcq ([EMAIL PROTECTED]) * @created Feb 5, 2002 * @xdoclet:taghandler namespace="EjbValueObj" - * @version $Revision: 1.1.2.4 $ + * @version $Revision: 1.1.2.5 $ */ public class ValueObjectTagsHandler extends EjbTagsHandler @@ -64,8 +64,7 @@ private String currentRelationBeanClass; /** - * Checks if a method is a value object relation (aggregate or compose) - * matching a certain valueObject + * Checks if a method is a value object relation (aggregate or compose) matching a certain valueObject * * @param clazz * @param method @@ -131,7 +130,6 @@ * * @param clazz Describe what the parameter does * @return The GenerationNeeded value - * @todo-javadoc Write javadocs for method parameter */ public static boolean isGenerationNeeded(XClass clazz) { @@ -140,8 +138,7 @@ } /** - * Gets the CurrentValueObjectClass attribute of the ValueObjectTagsHandler - * class + * Gets the CurrentValueObjectClass attribute of the ValueObjectTagsHandler class * * @param clazz Describe what the parameter does * @param tag Describe what the parameter does @@ -172,8 +169,7 @@ } /** - * Gets the CurrentValueObjectName attribute of the ValueObjectTagsHandler - * class + * Gets the CurrentValueObjectName attribute of the ValueObjectTagsHandler class * * @param tag Describe what the parameter does * @return The CurrentValueObjectName value @@ -186,8 +182,7 @@ } /** - * Gets the CurrentValueObjectAttribute attribute of the - * ValueObjectTagsHandler class + * Gets the CurrentValueObjectAttribute attribute of the ValueObjectTagsHandler class * * @param tag Describe what the parameter does * @return The CurrentValueObjectAttribute value @@ -211,8 +206,7 @@ } /** - * Gets the CurrentValueObjectMatch attribute of the ValueObjectTagsHandler - * class + * Gets the CurrentValueObjectMatch attribute of the ValueObjectTagsHandler class * * @param tag Describe what the parameter does * @return The CurrentValueObjectMatch value @@ -230,8 +224,7 @@ } /** - * Gets the CurrentValueObjectVolatile attribute of the - * ValueObjectTagsHandler class + * Gets the CurrentValueObjectVolatile attribute of the ValueObjectTagsHandler class * * @param clazz Describe what the parameter does * @param tag Describe what the parameter does @@ -342,9 +335,6 @@ * * @return Describe the return value * @exception XDocletException - * @todo-javadoc Write javadocs for method - * @todo-javadoc Write javadocs for return value - * @todo-javadoc Write javadocs for exception */ public String valueObjectMatch() throws XDocletException { @@ -464,14 +454,11 @@ } /** - * Returns the data-object class name highest in the hierarchy of derived - * beans. Because of possible inheritance between entity bean, the type of - * the generated getData method must be the one of the most super class of - * the current entity bean. The current Data class must extend the - * corresponding super Data class. + * Returns the data-object class name highest in the hierarchy of derived beans. Because of possible inheritance + * between entity bean, the type of the generated getData method must be the one of the most super class of the + * current entity bean. The current Data class must extend the corresponding super Data class. * - * @return The data-object class name highest in the - * hierarchy of derived beans. + * @return The data-object class name highest in the hierarchy of derived beans. * @exception XDocletException * @doc:tag type="content" */ @@ -602,8 +589,7 @@ } /** - * Evaluates the body of the tag if the current value object is volatile - * (ie, won't be cached internally). + * Evaluates the body of the tag if the current value object is volatile (ie, won't be cached internally). * * @param template * @exception XDocletException @@ -618,8 +604,7 @@ } /** - * Evaluates the body of the tag if the current value object is not volatile - * (ie, will be cached internally). + * Evaluates the body of the tag if the current value object is not volatile (ie, will be cached internally). * * @param template * @exception XDocletException @@ -706,8 +691,7 @@ * @param valueObject Describe what the parameter does * @param type Describe what the parameter does * @exception XDocletException - * @todo (Aslak) use a HashSet instead of HashMap for - * foundFields + * @todo (Aslak) use a HashSet instead of HashMap for foundFields */ /* * private java.util.List[] extractDocs( String class_name ) throws XDocletException @@ -770,8 +754,7 @@ * @param valueObject Describe what the parameter does * @param type Describe what the parameter does * @exception XDocletException - * @todo (Aslak) use a HashSet instead of HashMap for - * foundFields + * @todo (Aslak) use a HashSet instead of HashMap for foundFields */ private void forAllRelations(String template, boolean superclasses, String valueObject, String type) throws XDocletException {
_______________________________________________________________ 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