Bug 49530

Summary: Spelling mistake in the FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_ARGUMENTS string constant
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: trivial    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Olivier Thomann CLA 2004-01-05 10:38:28 EST
It is:
	public static final String FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_ARGUMENTS =
JavaCore.PLUGIN_ID + ".formatter.inset_space_between_empty_arguments";	//$NON-NLS-1$

instead of:
	public static final String FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_ARGUMENTS =
JavaCore.PLUGIN_ID + ".formatter.insert_space_between_empty_arguments";
//$NON-NLS-1$

missing 'r' in "insert".
Comment 1 Olivier Thomann CLA 2004-01-05 11:04:59 EST
Fixed and released in HEAD.
Comment 2 Silvio Böhler CLA 2004-01-05 11:05:42 EST
Hmmmmm....it should not break the UI, as I'm never using the particular value
assigned to FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_ARGUMENTS...

EXCEPT when storing profiles, I use the value as an XML parameter value.

So the effect of this change would be that for any existing code formatter
profile, this particular setting would be reset to the default value.

Either I build a migration path (something like this will anyway be needed
sooner or later) or we live with this effect. 

In any case, let's wait with the change. Martin, my personal dedicated Eclipse
committer is currently out-of-office and I should perhaps discuss this with him
first. He'll be back Wednesday AFAIK.

Is this ok for you?
Comment 3 Silvio Böhler CLA 2004-01-05 11:06:59 EST
Well, too late...
Comment 4 Olivier Thomann CLA 2004-01-05 11:11:10 EST
I can undo it till Wednesday if you want.
Comment 5 Olivier Thomann CLA 2004-01-05 11:48:54 EST
Reopen. Fix is deferred till Martin is back.
Comment 6 Olivier Thomann CLA 2004-01-07 12:48:07 EST
Fixed and released in HEAD.
Comment 7 Frederic Fusier CLA 2004-02-11 12:52:01 EST
Verified for 3.0-M7 with build I200402102000.