Bugs item #520512, was opened at 2002-02-20 15:59 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=520512&group_id=31602
Category: xdoclet Group: None Status: Open Resolution: Fixed Priority: 5 Submitted By: Andrew Stevens (stevensa) Assigned to: Vincent Harcq (vharcq) Summary: Info sub-task and interfaces Initial Comment: I put a @todo tag on a method in an EJB bean class. 1. The generated remote interface included it in the javadoc comment on the generated remote interface. IMO it shouldn't (it's stuff I've got to do in the bean class, not the remote). I can't even work around it with the excludedtags parameter, since that still includes the tags in the generated code. Perhaps we also need an "ignoredtags" parameter for ones which should be omitted entirely, defaulting to "todo"? 2. The overview page and list of packages see that there's a @todo in my .interfaces package, so include that package in the various lists. However, if I click on the package to see its details, there's nothing listed in there. Presumably this is because the details pages are only looping through the classes, despite the interfaces being included when looping at the package level to do the count. I see no reason why I shouldn't be able to put @todo's in my own interface classes, though, so the templates ought to either include the interfaces as well when looping through the classes, or have an additional loop for the package's interfaces. ---------------------------------------------------------------------- >Comment By: Andrew Stevens (stevensa) Date: 2002-03-22 13:27 Message: Logged In: YES user_id=247081 Still not quite as it should be. The method-level @todo tags are now left out of the generated classes (once I remembered to add @todo to the excludedtags list), but I still get a class-level tag. In fact, that also gets the line breaks wrong - I got the following in the remote interface: /** * Remote interface for ReportBatch. * @author XDOCLET 1.1.2 * @todo XDOCLET 1.1.2 * @xdoclet-generated at 22-Mar-02 13:14:41 */ (another class without @todo tags still has author & xdoclet-generated on separate lines). Secondly, it still ignores interfaces in overview- packages.html and classes-list.html ---------------------------------------------------------------------- Comment By: Vincent Harcq (vharcq) Date: 2002-03-14 20:41 Message: Logged In: YES user_id=125677 I have added the exclusion of "excludedtags" into method/field comments. It was only working for Class comments ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=520512&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
