I'm late on this but have a question about the final business. I understand the style it is promoting and even like it and used to do it. I stopped because it does get harder to read and its not usual in java code. Any thoughts on that.
On Feb 13, 2010 2:55 PM, "Robin Anil" <robin.a...@gmail.com> wrote: I just did a mass code cleanup. Mainly comprising of -Extra blank line removal -Organize Imports across all packages. -Making local variables final No reordering of methods or code style changes are applied. Any objections or any particular class to withhold from committing. Robin