| Summary: | PTP Remote Tools Testing: Call/Type Hierarchy failed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] PTP | Reporter: | Victor Liu <victor1006> | ||||
| Component: | Remote Tools | Assignee: | 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
Victor Liu
Created attachment 185274 [details]
Expected Result
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.
Similar to bug 333129, this only fails when the remote tools connection's target name contains illegal characters for URI hostname. *** This bug has been marked as a duplicate of bug 333129 *** |