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

Bug 339760

Summary: C++ Libhover not working for member that accepts reference to class containing member
Product: [Tools] Linux Tools Reporter: Jeff Johnston <jjohnstn>
Component: LibhoverAssignee: Jeff Johnston <jjohnstn>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.7.0   
Target Milestone: 0.8.0   
Hardware: PC   
OS: Linux   
Whiteboard:

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.