Bug 26253

Summary: task tags: two tags on one line creates one task for first tag
Product: [Eclipse Project] JDT Reporter: Rory Lucyshyn-Wright <Rory_Lucyshyn-Wright>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Rory Lucyshyn-Wright CLA 2002-11-14 05:44:22 EST
Version: 2.1
Build id: 200211130841

When two task tag strings appear on the same line in a comment, 
this generates only one task.  This one task is a task whose tag
is the first tag on the line, and, thus, the priority of the task is
the priority associated with the first tag on the line.

Perhaps the occurrence of multiple tag strings in a line should create multiple
tasks, one for each tag.  The text for a tag could be the text which lies after 
the tag but before the end of the line, the end of the comment, or the start of 
another task tag.  There could be one marker placed on the line for each tag, 
such that hovering over the pile of markers would cause a "multiple markers" 
hover to be displayed, showing the text for each of the two tags as a separate 
bullet in the hover.
Comment 1 Philipe Mulet CLA 2002-11-18 06:45:48 EST
First task should end where second starts.
Comment 2 Rory Lucyshyn-Wright CLA 2002-11-18 08:06:08 EST
... as suggested
Comment 3 Olivier Thomann CLA 2002-11-19 14:27:39 EST
Fixed and released in 2.1 stream.
Regression tests added (NegativeTest.test0296).
Comment 4 David Audel CLA 2002-12-18 07:03:16 EST
Verified.