I implemented List.toArray(Object[]). Idea generated this stub:

public Object[] toArray(Object a[]) {
   return new Object[0];
}

Is there any possibility to let IDEA create the parameter as "Object[] a" 
(array-brackets after type instead of after variable name)? I know, it's a 
matter of style, but I dont write

public Object toArray()[] {
}

because that looks much more odd. More generalize: Could there be an Layout 
Code option, that moves the brackets after the types (or after the variable 
names - if someone want's this)?

Tom


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to