You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2006/01/20 07:48:06 UTC

[jira] Moved: (JXR-11) JXR does not handles multiple classes in one source file

     [ http://jira.codehaus.org/browse/JXR-11?page=all ]

Lukas Theussl moved MPJXR-21 to JXR-11:
---------------------------------------

    Version:     (was: 1.4.1)
        Key: JXR-11  (was: MPJXR-21)
    Project: Maven JXR  (was: maven-jxr-plugin)

> JXR does not handles multiple classes in one source file
> --------------------------------------------------------
>
>          Key: JXR-11
>          URL: http://jira.codehaus.org/browse/JXR-11
>      Project: Maven JXR
>         Type: Bug

>  Environment: Maven 1.0.2
> maven-jxr-plugin 1.4.2
>     Reporter: Olivier Mengué
>  Attachments: FTP.java
>
>
> JRX does not handles multiple top level classes (this bug is not about inner classes) defined in one source file :
> - a link is set on the first class defined in the file that point to $(className).html which doesn't exist if the class is not public (so the source file is not $(className).java).
> - other classes of the file are not linked. In particular, the public class may not be linked.
> - in the class list, some links point ton non-existent files.
> Quickfix: ignore all non-public classes.
> Long term fix: link all classes. However, this requires to analyse all sources to build the map class->source-file before generating any HTML file.

-- 
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


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