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

Bug 332542

Summary: PTP Remote Tools Testing: Call/Type Hierarchy failed
Product: [Tools] PTP Reporter: Victor Liu <victor1006>
Component: Remote ToolsAssignee: Project Inbox <ptp-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: cecco, recoskie, vivkong
Version: 4.0.5   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Expected Result none

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 ***