[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: java.lang.Class comment bug
From: |
Tom Tromey |
Subject: |
Re: java.lang.Class comment bug |
Date: |
26 Jul 2001 22:10:17 -0600 |
>>>>> "Brian" == Brian Jones <address@hidden> writes:
>> > > According to the J2SE documentation, the name of an array class uses the
>> > > name of the element type in "Java signature format". Thus, String[]'s
>> > > class should be "[Ljava.lang.String;".
Brian> No idea. That would be what a mauve test case is for.
The above is correct.
There is a single Mauve test for this. It is in ClassTests.java.
Tom