Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.4.3
-
Labels:None
-
Environment:Rc2
-
Number of attachments :
Description
when generating jxr of the class
###
package foo;
public class Foo
{
/package/
Foo(Object element)
}
##
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)
10 }
###
Copied from IE, so it's what is on screen
sounds like a JXR bug... should be filed there. We can upgrade to a new version once it is fixed there.