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: 4637484
Votes 0
Synopsis Array brackets [] for return value stripped from method signature
Category customdoclets:mifdoclet
Reported Against 1.2beta2
Release Fixed 1.2beta2
State 10-Fix Delivered, bug
Priority: 1-Very High
Related Bugs
Submit Date 13-FEB-2002
Description
The following test class does not generate array square brackets for the String[] return value :

package test;
public class foo {
    private foo() {}
    public byte[] getStuff() { return null ; }    
    public String[] getList() { return null ; }
}

The brackets are missing from both the return type in the summary table 
and in the detail section.
Work Around
Manually edit the framemaker document to add back the square brackets.
Evaluation
Data loss
  xxxxx@xxxxx   2002-02-13

I have integrated Gary's changes.
  xxxxx@xxxxx   2002-03-09
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang