Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 5
    Just throwing this out there - but I've worked on projects where its part of the convention to use final wherever appropriate, so I usually setup eclipse or netbeans to add them to the save actions for the file. That might be why they seem "excessive" - they always do to me too. Do I really need to worry if a reference is immutable in the two lines where it is initialized, used, and discarded? Commented Aug 4, 2011 at 19:58
  • 2
    steve-yegge.blogspot.com/2010/07/… Commented Aug 4, 2011 at 21:39
  • 1
    Strongly related: programmers.stackexchange.com/questions/48413/… Commented Aug 8, 2011 at 18:01