Bug 109821 - Task markers generated by the Java compiler has incorrect priority
Summary: Task markers generated by the Java compiler has incorrect priority
Status: RESOLVED DUPLICATE of bug 91426
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-17 10:02 EDT by Henning Vitting CLA
Modified: 2005-09-17 13:44 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henning Vitting CLA 2005-09-17 10:02:25 EDT
The Task markers are generated without respect to the Task  Tags settings 
Priority.
Build used: Eclipse SDK version 3.1.0 I20050627-1435

Test case:
	Assure the Task Tags settings contains a TODO tag with normal priority
	and a FIXME tag with high priority.

	In the Java perspective create and compile a class with comments
        including a // TODO whatever 
        and a // FIXME whatever line.

	Both tags shows in the Task View with normal priority.

Additional: It is possible to change the priority in the Task View, this is a  
change from Eclipse 3.0, however the changes disappear the next time the 
Project is rebuild.

Henning
Comment 1 Olivier Thomann CLA 2005-09-17 13:44:46 EDT

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