You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Timo Saarinen (JIRA)" <ji...@codehaus.org> on 2005/04/15 09:14:21 UTC

[jira] Created: (MPJXR-25) Cross-reference information

Cross-reference information
---------------------------

         Key: MPJXR-25
         URL: http://jira.codehaus.org/browse/MPJXR-25
     Project: maven-jxr-plugin
        Type: New Feature
    Reporter: Timo Saarinen
    Priority: Minor


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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org