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: 4527383
Votes 0
Synopsis "See also" refs lack classname-dot prepend - javadoc emul.
Category customdoclets:mifdoclet
Reported Against 1.2beta1
Release Fixed
State 11-Closed, duplicate of 4516780, bug
Priority: 2-High
Related Bugs 4516780
Submit Date 14-NOV-2001
Description
In MIFdoclet "See also" references to methods defined in a different class lack the prepended classname-dot as they would appear in standard doclet.

Suggest this functionality be added to -standardstyle mifdoclet option.

Example: compare std doclet function on page 64 of JavaCard211API.pdf with
detailed method description for getSharableInterfaceObject in Class Applet of 
javacard.framework.fm







JavaCard22API.pdf - HTML (converted to PDF):

  Class javacard.framework.Applet

  getShareableInterfaceObject method has the following output:

    See Also:
      JCSystem.getAppletShareableInterfaceObject(AID, byte)


This example is referencing a method in a different class in the 
same package:
      javacard.framework.JCSystem


The MIF doclet directory is at: (I could make my own copy of this)

% ls /net/mumble/javacard/ws/javacard_documentation/jc22docs/specs/API
SCCS                   mifdoclet.jar          standarddoclet.jar
docs                   mystylemap.properties  template.mif
javadocMIF.sh          mytemplate.mif

The script is javadocMIF.sh, which accesses source files at:

   /net/mumble/javacard/ws/javacard_refimpl/cjdk/api21/javacard

======================================================================
Work Around
N/A
Evaluation
Needed by JavaCard
  xxxxx@xxxxx   2001-11-19

The class name is being dropped because this is a FrameMaker cross-reference
(a live link) rather than a FrameMaker hypertext link.  The former displays
the text of the paragraph it jumps to;  the latter can have a separate
name.

Closing as a duplicate of  4516780
  xxxxx@xxxxx   2002-01-17

Fixed in 1.2beta2
  xxxxx@xxxxx   2002-01-25
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang