I've found that FindBugs has an optional rule to suggest where 'final' can be added to parameters and local variables. It's in the "controversial" subset. (...along with a rule that suggests removing 'final' when not needed -- IE: all the places the first rule suggested adding it. So it's a tool with a multiple personality disorder. ;-)
----- Reinier Zwitserloot wrote: > [...] losing the protection of final, which is indeed a shame > and I'd love some sort of keyword or style checker for it. > I may write one sometime. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
