Bug 26253 - task tags: two tags on one line creates one task for first tag
Summary: task tags: two tags on one line creates one task for first tag
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-14 05:44 EST by Rory Lucyshyn-Wright CLA
Modified: 2002-12-18 07:03 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.