[
https://jira.codehaus.org/browse/JXR-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed JXR-13.
-----------------------------
Resolution: Won't Fix
This cannot be solved with JXR unless completely rewritten. JXR is completely
line-based. It would require JXR to have to create an AST from the source file
to be aware of the current node. This would be a reimplementation of Javadoc in
some way.
> Cross-reference information
> ---------------------------
>
> Key: JXR-13
> URL: https://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 was sent by Atlassian JIRA
(v6.1.6#6162)