[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: JDT: Code cleanup, final keyword, cannot disable

David Nebinger wrote:
In 3.3, just turned on cleanup and enabled the final keyword for local vars. Well, later decided that it was not as cool as I thought and unchecked the check box for final on local vars.

Even though checkbox is cleared, it keeps inserting final in front of locals, and I cannot seem to get rid of it.

Anyone else seing this? I was going to open a bug but thought I should start here first...


There are two different places where this is set, which I find a bit confusing: Java -> Editor -> Save Actions -> Additional Actions and Java -> Code Style -> Cleanup. Did you make sure it's off both places?


/Paul