Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 333280

Summary: Task view Failed
Product: [Tools] PTP Reporter: Victor Liu <victor1006>
Component: RDTAssignee: Chris Recoskie <recoskie>
Status: CLOSED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: cecco, g.watson, ptp-inbox, recoskie, vivkong
Version: 4.0.5   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Victor Liu CLA 2010-12-28 15:26:42 EST
1. Create a new C++ Class. At the top of the class, add an in line comment (//) that starts with TODO. Save the file. Open the tasks view.

2. Expected result: There should be an entry that starts with TODO and contains the text of the comment in the "Tasks" view

Test data:

/*
 * MyClass.cpp
 *
 */

#include "MyClass.h"

MyClass::MyClass() {
	// TODO Auto-generated constructor stub

}

MyClass::~MyClass() {
	// TODO Auto-generated destructor stub
}



/*
 * MyClass.h
 *
 */

#ifndef MYCLASS_H_
#define MYCLASS_H_

class MyClass {
public:
	MyClass();
	virtual ~MyClass();
};

#endif /* MYCLASS_H_ */
Comment 1 Chris Recoskie CLA 2011-01-04 09:59:05 EST
Task tags are not yet supported in RDT.
Comment 2 Greg Watson CLA 2014-05-29 15:13:10 EDT
Assuming this will not be fixed.