I'm not sure if we flag missing final keywords in Checkstyle/PMD/Spotbugs but I know projects that do.
I'm all for keeping on using final, it's one less thing to consider when grooking code please see https://garygregory.wordpress.com/2013/01/26/the-final-kiss-in-java/ Gary On Fri, Jan 17, 2020 at 5:54 AM Volkan Yazıcı <[email protected]> wrote: > Hello, > > I don't want to turn this into a religious war, but is having final > modifier on both method arguments and local variables a convention > that *must* be followed or some legacy followed blindly? Because if I > can opt out, I would prefer so. > > Regards. >
