mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
use getQualifiedname()
This commit is contained in:
parent
b081b1d2a5
commit
66a387fa59
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ public class VariableObject extends CObject implements ICDIVariableObject {
|
||||||
Session session = (Session) (target.getSession());
|
Session session = (Session) (target.getSession());
|
||||||
MISession mi = session.getMISession();
|
MISession mi = session.getMISession();
|
||||||
CommandFactory factory = mi.getCommandFactory();
|
CommandFactory factory = mi.getCommandFactory();
|
||||||
MIWhatis whatis = factory.createMIWhatis(getName());
|
MIWhatis whatis = factory.createMIWhatis(getQualifiedName());
|
||||||
mi.postCommand(whatis);
|
mi.postCommand(whatis);
|
||||||
MIWhatisInfo info = whatis.getMIWhatisInfo();
|
MIWhatisInfo info = whatis.getMIWhatisInfo();
|
||||||
if (info == null) {
|
if (info == null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue