Community
Participate
Working Groups
Steps to reproduce. 1. Create Type A Runtime 2. Create another Type A Runtime the second will have suffix index 3 instead of 2
Created attachment 200709 [details] suffix index is incremented after it is added to the name.
To clarify a bit the fix will increment the suffix after the suffix is added to the name not before. Behavior till now: e.g. Tomcat Runtime exists suffix initial value was 2 check if Tomcat Runtime returns true and the suffix is incremented and then added to the Tomcat Runtime (3) The fix will add the suffix to the name before incrementing - Tomcat Runtime(2)
This problem is the same the reported problem as bug 334705 *** This bug has been marked as a duplicate of bug 334705 ***