Generate final parameters where possible?
stkent opened this issue · 2 comments
stkent commented
Currently, generated method parameters are not marked final
even though they are never reassigned. Would you be interested in a PR addressing this issue?
mcharmas commented
To be honest I don't use final as method parameters. It adds too much boilerplate for my standards. If you would need such a feature I don't see why not make this an option that could be selected from generation dialog or event preferences.
What do you think about such solution?
stkent commented
That sounds like a good solution to me! I'll do some digging :)