When generating a constructor for a class, IDEA (#506) sorts the arguments
alphabetically. Typically, the alphabetical order of the variable names
has nothing to do with the logical relation between them.

For example, if a class has the members 'stream', 'from' and 'to', the
generated
constructor looks like this:

   Report(from, stream, to)


Please preserve the original order of the variables or at least provide a
way
to set the order.

Thanks,

Tal


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

Reply via email to