The following comment has been added to this issue:
Author: Julien Kirch
Created: Wed, 12 May 2004 2:16 AM
Body:
I think I must have missed something, because the issue tracking url of the plugin
(found at the url mentionned by Emmanuel) is this jira project ( maven-jxr-plugin) ,
so if it's not here please could you tell me where to find it.
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJXR-11&page=comments#action_19678
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJXR-11
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPJXR-11
Summary: Strange behavior when using /*package*/ comment
Type: Bug
Status: Open
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-jxr-plugin
Assignee: Jason van Zyl
Reporter: Julien Kirch
Created: Tue, 4 May 2004 6:02 AM
Updated: Wed, 12 May 2004 2:16 AM
Environment: Rc2
Description:
when generating jxr of the class
###
package foo;
public class Foo
{
/*package*/
Foo(Object element) {
super();
}
}
##
the result is
###
1 package foo;
2
3 public class Foo
4 {
5
6
/*package*//package-summary/html">class="comment">package*//package-summary.html">/*package*//package-summary.html">class="comment">package*/
7 Foo(Object element) {
8 super();
9 }
10 }
###
Copied from IE, so it's what is on screen
---------------------------------------------------------------------
JIRA INFORMATION:
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]