Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 250378 - Insert space in Mylyn task for subversion commit
Summary: Insert space in Mylyn task for subversion commit
Status: RESOLVED DUPLICATE of bug 249572
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Mylyn Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 03:38 EDT by Lars Vogel CLA
Modified: 2009-08-04 16:27 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2008-10-10 03:38:15 EDT
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:
Comment 1 Igor Burilo CLA 2009-05-20 09:32:40 EDT
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?
Comment 2 Lars Vogel CLA 2009-05-20 14:03:01 EDT
I'm using local tasks and if I commit to svn I get:
--------
Incomplete - taskJFace 
--------

I believe it should be: 
-----------
Incomplete - task JFace
---------
Comment 3 Igor Burilo CLA 2009-08-03 07:43:15 EDT
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
Comment 4 Steffen Pingel CLA 2009-08-04 16:27:49 EDT

*** This bug has been marked as a duplicate of bug 249572 ***