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 2005/01/26 23:13:37 UTC

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

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Wed, 26 Jan 2005 5:13 PM

applied patch submitted to mailing list
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJXR-11

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJXR-11
    Summary: Strange behavior when using /*package*/ comment
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-jxr-plugin
   Fix Fors:
             1.4.3

   Assignee: Brett Porter
   Reporter: Julien Kirch

    Created: Tue, 4 May 2004 6:02 AM
    Updated: Wed, 26 Jan 2005 5:13 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org