Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2010-03-18 21:21:53 +0000
committerJeff Johnston2010-03-18 21:21:53 +0000
commit6f5259723cab8ed0064403cc09999e52b9c8eba9 (patch)
treeebed50b1298efb10c257f13a0b7c192fd7abe912 /libhover/org.eclipse.linuxtools.cdt.libhover/ChangeLog
parentaa0b1e0a3d8424446a755bdbec08150e0e7309fb (diff)
downloadorg.eclipse.linuxtools-6f5259723cab8ed0064403cc09999e52b9c8eba9.tar.gz
org.eclipse.linuxtools-6f5259723cab8ed0064403cc09999e52b9c8eba9.tar.xz
org.eclipse.linuxtools-6f5259723cab8ed0064403cc09999e52b9c8eba9.zip
2010-03-17 Jeff Johnston <jjohnstn@redhat.com>
Resolves #306283 * src/org/eclipse/linuxtools/internal/cdt/libhover/LibHover.java (getMemberSummary): Remove code that looks in editor text for class name and then asks the AST. Just get the class name from the member we already do the lookup for. Get the fully templated name using the new getClassName method. (getMatchingFunctions): Remove commented out code. (getClassName): New method to get class name including template parameters. (getFunctionInfo): Change to specify fully qualified name and not remove namespace. * src/org/eclipse/linuxtools/internal/cdt/libhover/LibHoverLibrary.java (getClassInfo): Check info is not null before accessing.
Diffstat (limited to 'libhover/org.eclipse.linuxtools.cdt.libhover/ChangeLog')
-rw-r--r--libhover/org.eclipse.linuxtools.cdt.libhover/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover/ChangeLog b/libhover/org.eclipse.linuxtools.cdt.libhover/ChangeLog
index 3b83af45c8..5dd3997ddd 100644
--- a/libhover/org.eclipse.linuxtools.cdt.libhover/ChangeLog
+++ b/libhover/org.eclipse.linuxtools.cdt.libhover/ChangeLog
@@ -9,7 +9,8 @@
(getClassName): New method to get class name including template parameters.
(getFunctionInfo): Change to specify fully qualified name and not remove
namespace.
- * src/org/eclipse/linuxtools/internal/cdt/libhover/LibHoverLibrary.java (getClassInfo):
+ * src/org/eclipse/linuxtools/internal/cdt/libhover/LibHoverLibrary.java (getClassInfo): Check
+ info is not null before accessing.
2010-03-04 Jeff Johnston <jjohnstn@redhat.com>

Back to the top