This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 136481 - file local elements from header are not hyperlinkable from source
Summary: file local elements from header are not hyperlinkable from source
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks: 134091
  Show dependency tree
 
Reported: 2008-06-04 16:19 UTC by Vladimir Voskresensky
Modified: 2008-06-07 16:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2008-06-04 16:19:28 UTC
Model Accuracy on Freeway is affected by the following problem:

file.h:
static unsigned char arrow_left_bits[] = { 0x88, 0x08, 0x02, 0xf8, 0x89, 0x1c, 0x02};
const unsigned long BLACK = 1;

file.cc:

#include "file.h"

void foo(int a, char* data) {
  int color = BLACK;
  foo(color, arrow_left_bits);
}

BLACK and arrow_left_bits are unresolved by code model
Comment 1 Alexander Simon 2008-06-07 11:52:04 UTC
fixed
http://hg.netbeans.org/main/rev/c0d76c351219
Comment 2 Quality Engineering 2008-06-07 16:12:18 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #243 build
Changeset: http://hg.netbeans.org/main/rev/c0d76c351219
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed IZ#136481:file local elements from header are not hyperlinkable from source