lkishalmi commented on a change in pull request #1867: NETBEANS-3686 Add
spacing to the number appended to the session name …
URL: https://github.com/apache/netbeans/pull/1867#discussion_r365937241
##########
File path:
java/debugger.jpda/src/org/netbeans/modules/debugger/jpda/LaunchingSessionProvider.java
##########
@@ -99,7 +99,7 @@ static String findUnique (String sessionName) {
for (i = 0; i < k; i++)
if (!m.contains (Integer.valueOf(i)))
break;
- if (i > 0) sessionName = sessionName + i;
+ if (i > 0) sessionName = sessionName + " - " + i;
Review comment:
//NOI18N
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists