User: vharcq
Date: 02/05/24 13:07:53
Modified: core/src/xdoclet/tagshandler Tag: MODULE_REFACTORING_BRANCH
PropertyTagsHandler.java
Log:
Avoid a NPE when a PrimKeyField is defined but no getter method correspond to it
Revision Changes Path
No revision
No revision
1.1.2.5 +2 -2
xdoclet/core/src/xdoclet/tagshandler/Attic/PropertyTagsHandler.java
Index: PropertyTagsHandler.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler/Attic/PropertyTagsHandler.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
--- PropertyTagsHandler.java 13 May 2002 22:24:15 -0000 1.1.2.4
+++ PropertyTagsHandler.java 24 May 2002 20:07:53 -0000 1.1.2.5
@@ -22,7 +22,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David
Jencks</a>
* @created Wed Feb 27 21:53:15 2002
* @xdoclet:taghandler namespace="Property"
- * @version $Revision: 1.1.2.4 $
+ * @version $Revision: 1.1.2.5 $
*/
public class PropertyTagsHandler extends AbstractProgramElementTagsHandler
{
@@ -30,7 +30,7 @@
* Searches for the XMethod of the method with name methodName and returns it.
Copied from MethodTagsHandler
*
* @param methodName Description of Parameter
- * @return The XMethodForMethodName value
+ * @return The XMethodForMethodName value or null if not found
*/
public static XMethod getXMethodForMethodName(String methodName)
{
_______________________________________________________________
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