The following comment has been added to this issue:

     Author: Brett Porter
    Created: Fri, 7 May 2004 6:44 PM
       Body:
sounds like a JXR bug... should be filed there. We can upgrade to a new version once 
it is fixed there.
---------------------------------------------------------------------
View this comment:
  
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJXR-11&page=comments#action_19502

---------------------------------------------------------------------
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: Fri, 7 May 2004 6:44 PM
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]

Reply via email to