You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/05/04 12:03:37 UTC

[jira] Created: (MPJXR-11) Strange behavior when using /*package*/ comment

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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: Tue, 4 May 2004 6:02 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org