[ http://jira.codehaus.org/browse/JXR-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg closed JXR-11.
------------------------------
Assignee: Dennis Lundberg
Resolution: Fixed
Fix Version/s: 1.1
> JXR does not handles multiple classes in one source file
> --------------------------------------------------------
>
> Key: JXR-11
> URL: http://jira.codehaus.org/browse/JXR-11
> Project: Maven JXR
> Issue Type: Bug
> Environment: Maven 1.0.2
> maven-jxr-plugin 1.4.2
> Reporter: Olivier Mengué
> Assigned To: Dennis Lundberg
> Fix For: 1.1
>
> 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
|