Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 332542 - PTP Remote Tools Testing: Call/Type Hierarchy failed
Summary: PTP Remote Tools Testing: Call/Type Hierarchy failed
Status: CLOSED DUPLICATE of bug 333129
Alias: None
Product: PTP
Classification: Tools
Component: Remote Tools (show other bugs)
Version: 4.0.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 11:39 EST by Victor Liu CLA
Modified: 2011-02-10 15:05 EST (History)
3 users (show)

See Also:


Attachments
Expected Result (6.29 KB, image/jpeg)
2010-12-15 17:13 EST, Victor Liu CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Liu CLA 2010-12-14 11:39:23 EST
After create and index (even re-index), "Call Hierarchy" functions fail.
Comment 1 Victor Liu CLA 2010-12-15 17:13:27 EST
Created attachment 185274 [details]
Expected Result
Comment 2 Victor Liu CLA 2010-12-15 17:15:05 EST
1. Create a new remote project with Remote Indexer
2. Create a new C++ source file call00.C with the following code

struct A {
	void foo() { }
};
struct B : public A {
	void foo() { bar(); }
	void bar() { A::foo(); }
};

3. Right click on "foo" in B, and select Open Call Hierarchy (see the file attached for the expected result).

4. Alternative test: in Step 3, open Outline view, expand class B, then right click on "foo(): void" and select Open Call Hierarchy. The output should be the same.
Comment 3 Vivian Kong CLA 2011-01-24 22:03:09 EST
Similar to bug 333129, this only fails when the remote tools connection's target name contains illegal characters for URI hostname.
Comment 4 Vivian Kong CLA 2011-02-10 15:05:24 EST

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