Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1450 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-1450 Summary: jmxdoclet generates incorrect type for array arguments Type: Bug Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Versions: 1.2.3 Assignee: xdoclet-devel (Use for new issues) Reporter: Rob Griffin Created: Tue, 28 Jun 2005 7:46 PM Updated: Tue, 28 Jun 2005 7:46 PM Environment: Windows XP SP2 ANT 1.6.2 Description: For an argument of type String[][] jmxdoclet generates a type of java.lang.String[][] but it should be [[Ljava.lang.String. This issue was reported in XDT-421 which has a status of fixed in build 1.2 Beta 3, but I'm still getting the problem. I believe the problem is in xdoclet.tagshandler.FieldTagsHandler in getFieldTypeFor() where the code is: return field.getType().getQualifiedName() + field.getDimensionAsString(); The same code appears in xdoclet.tagshandler.MethodTagsHandler.getMethodTypeFor() and xdoclet.tagshandler.ParameterTagsHandler .getMethodParamTypeFor() --------------------------------------------------------------------- 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 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ xdoclet-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
