code usage highlight bug

Marek Jasovsky jasovsky.marek at gmail.com
Sat Aug 23 11:06:41 UTC 2008


During debugging and study I found following bug, please confirm

I opened parser.cpp in kde4
line: 4592
ThrowExpressionAST *ast = CreateNode<ThrowExpressionAST>(session->mempool);
  ast->throw_token = pos; //4593
//4594
  parseAssignmentExpression(ast->expression); //4595

when I move cursor over *ast element on line 4592, also ast-> gets
highlighted with yellow background. (how is this yellow highlight
called and where is it implemented?)
however when I move mouse over ast-> on line 4593 ast gets not
highlighted, moving mouse over ast-> on line 4595 again highlights all
usages on all 3 lines.

it should be able to reproduce this using description above.

Marek

I wanted to get confirmation, before sending this to bug.kde.org

thx




More information about the KDevelop-devel mailing list