I'm a bit confused, my Intellij Idea warns me if no final modifiers everywhere when possible.
Actually final is very good option, and of course its needed in lots of cases like methods parameters, constants and ... ,
But ...
Probably there are some really strong arguments why my local method variables should be final ?
Could you pls help me understand a benefit of such mass final usage ?