Update of
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8410/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb
Modified Files:
EjbUtils.java
Log Message:
Index: EjbUtils.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/EjbUtils.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** EjbUtils.java 6 Sep 2005 01:50:00 -0000 1.8
--- EjbUtils.java 6 Sep 2005 09:25:54 -0000 1.9
***************
*** 189,205 ****
JavaMethod method = (JavaMethod) object;
- System.out.println(method.getName() + "-STEP1");
- System.out.println(method.getName() +
"-getMethodType(method)"+getMethodType(method));
- System.out.println(method.getName() +
"-anyMethodTypeFlag="+anyMethodTypeFlag);
if ((getMethodType(method) & anyMethodTypeFlag) == 0) {
return false;
}
- System.out.println(method.getName() + "-STEP2");
-
int vType = getViewType(method, clazz);
- System.out.println(method.getName() + "-vType="+vType);
- // int desiredVType = getViewType(desiredViewType);
- //System.out.println(method.getName() + "-desiredVType="+desiredVType);
return hasFlag(vType, desiredViewType);
}
--- 189,197 ----
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits