Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XJD-31 Here is an overview of the issue: --------------------------------------------------------------------- Key: XJD-31 Summary: getInterfaces variant behaving like ClassDoc.interfaces Type: Improvement Status: Assigned Priority: Minor Time Spent: Unknown Remaining: Unknown Project: XJavaDoc Versions: 1.0 Assignee: xdoclet-devel (Use for new issues) Reporter: Michael Pichler Created: Mon, 28 Jul 2003 7:37 AM Updated: Mon, 28 Jul 2003 7:37 AM Environment: xdoclet 1.2 taghandler Description: We've implemented an xdoclet taghandler that examines the base interface of an interface. For xdoclet 1.1 we could use ClassDoc.interfaces() which returns the "direct" base interface only. For xdoclet 1.2 XClass.getInterfaces() by default returns all interfaces, also ones inherited from base classes/interfaces. As the "direct" interfaces are available in AbstractClass.getDeclaredInterfaces it would be nice to map them out into the XClass API, e.g. with a boolean flag variant for getInterfaces(). --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
