[ http://jira.codehaus.org/browse/JXR-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_98667
]
Vincent Siveton commented on JXR-13:
------------------------------------
Could be done with Forrestdoc
http://svn.apache.org/repos/asf/forrest/trunk/whiteboard/forrestdoc/
> Cross-reference information
> ---------------------------
>
> Key: JXR-13
> URL: http://jira.codehaus.org/browse/JXR-13
> Project: Maven JXR
> Issue Type: New Feature
> Components: jxr
> Reporter: Timo Saarinen
> Priority: Minor
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> Hi,
> When studying a new project it would be often nice to see from which classes the current
class is referenced. I propose that the following information could be included in the beginning
of the class source page:
> Inherited by: (list of classes that extend this class)
> Constructed by: (list of classes that construct this class)
> Referenced by: (list of classes that reference this class)
> Constructs: (list of classes this class constructs)
> Referenced: (list of classes this class references)
> It would be also good to have some kind of notation which informs whether the listed
class is in same package as the current class or not.
--
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
|