Community
Participate
Working Groups
Build Identifier: In org.eclipse.wst.server.core.ServerUtil.setRuntimeDefaultName(IRuntimeWorkingCopy, int) The suffix should start at 1 instead of 2 because in the case where the runtime name is in use, it will increment in the while loop, causing it to start at 3 instead of 2. Setting to Normal, since the user will see <Server name> (3) instead of <Server name> (2), which can be confusing as to why it starts at 3. Reproducible: Always
I had not included the build id, since I had checked out the code from the eclipse CVS repository
It seems that the changes were caused because the suffix++ was moved up before the NLS.bind occurs. This was introduced by the changes in bug# 300255
Created attachment 192674 [details] v1.0 Can you test the patch attached? You will need to check out the plugin from the 32M branch.
*** Bug 343457 has been marked as a duplicate of this bug. ***
*** Bug 353573 has been marked as a duplicate of this bug. ***
Changes looks good. Code released to 32M, 33M and HEAD.
New Gerrit change created: https://git.eclipse.org/r/109067