Le 15/12/2011 11:36, sebb a écrit :

Removed unnecessary final modifiers

Why?

As stated, because these method parameters don't need to be final.


final should always be used where possible on fields.

Both to document that the field is not intended to be entirely
replaced, and also to help with safe data publication across threads.

This is a local variable, not a field.

Also keep in mind that CLI is generally not used in a multi thread context, the command line is only parsed by the main application thread.

Emmanuel Bourg

Attachment: smime.p7s
Description: Signature cryptographique S/MIME

Reply via email to