Community
Participate
Working Groups
After create and index (even re-index), "Call Hierarchy" functions fail.
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 ***