You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libhover/org.eclipse.linuxtools.cdt.libhover/src/org/eclipse/linuxtools/internal/cdt/libhover/LibHover.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -390,12 +390,12 @@ public IFunctionSummary getFunctionInfo(ICHelpInvocationContext context, ICHelpB
390
390
if (result[0] != null) {
391
391
finalIBindingbinding = result[0].getBinding();
392
392
// Check to see we have a member function.
393
-
if (bindinginstanceofICPPFunction) {
394
-
methodType = ((ICPPFunction)binding).getType();
393
+
if (bindinginstanceofICPPFunctioncppfunction) {
394
+
methodType = cppfunction.getType();
395
395
// We have a member function, find the class name.
Copy file name to clipboardExpand all lines: rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/src/org/eclipse/linuxtools/rpm/ui/editor/tests/HeaderRecognitionTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public void testGetSimpleSectionName() {
34
34
newFile(testText);
35
35
element = parser.parseLine(testText, specfile, 0);
Copy file name to clipboardExpand all lines: rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/src/org/eclipse/linuxtools/rpm/ui/editor/tests/parser/SpecfileDefineTest.java
Copy file name to clipboardExpand all lines: systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/src/org/eclipse/linuxtools/systemtap/graphing/ui/datadisplay/DataGrid.java
0 commit comments