Update of /cvsroot/xdoclet/xdoclet/modules/jmx/src/xdoclet/modules/jmx
In directory sc8-pr-cvs1:/tmp/cvs-serv31564/xdoclet/modules/jmx/src/xdoclet/modules/jmx
Modified Files:
JMXTagsHandler.java
Log Message:
Introduced a new Interface in XJavaDoc: xjavadoc.Type. This interface provides about
the XClass AND the dimension.
Index: JMXTagsHandler.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/jmx/src/xdoclet/modules/jmx/JMXTagsHandler.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** JMXTagsHandler.java 3 Feb 2003 15:37:23 -0000 1.10
--- JMXTagsHandler.java 20 Mar 2003 22:36:08 -0000 1.11
***************
*** 270,274 ****
{
String methodName = getCurrentMethod().getName();
! XClass retType = getCurrentMethod().getReturnType();
Collection params = getCurrentMethod().getParameters();
--- 270,274 ----
{
String methodName = getCurrentMethod().getName();
! XClass retType = getCurrentMethod().getReturnType().getType();
Collection params = getCurrentMethod().getParameters();
***************
*** 289,293 ****
{
String methodName = getCurrentMethod().getName();
! XClass retType = getCurrentMethod().getReturnType();
Collection params = getCurrentMethod().getParameters();
--- 289,293 ----
{
String methodName = getCurrentMethod().getName();
! XClass retType = getCurrentMethod().getReturnType().getType();
Collection params = getCurrentMethod().getParameters();
-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.
Does your code think in ink? You could win a Tablet PC.
Get a free Tablet PC hat just for playing. What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel