Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 339760 - C++ Libhover not working for member that accepts reference to class containing member
Summary: C++ Libhover not working for member that accepts reference to class containin...
Status: RESOLVED FIXED
Alias: None
Product: Linux Tools
Classification: Tools
Component: Libhover (show other bugs)
Version: 0.7.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 0.8.0   Edit
Assignee: Jeff Johnston CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-11 15:30 EST by Jeff Johnston CLA
Modified: 2011-06-02 18:34 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Johnston CLA 2011-03-11 15:30:46 EST
For a member that accepts a class reference to the class that defines the member, libhover is not making a match.  For example:

std::string s = new std::string("a");
std::string t("b");
s = s->append(t);
Comment 1 Jeff Johnston CLA 2011-03-11 18:41:26 EST
Fix has been checked into master repository.