Alain Ravet Wed, 05 Jun 2002 13:42:53 -0700
IDEA should not suggest creating the class /length/ in the code below: (see attachment)
public static int[] sort( int[] i_data ) { int[] result = new int[i_data.length|]; return result; }