Bugs item #520512, was opened at 2002-02-20 16: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: Vincent Harcq (vharcq) Date: 2002-03-14 21: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
