JXR does not seem to handle inner classes properly
--------------------------------------------------
Key: MPJXR-27
URL: http://jira.codehaus.org/browse/MPJXR-27
Project: maven-jxr-plugin
Type: Bug
Versions: 1.4.2
Environment: Win XP(SP1)
Reporter: Jamie Bisotti
Given a class:
public class Foo
{
private class Bar
{
}
...
}
FindBugs (which I believe uses the JXR generated files) lists problems in inner
classes as being on line zero. The zero is a link, which points to something
like http://SITE_URL/SITE_DIRECTORY/xref/com/blah/blahblah/Foo$Bar.html#0.
However, there is no Foo$Bar.html file; only Foo.html. Inside Foo.html, there
doesn't seem to be any anchors denoting the inner class.
...or is this a FindBugs issue???
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]