From: Grégory J. (J. <ji...@co...> - 2008-12-18 15:05:24
|
[ http://jira.codehaus.org/browse/XDP-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=158589#action_158589 ] Grégory Joseph commented on XDP-239: ------------------------------------ I for one would be against this - that the inherited attributes are in the wrong place, I'd agree and would probably like them better on top, but otherwise, i'd rather have the tld declare the attributes in the same order as my code - which also influences generated documentation, and as such allows me to put the more important/relevant attributes first. > Ability to order all taglib attributes in alphabetical order in generated TLD > ----------------------------------------------------------------------------- > > Key: XDP-239 > URL: http://jira.codehaus.org/browse/XDP-239 > Project: XDoclet 2 Plugins > Issue Type: Improvement > Components: web > Affects Versions: 1.0.4 > Environment: Unbuntu 8.04 and JBoss > Reporter: JBUM > Assignee: Konstantin Pribluda > > Currently, all the inherited attributes of a taglib get listed in the TLD just fine. However, the inherited ones come at the bottom of the attributes entries for a particular tag and not sorted along with the entire set. > It appears the plugin is using an Arraylist to add attributes and it displays them essentially in that order. > It would be nice to store them so that you retrieve them by alphabetical order of the attribute names. > It would make it much nicer to read the TLD and easier to search for things. Thanks! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |