Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4645236
Votes 0
Synopsis {@link method text} and {@link method} produce double output
Category customdoclets:mifdoclet
Reported Against 1.2beta1
Release Fixed 1.2beta2
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 01-MAR-2002
Description
The following example gives "Foo.fooFoo.foo()" as the link, but even if I change to juse {@link #foo}, the output is still doubled as "foo()foo()". There also seems to be similar duplication in the Member Summary.

package foo;

/** Testing method link {@link #foo Foo.foo} */
public class Foo {
    public void foo() {}
}
Work Around
N/A
Evaluation
Will do as part of other @see bug fixes.
  xxxxx@xxxxx   2002-03-01

This bug has been fixed.  Someone made a stylemap.properties/template.mif change and forgot to make the corresponding change to MIFObject.java.  I have made this change.  The links look fine now.
  xxxxx@xxxxx   2002-03-04
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang