Le 06/02/2014 17:09, Gary Gregory a écrit : > On Thu, Feb 6, 2014 at 10:10 AM, Emmanuel Bourg <[email protected]> wrote: > > > I'll have to think of a better general solution for the combo: > - It's not 'standard' in Java to use 'p' as a parameter name prefix. > - I do not want to fix this everywhere only to create compiler warnings for > a param name hidding an ivar name.
"this.foo = foo" in a constructor isn't exactly unusual in Java. I suggest adjusting your IDE settings to disable this excessive warning. Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
