context - go to - declaration: inconsistent in studio 12

in the code:

CSeqDBAliasNode::CSeqDBAliasNode(CSeqDBAtlas& atlas,

const CSeqDB_DirName & dbpath,

const CSeqDB_BaseName & dbname,

charprot_nucl,

CSeqDBAliasStack& recurse,

CSeqDBLockHold& locked,

CSeqDBAliasSets& alias_sets)

: m_Atlas(atlas),

m_DBPath(dbpath),

m_ThisName (m_DBPath, dbname, prot_nucl, 'a', 'l'),

m_AliasSets (alias_sets)

{

recurse.Push(m_ThisName);

x_ReadValues(m_ThisName, locked);

x_Tokenize(m_Values["DBLIST"]);

if i select m_ThisName in the function call x_ReadValue, and context select the declaration - i get transferred to the include file - but if i do the same thing in the initialization list, i get a "cannot open element" diagnostic in the status line.

[817 byte] By [autohanda] at [2007-11-27 8:19:18]
# 1

That's just a bug.

I've just filed it:

http://www.netbeans.org/issues/show_bug.cgi?id=107498

(It's against Netbeans C/C++ pack, not Sun Studio. The reason is that Sun Studio is based on this pack and all code assistance functionality - hyperlink, code completion, etc - resides there)

Vladimir_Kvashina at 2007-7-12 20:07:26 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
thanks buddy-
autohanda at 2007-7-12 20:07:26 > top of Java-index,Development Tools,Solaris and Linux Development Tools...