As anyone who has seen my code knows, I’m a big fan of using the final keyword in Java (see Object Burn is Your Friend and Yet Another Reason Final Is Your Friend).
One thing that always annoyed me is that Eclipse has very poor support for final — it’s hard to change their code generation templates to include final, because only some of them are directly accessible through the application.
But, at some point, that changed out from under me. In their Java editor save actions, you can have it append final to all kinds of stuff. See this thumbnail for more:
Related posts:
Pingback: Enfranchised Mind » Some final Patterns
Pingback: Upped The Recent Post/Popular Post Widget Count | Enfranchised Mind