Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 333280 - Task view Failed
Summary: Task view Failed
Status: CLOSED WONTFIX
Alias: None
Product: PTP
Classification: Tools
Component: RDT (show other bugs)
Version: 4.0.5   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Chris Recoskie CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-28 15:26 EST by Victor Liu CLA
Modified: 2014-05-29 15:13 EDT (History)
5 users (show)

See Also:


Attachments

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