Community
Participate
Working Groups
Build ID: I20080617-2000 Steps To Reproduce: Hi, I believe this is "your" connector to Mylyn. If I work with a Mylyn task and commit a space is missing for example the task "Test" result in the following: Incomplete - taskTest I think it would be nicer if it would be: Incomplete - task Test Best regards, Lars More information:
Could you please more clarify the problem? Example: if I commit current task I have following comment in Commit dialog: NEW - bug 250378: Insert space in Mylyn task for subversion commit https://bugs.eclipse.org/bugs/show_bug.cgi?id=250378 Where is the space missed?
I'm using local tasks and if I commit to svn I get: -------- Incomplete - taskJFace -------- I believe it should be: ----------- Incomplete - task JFace ---------
This problem doesn't relate to Subversive, it's also reproducible in CVS. Subversive uses following code to get comment from change set: ITask task = ...; String template = FocusedTeamUiPlugin.getDefault().getPreferenceStore().getString(FocusedTeamUiPlugin.COMMIT_TEMPLATE); return FocusedTeamUiPlugin.getDefault().getCommitTemplateManager().generateComment(task, template); Re-assign to Mylyn project
*** This bug has been marked as a duplicate of bug 249572 ***