Bug 23894 - Extra (TODO) Markers : There is no todo task when there is no error
Summary: Extra (TODO) Markers : There is no todo task when there is no error
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-20 06:37 EDT by David Audel CLA
Modified: 2002-10-17 10:21 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 David Audel CLA 2002-09-20 06:37:06 EDT
build 20020919
1) Add extra marker "todo" in preferences.
   Window>Preferences>Java>Compiler>Extra Markers
2) Create class X.
-----------------
//todo nothing
public class X {
}
-----------------
3) there is no "todo" task

with the following class the "todo" task appear.
-----------------
//todo nothing
public class X {
   UnknownClass a;
}
-----------------
Comment 1 Philipe Mulet CLA 2002-09-23 04:29:28 EDT
Fixed in latest. Bug was located in code persisting compiler problems into 
task/problem markers (wrong logic).
Comment 2 David Audel CLA 2002-10-17 10:21:42 EDT
Verified.